Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

ASoC: soc.h: remove snd_soc_of_parse_audio_prefix()

No one is using snd_soc_of_parse_audio_prefix(). Remove it.

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Link: https://patch.msgid.link/877bqrttvp.wl-kuninori.morimoto.gx@renesas.com
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Kuninori Morimoto and committed by
Mark Brown
5a779069 6cbc8360

-9
-9
include/sound/soc.h
··· 1337 1337 struct snd_soc_codec_conf *codec_conf, 1338 1338 struct device_node *of_node, 1339 1339 const char *propname); 1340 - static inline 1341 - void snd_soc_of_parse_audio_prefix(struct snd_soc_card *card, 1342 - struct snd_soc_codec_conf *codec_conf, 1343 - struct device_node *of_node, 1344 - const char *propname) 1345 - { 1346 - snd_soc_of_parse_node_prefix(card->dev->of_node, 1347 - codec_conf, of_node, propname); 1348 - } 1349 1340 1350 1341 int snd_soc_of_parse_audio_routing(struct snd_soc_card *card, 1351 1342 const char *propname);