Archived
14
0
Fork 0

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
This commit is contained in:
Mark Brown 2009-06-12 16:55:56 +01:00
parent 236e6723be
commit ba2533a478

View file

@ -1257,22 +1257,18 @@ static struct {
int div; int div;
} bclk_divs[] = { } bclk_divs[] = {
{ 10, 0 }, { 10, 0 },
{ 15, 1 },
{ 20, 2 }, { 20, 2 },
{ 30, 3 }, { 30, 3 },
{ 40, 4 }, { 40, 4 },
{ 50, 5 }, { 50, 5 },
{ 55, 6 },
{ 60, 7 }, { 60, 7 },
{ 80, 8 }, { 80, 8 },
{ 100, 9 }, { 100, 9 },
{ 110, 10 },
{ 120, 11 }, { 120, 11 },
{ 160, 12 }, { 160, 12 },
{ 200, 13 }, { 200, 13 },
{ 220, 14 }, { 220, 14 },
{ 240, 15 }, { 240, 15 },
{ 250, 16 },
{ 300, 17 }, { 300, 17 },
{ 320, 18 }, { 320, 18 },
{ 440, 19 }, { 440, 19 },