diff options
author | Nicolas Kaiser <nikai@nikai.net> | 2007-11-12 06:25:02 -0500 |
---|---|---|
committer | Jaroslav Kysela <perex@perex.cz> | 2008-01-31 11:29:21 -0500 |
commit | 27caac81f33c85bfc745c75a8bc1f8107077ef56 (patch) | |
tree | f069e6b15512d34832622f157c102f8178be100a /sound/pci/rme9652/hdsp.c | |
parent | 5dbc94791005608c57674fba04dd6b5e19ba9342 (diff) |
[ALSA] sound/pci: remove duplicated defines
Remove duplicated defines.
(From their use it looks like 'midiDataOutx are written to
rather than read from.)
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/rme9652/hdsp.c')
-rw-r--r-- | sound/pci/rme9652/hdsp.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sound/pci/rme9652/hdsp.c b/sound/pci/rme9652/hdsp.c index ff26a3672d40..5aa57aef1fa7 100644 --- a/sound/pci/rme9652/hdsp.c +++ b/sound/pci/rme9652/hdsp.c | |||
@@ -104,8 +104,6 @@ MODULE_FIRMWARE("digiface_firmware_rev11.bin"); | |||
104 | #define HDSP_statusRegister 0 | 104 | #define HDSP_statusRegister 0 |
105 | #define HDSP_timecode 128 | 105 | #define HDSP_timecode 128 |
106 | #define HDSP_status2Register 192 | 106 | #define HDSP_status2Register 192 |
107 | #define HDSP_midiDataOut0 352 | ||
108 | #define HDSP_midiDataOut1 356 | ||
109 | #define HDSP_midiDataIn0 360 | 107 | #define HDSP_midiDataIn0 360 |
110 | #define HDSP_midiDataIn1 364 | 108 | #define HDSP_midiDataIn1 364 |
111 | #define HDSP_midiStatusOut0 384 | 109 | #define HDSP_midiStatusOut0 384 |