Skip to content

Commit

Permalink
ASoC: wm8994: correct BCLK DIV 348 to 384
Browse files Browse the repository at this point in the history
According to the RM of wm8958, BCLK DIV 348 doesn't exist, correct it
to 384.

Signed-off-by: Zidan Wang <zidan.wang@freescale.com>
Acked-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Cc: stable@vger.kernel.org
  • Loading branch information
Zidan Wang authored and Mark Brown committed May 12, 2015
1 parent b787f68 commit 17fc2e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/soc/codecs/wm8994.c
Original file line number Diff line number Diff line change
Expand Up @@ -2754,7 +2754,7 @@ static struct {
};

static int fs_ratios[] = {
64, 128, 192, 256, 348, 512, 768, 1024, 1408, 1536
64, 128, 192, 256, 384, 512, 768, 1024, 1408, 1536
};

static int bclk_divs[] = {
Expand Down

0 comments on commit 17fc2e0

Please sign in to comment.