mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 12:28:41 +08:00
ASoC: xtensa: use asoc_rtd_to_cpu() / asoc_rtd_to_codec() macro for DAI pointer
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Tested-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> Link: https://lore.kernel.org/r/87zhc7hcih.wl-kuninori.morimoto.gx@renesas.com Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
99396e3883
commit
aafa4ef55c
@ -373,7 +373,7 @@ static int xtfpga_pcm_open(struct snd_soc_component *component,
|
||||
void *p;
|
||||
|
||||
snd_soc_set_runtime_hwparams(substream, &xtfpga_pcm_hardware);
|
||||
p = snd_soc_dai_get_dma_data(rtd->cpu_dai, substream);
|
||||
p = snd_soc_dai_get_dma_data(asoc_rtd_to_cpu(rtd, 0), substream);
|
||||
runtime->private_data = p;
|
||||
|
||||
return 0;
|
||||
|
Loading…
Reference in New Issue
Block a user