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

ASoC: soc-utils: convert not to use asoc_xxx()

ASoC is now unified asoc_xxx() into snd_soc_xxx().
This patch convert asoc_xxx() to snd_soc_xxx().

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Link: https://lore.kernel.org/r/87il8gp8ta.wl-kuninori.morimoto.gx@renesas.com
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Kuninori Morimoto and committed by
Mark Brown
b1f96e94 9099904b

+1 -1
+1 -1
sound/soc/soc-utils.c
··· 115 115 static int dummy_dma_open(struct snd_soc_component *component, 116 116 struct snd_pcm_substream *substream) 117 117 { 118 - struct snd_soc_pcm_runtime *rtd = asoc_substream_to_rtd(substream); 118 + struct snd_soc_pcm_runtime *rtd = snd_soc_substream_to_rtd(substream); 119 119 int i; 120 120 121 121 /*