]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
[ALSA] sound/pci: remove duplicated defines
authorNicolas Kaiser <nikai@nikai.net>
Mon, 12 Nov 2007 11:25:02 +0000 (12:25 +0100)
committerJaroslav Kysela <perex@perex.cz>
Thu, 31 Jan 2008 16:29:21 +0000 (17:29 +0100)
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>
sound/pci/korg1212/korg1212.c
sound/pci/rme9652/hdsp.c

index c4af57fb5af15d28cc92fa759e217be664a7639d..f47172ff79b3edfa069e1942fa35fcb9059784af 100644 (file)
@@ -163,9 +163,6 @@ enum MonitorModeSelector {
                                        //    this is the upper word of the PCI control reg.
 #define DEV_VEND_ID_OFFSET   0x70      // location of the device and vendor ID register
 
-#define COMMAND_ACK_DELAY    13        // number of RTC ticks to wait for an acknowledgement
-                                        //    from the card after sending a command.
-#define INTERCOMMAND_DELAY   40
 #define MAX_COMMAND_RETRIES  5         // maximum number of times the driver will attempt
                                        //    to send a command before giving up.
 #define COMMAND_ACK_MASK     0x8000    // the MSB is set in the command acknowledgment from
index ff26a3672d403152b81fe946c71c4b05f601bef4..5aa57aef1fa7f99f07b274af7584b56d6f426763 100644 (file)
@@ -104,8 +104,6 @@ MODULE_FIRMWARE("digiface_firmware_rev11.bin");
 #define HDSP_statusRegister    0
 #define HDSP_timecode        128
 #define HDSP_status2Register 192
-#define HDSP_midiDataOut0    352
-#define HDSP_midiDataOut1    356
 #define HDSP_midiDataIn0     360
 #define HDSP_midiDataIn1     364
 #define HDSP_midiStatusOut0  384