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

ASoC: img: 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/8734zks24o.wl-kuninori.morimoto.gx@renesas.com
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Kuninori Morimoto and committed by
Mark Brown
cc807ace 14ec63f6

+2 -2
+1 -1
sound/soc/img/img-i2s-in.c
··· 399 399 struct snd_dmaengine_dai_dma_data *dma_data; 400 400 int ret; 401 401 402 - dma_data = snd_soc_dai_get_dma_data(asoc_rtd_to_cpu(rtd, 0), st); 402 + dma_data = snd_soc_dai_get_dma_data(snd_soc_rtd_to_cpu(rtd, 0), st); 403 403 404 404 ret = snd_hwparams_to_dma_slave_config(st, params, sc); 405 405 if (ret)
+1 -1
sound/soc/img/img-i2s-out.c
··· 405 405 struct snd_dmaengine_dai_dma_data *dma_data; 406 406 int ret; 407 407 408 - dma_data = snd_soc_dai_get_dma_data(asoc_rtd_to_cpu(rtd, 0), st); 408 + dma_data = snd_soc_dai_get_dma_data(snd_soc_rtd_to_cpu(rtd, 0), st); 409 409 410 410 ret = snd_hwparams_to_dma_slave_config(st, params, sc); 411 411 if (ret)