]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ASoC: max98926: Fix blr_clk_ratio calculation
authorAxel Lin <axel.lin@ingics.com>
Wed, 17 Feb 2016 00:46:07 +0000 (08:46 +0800)
committerMark Brown <broonie@kernel.org>
Wed, 17 Feb 2016 13:11:27 +0000 (13:11 +0000)
Current code calculates blr_clk_ratio before setting max98926->ch_size, fix
it.

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Acked-by: anish kumar <yesanishhere@gmail.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/max98926.c

index 66884ebdf2bb2547b908e3b07e4a51b0f1f765a7..5245e107de30b37202ce4281a702d5b5452237f5 100644 (file)
@@ -383,8 +383,7 @@ static int max98926_dai_hw_params(struct snd_pcm_substream *substream,
        int rate = params_rate(params), i;
        struct snd_soc_codec *codec = dai->codec;
        struct max98926_priv *max98926 = snd_soc_codec_get_drvdata(codec);
-       /* BCLK/LRCLK ratio calculation */
-       int blr_clk_ratio = params_channels(params) * max98926->ch_size;
+       int blr_clk_ratio;
 
        switch (params_format(params)) {
        case SNDRV_PCM_FORMAT_S16_LE:
@@ -414,6 +413,9 @@ static int max98926_dai_hw_params(struct snd_pcm_substream *substream,
                return -EINVAL;
        }
 
+       /* BCLK/LRCLK ratio calculation */
+       blr_clk_ratio = params_channels(params) * max98926->ch_size;
+
        switch (blr_clk_ratio) {
        case 32:
                regmap_update_bits(max98926->regmap,