]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[ALSA] aw2 - Remove endian dependency
authorTakashi Iwai <tiwai@suse.de>
Tue, 4 Mar 2008 10:06:26 +0000 (11:06 +0100)
committerTakashi Iwai <tiwai@suse.de>
Thu, 24 Apr 2008 10:00:20 +0000 (12:00 +0200)
Removed unnecessary dependency on the little-endianess.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/aw2/aw2-tsl.h

index e8afaa0a468a495066fc5df7b8c22f6f0943d5ac..459b0311ea3131c9e13e884afdd0278ce7adfd45 100644 (file)
     /*      SD3:          >-------<_4-L___>-------<_4-R___> */
     /*      WS4:          -------\_______________/--------- */
 
-#ifdef __BIG_ENDIAN
-    /* TODO: not yet implemented */
-#else /*  */
-
 static int tsl1[8] = {
        1 * TSL_SDW_A1 | 3 * TSL_BSEL_A1 |
        0 * TSL_DIS_A1 | 0 * TSL_DOD_A1 | TSL_LF_A1,
@@ -112,5 +108,3 @@ static int tsl2[8] = {
        0 * TSL_SDW_A2 | 1 * TSL_BSEL_A2 | 2 * TSL_DOD_A2 | TSL_WS2,
        0 * TSL_SDW_A2 | 0 * TSL_BSEL_A2 | 2 * TSL_DOD_A2 | TSL_WS2 | TSL_EOS
 };
-
-#endif /*  */