]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ASoC: Remove odd bit clock ratios for WM8903
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Fri, 12 Jun 2009 15:55:56 +0000 (16:55 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 2 Jul 2009 23:50:06 +0000 (16:50 -0700)
commit ba2533a47865ec0dbc72834287a8a048e9337a95 upstream.

These are not supported since performance can not be guaranteed
when they are in use.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
sound/soc/codecs/wm8903.c

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