diff options
| author | Dr. David Alan Gilbert <linux@treblig.org> | 2024-10-28 05:12:26 +0300 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2024-10-28 15:23:27 +0300 |
| commit | dea15b2abdb09608af5909ed7d168ec20f36a81a (patch) | |
| tree | cdb901c1664da7f91eaf0fdb669e5fb8ceb0cbd7 /include | |
| parent | 20079dd9b364483db613186b289fe372bddf41b5 (diff) | |
| download | linux-dea15b2abdb09608af5909ed7d168ec20f36a81a.tar.xz | |
ASoC: soc-devres: Remove unused devm_snd_soc_register_dai
The last use of devm_snd_soc_register_dai() was removed by
commit fc4cb1e15f0c ("ASoC: topology: Properly unregister DAI on removal")
in 2021.
Remove it, and the helper it used.
Signed-off-by: Dr. David Alan Gilbert <linux@treblig.org>
Link: https://patch.msgid.link/20241028021226.477909-1-linux@treblig.org
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'include')
| -rw-r--r-- | include/sound/soc.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/sound/soc.h b/include/sound/soc.h index 3e72317e2c20..5c240ea34027 100644 --- a/include/sound/soc.h +++ b/include/sound/soc.h @@ -1438,10 +1438,6 @@ struct snd_soc_dai *snd_soc_get_dai_via_args(const struct of_phandle_args *dai_a struct snd_soc_dai *snd_soc_register_dai(struct snd_soc_component *component, struct snd_soc_dai_driver *dai_drv, bool legacy_dai_naming); -struct snd_soc_dai *devm_snd_soc_register_dai(struct device *dev, - struct snd_soc_component *component, - struct snd_soc_dai_driver *dai_drv, - bool legacy_dai_naming); void snd_soc_unregister_dai(struct snd_soc_dai *dai); struct snd_soc_dai *snd_soc_find_dai( |
