diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-09-22 20:48:01 +0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-09-22 20:48:01 +0400 |
commit | d73ec75cc469107e182cf6210cb5f7b760cda339 (patch) | |
tree | c1e4bd1f3cc7598d901e4e4ca630af9bcd6cd154 /sound/soc/codecs/wm5100.c | |
parent | e56235e099d7290a2331b984a79f75bbe0865fe8 (diff) | |
download | linux-d73ec75cc469107e182cf6210cb5f7b760cda339.tar.xz |
ASoC: Add missed BCLK rate to WM5100 driver
Reported-by: Axel Lin <axel.lin@gmail.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/codecs/wm5100.c')
-rw-r--r-- | sound/soc/codecs/wm5100.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/codecs/wm5100.c b/sound/soc/codecs/wm5100.c index 443d76d3d182..cb940a8b3914 100644 --- a/sound/soc/codecs/wm5100.c +++ b/sound/soc/codecs/wm5100.c @@ -1511,6 +1511,7 @@ static int wm5100_bclk_rates_dat[WM5100_NUM_BCLK_RATES] = { 96000, 128000, 192000, + 256000, 384000, 512000, 768000, |