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/korg1212 | |
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/korg1212')
-rw-r--r-- | sound/pci/korg1212/korg1212.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sound/pci/korg1212/korg1212.c b/sound/pci/korg1212/korg1212.c index c4af57fb5af1..f47172ff79b3 100644 --- a/sound/pci/korg1212/korg1212.c +++ b/sound/pci/korg1212/korg1212.c | |||
@@ -163,9 +163,6 @@ enum MonitorModeSelector { | |||
163 | // this is the upper word of the PCI control reg. | 163 | // this is the upper word of the PCI control reg. |
164 | #define DEV_VEND_ID_OFFSET 0x70 // location of the device and vendor ID register | 164 | #define DEV_VEND_ID_OFFSET 0x70 // location of the device and vendor ID register |
165 | 165 | ||
166 | #define COMMAND_ACK_DELAY 13 // number of RTC ticks to wait for an acknowledgement | ||
167 | // from the card after sending a command. | ||
168 | #define INTERCOMMAND_DELAY 40 | ||
169 | #define MAX_COMMAND_RETRIES 5 // maximum number of times the driver will attempt | 166 | #define MAX_COMMAND_RETRIES 5 // maximum number of times the driver will attempt |
170 | // to send a command before giving up. | 167 | // to send a command before giving up. |
171 | #define COMMAND_ACK_MASK 0x8000 // the MSB is set in the command acknowledgment from | 168 | #define COMMAND_ACK_MASK 0x8000 // the MSB is set in the command acknowledgment from |