Skip to content

Commit

Permalink
Merge remote-tracking branch 'asoc/topic/ml26124' into asoc-next
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Brown committed Nov 4, 2013
2 parents fc10c6d + 8b4b303 commit 07ad822
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sound/soc/codecs/ml26124.c
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,8 @@ static int ml26124_hw_params(struct snd_pcm_substream *substream,
struct ml26124_priv *priv = snd_soc_codec_get_drvdata(codec);
int i = get_coeff(priv->mclk, params_rate(hw_params));

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

Expand Down

0 comments on commit 07ad822

Please sign in to comment.