Skip to content

Commit

Permalink
ASoC: wm2200: Add missing BCLK rate
Browse files Browse the repository at this point in the history
Without this very high BCLKs will be configured incorrectly.

Reported-by: Axel Lin <[email protected]>
Signed-off-by: Mark Brown <[email protected]>
Cc: [email protected]
  • Loading branch information
broonie committed Jun 29, 2012
1 parent 6e1c39c commit b0dfa45
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sound/soc/codecs/wm2200.c
Original file line number Diff line number Diff line change
Expand Up @@ -1491,6 +1491,7 @@ static int wm2200_bclk_rates_dat[WM2200_NUM_BCLK_RATES] = {

static int wm2200_bclk_rates_cd[WM2200_NUM_BCLK_RATES] = {
5644800,
3763200,
2882400,
1881600,
1411200,
Expand Down

0 comments on commit b0dfa45

Please sign in to comment.