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 22f5680 commit 3e72659Copy full SHA for 3e72659
sound/soc/samsung/midas_wm1811.c
@@ -127,7 +127,7 @@ static int midas_stop_fll1(struct snd_soc_pcm_runtime *rtd)
127
static int midas_aif1_hw_params(struct snd_pcm_substream *substream,
128
struct snd_pcm_hw_params *params)
129
{
130
- struct snd_soc_pcm_runtime *rtd = substream->private_data;
+ struct snd_soc_pcm_runtime *rtd = snd_soc_substream_to_rtd(substream);
131
unsigned int pll_out;
132
133
/* AIF1CLK should be at least 3MHz for "optimal performance" */
0 commit comments