diff options
| author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2009-06-12 11:55:56 -0400 |
|---|---|---|
| committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2009-06-12 12:29:54 -0400 |
| commit | ba2533a47865ec0dbc72834287a8a048e9337a95 (patch) | |
| tree | 4dde8cd170d852218adf7431eaa4d637ad2d5734 | |
| parent | 236e6723bedb483b2ebf73ada01e2c853c5cac01 (diff) | |
ASoC: Remove odd bit clock ratios for WM8903
These are not supported since performance can not be guaranteed
when they are in use.
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Cc: stable@kernel.org
| -rw-r--r-- | sound/soc/codecs/wm8903.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sound/soc/codecs/wm8903.c b/sound/soc/codecs/wm8903.c index d8a9222fbf74..e8d2e3e14c45 100644 --- a/sound/soc/codecs/wm8903.c +++ b/sound/soc/codecs/wm8903.c | |||
| @@ -1257,22 +1257,18 @@ static struct { | |||
| 1257 | int div; | 1257 | int div; |
| 1258 | } bclk_divs[] = { | 1258 | } bclk_divs[] = { |
| 1259 | { 10, 0 }, | 1259 | { 10, 0 }, |
| 1260 | { 15, 1 }, | ||
| 1261 | { 20, 2 }, | 1260 | { 20, 2 }, |
| 1262 | { 30, 3 }, | 1261 | { 30, 3 }, |
| 1263 | { 40, 4 }, | 1262 | { 40, 4 }, |
| 1264 | { 50, 5 }, | 1263 | { 50, 5 }, |
| 1265 | { 55, 6 }, | ||
| 1266 | { 60, 7 }, | 1264 | { 60, 7 }, |
| 1267 | { 80, 8 }, | 1265 | { 80, 8 }, |
| 1268 | { 100, 9 }, | 1266 | { 100, 9 }, |
| 1269 | { 110, 10 }, | ||
| 1270 | { 120, 11 }, | 1267 | { 120, 11 }, |
| 1271 | { 160, 12 }, | 1268 | { 160, 12 }, |
| 1272 | { 200, 13 }, | 1269 | { 200, 13 }, |
| 1273 | { 220, 14 }, | 1270 | { 220, 14 }, |
| 1274 | { 240, 15 }, | 1271 | { 240, 15 }, |
| 1275 | { 250, 16 }, | ||
| 1276 | { 300, 17 }, | 1272 | { 300, 17 }, |
| 1277 | { 320, 18 }, | 1273 | { 320, 18 }, |
| 1278 | { 440, 19 }, | 1274 | { 440, 19 }, |
