diff options
author | Takashi Iwai <tiwai@suse.de> | 2008-03-04 11:06:26 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2008-04-24 12:00:20 +0200 |
commit | fd2499f0ed765de3ab11c7fd6f37f9fbfaf059ec (patch) | |
tree | 2a0bb338b93ae6f448de46b3cf2b85ea26715c1b /sound/pci/aw2 | |
parent | 9bf8e7ddeaf57f1ec534014c447705ad31d5d721 (diff) |
[ALSA] aw2 - Remove endian dependency
Removed unnecessary dependency on the little-endianess.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/aw2')
-rw-r--r-- | sound/pci/aw2/aw2-tsl.h | 6 |
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 @@ /* 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 /* */ |