diff options
author | Nicolas Kaiser <nikai@nikai.net> | 2007-11-07 12:31:43 -0500 |
---|---|---|
committer | Jaroslav Kysela <perex@perex.cz> | 2008-01-31 11:29:20 -0500 |
commit | 6bab53377eecc19d3d66bcbf2ec8d2f8d99abc43 (patch) | |
tree | d64f47844425847f4babb88fc2ff3b875cbd34d1 /sound/pci/ca0106/ca0106.h | |
parent | b222fe50f28ea14b7fde202d143c534dedf9bca9 (diff) |
[ALSA] sound/pci: remove line duplications in defines
Remove line duplications in defines.
Acked-by: Thomas Sailer <sailer@ife.ee.ethz.ch>
Signed-off-by: Nicolas Kaiser <nikai@nikai.net>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Diffstat (limited to 'sound/pci/ca0106/ca0106.h')
-rw-r--r-- | sound/pci/ca0106/ca0106.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/pci/ca0106/ca0106.h b/sound/pci/ca0106/ca0106.h index 75da1746e758..74175fc80c7f 100644 --- a/sound/pci/ca0106/ca0106.h +++ b/sound/pci/ca0106/ca0106.h | |||
@@ -272,7 +272,6 @@ | |||
272 | #define SPCS_WORD_LENGTH_20A 0x0000000a /* Word Length 20 bit */ | 272 | #define SPCS_WORD_LENGTH_20A 0x0000000a /* Word Length 20 bit */ |
273 | #define SPCS_WORD_LENGTH_20 0x00000009 /* Word Length 20 bit (both 0xa and 0x9 are 20 bit) */ | 273 | #define SPCS_WORD_LENGTH_20 0x00000009 /* Word Length 20 bit (both 0xa and 0x9 are 20 bit) */ |
274 | #define SPCS_WORD_LENGTH_21 0x00000007 /* Word Length 21 bit */ | 274 | #define SPCS_WORD_LENGTH_21 0x00000007 /* Word Length 21 bit */ |
275 | #define SPCS_WORD_LENGTH_21 0x00000007 /* Word Length 21 bit */ | ||
276 | #define SPCS_WORD_LENGTH_22 0x00000005 /* Word Length 22 bit */ | 275 | #define SPCS_WORD_LENGTH_22 0x00000005 /* Word Length 22 bit */ |
277 | #define SPCS_WORD_LENGTH_23 0x00000003 /* Word Length 23 bit */ | 276 | #define SPCS_WORD_LENGTH_23 0x00000003 /* Word Length 23 bit */ |
278 | #define SPCS_WORD_LENGTH_24 0x0000000b /* Word Length 24 bit */ | 277 | #define SPCS_WORD_LENGTH_24 0x0000000b /* Word Length 24 bit */ |