Browse Source

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

Mark Brown 12 years ago
parent
commit
897074d89b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      sound/soc/codecs/rt5631.c

+ 1 - 1
sound/soc/codecs/rt5631.c

@@ -1382,7 +1382,7 @@ static int rt5631_hifi_pcm_params(struct snd_pcm_substream *substream,
 					timesofbclk);
 	if (coeff < 0) {
 		dev_err(codec->dev, "Fail to get coeff\n");
-		return -EINVAL;
+		return coeff;
 	}
 
 	switch (params_format(params)) {