Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 672922e9 authored by Mark Brown's avatar Mark Brown
Browse files

Merge remote-tracking branch 'asoc/topic/ml26124' into asoc-next

parents efdf09ad 8b4b3036
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -342,6 +342,8 @@ static int ml26124_hw_params(struct snd_pcm_substream *substream,
	struct ml26124_priv *priv = snd_soc_codec_get_drvdata(codec);
	struct ml26124_priv *priv = snd_soc_codec_get_drvdata(codec);
	int i = get_coeff(priv->mclk, params_rate(hw_params));
	int i = get_coeff(priv->mclk, params_rate(hw_params));


	if (i < 0)
		return i;
	priv->substream = substream;
	priv->substream = substream;
	priv->rate = params_rate(hw_params);
	priv->rate = params_rate(hw_params);