aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sound/pci/aw2/aw2-tsl.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/sound/pci/aw2/aw2-tsl.h b/sound/pci/aw2/aw2-tsl.h
index e8afaa0a468a..459b0311ea31 100644
--- a/sound/pci/aw2/aw2-tsl.h
+++ b/sound/pci/aw2/aw2-tsl.h
@@ -72,10 +72,6 @@
72 /* SD3: >-------<_4-L___>-------<_4-R___> */ 72 /* SD3: >-------<_4-L___>-------<_4-R___> */
73 /* WS4: -------\_______________/--------- */ 73 /* WS4: -------\_______________/--------- */
74 74
75#ifdef __BIG_ENDIAN
76 /* TODO: not yet implemented */
77#else /* */
78
79static int tsl1[8] = { 75static int tsl1[8] = {
80 1 * TSL_SDW_A1 | 3 * TSL_BSEL_A1 | 76 1 * TSL_SDW_A1 | 3 * TSL_BSEL_A1 |
81 0 * TSL_DIS_A1 | 0 * TSL_DOD_A1 | TSL_LF_A1, 77 0 * TSL_DIS_A1 | 0 * TSL_DOD_A1 | TSL_LF_A1,
@@ -112,5 +108,3 @@ static int tsl2[8] = {
112 0 * TSL_SDW_A2 | 1 * TSL_BSEL_A2 | 2 * TSL_DOD_A2 | TSL_WS2, 108 0 * TSL_SDW_A2 | 1 * TSL_BSEL_A2 | 2 * TSL_DOD_A2 | TSL_WS2,
113 0 * TSL_SDW_A2 | 0 * TSL_BSEL_A2 | 2 * TSL_DOD_A2 | TSL_WS2 | TSL_EOS 109 0 * TSL_SDW_A2 | 0 * TSL_BSEL_A2 | 2 * TSL_DOD_A2 | TSL_WS2 | TSL_EOS
114}; 110};
115
116#endif /* */