Merge branch 'for-2.6.32' into for-2.6.33
[deliverable/linux.git] / sound / soc / codecs / tlv320aic23.c
index 1709e3f614a8c68314d78ce997593db362ecd4d3..a091ce77810890326059fb2030e77b2f5ef0003f 100644 (file)
@@ -265,8 +265,8 @@ static const int bosr_usb_divisor_table[] = {
 #define UPPER_GROUP ((1<<8) | (1<<9) | (1<<10) | (1<<11)        | (1<<15))
 static const unsigned short sr_valid_mask[] = {
        LOWER_GROUP|UPPER_GROUP,        /* Normal, bosr - 0*/
-       LOWER_GROUP|UPPER_GROUP,        /* Normal, bosr - 1*/
        LOWER_GROUP,                    /* Usb, bosr - 0*/
+       LOWER_GROUP|UPPER_GROUP,        /* Normal, bosr - 1*/
        UPPER_GROUP,                    /* Usb, bosr - 1*/
 };
 /*
This page took 0.024509 seconds and 5 git commands to generate.