We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 410a451 commit 22f5680Copy full SHA for 22f5680
sound/soc/meson/aiu-fifo.c
@@ -25,7 +25,7 @@
25
26
static struct snd_soc_dai *aiu_fifo_dai(struct snd_pcm_substream *ss)
27
{
28
- struct snd_soc_pcm_runtime *rtd = ss->private_data;
+ struct snd_soc_pcm_runtime *rtd = snd_soc_substream_to_rtd(ss);
29
30
return snd_soc_rtd_to_cpu(rtd, 0);
31
}
sound/soc/meson/axg-fifo.c
@@ -46,7 +46,7 @@ static struct snd_pcm_hardware axg_fifo_hw = {
46
47
static struct snd_soc_dai *axg_fifo_dai(struct snd_pcm_substream *ss)
48
49
50
51
52
0 commit comments