Skip to content

Commit 5a77906

Browse files
morimotobroonie
authored andcommitted
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>
1 parent 6cbc836 commit 5a77906

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

include/sound/soc.h

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1337,15 +1337,6 @@ void snd_soc_of_parse_node_prefix(struct device_node *np,
13371337
struct snd_soc_codec_conf *codec_conf,
13381338
struct device_node *of_node,
13391339
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-
}
13491340

13501341
int snd_soc_of_parse_audio_routing(struct snd_soc_card *card,
13511342
const char *propname);

0 commit comments

Comments
 (0)