Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=27caac81f33c85bfc745c75a8bc1f8107077ef56
Commit:     27caac81f33c85bfc745c75a8bc1f8107077ef56
Parent:     5dbc94791005608c57674fba04dd6b5e19ba9342
Author:     Nicolas Kaiser <[EMAIL PROTECTED]>
AuthorDate: Mon Nov 12 12:25:02 2007 +0100
Committer:  Jaroslav Kysela <[EMAIL PROTECTED]>
CommitDate: Thu Jan 31 17:29:21 2008 +0100

    [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 <[EMAIL PROTECTED]>
    Signed-off-by: Takashi Iwai <[EMAIL PROTECTED]>
    Signed-off-by: Jaroslav Kysela <[EMAIL PROTECTED]>
---
 sound/pci/korg1212/korg1212.c |    3 ---
 sound/pci/rme9652/hdsp.c      |    2 --
 2 files changed, 0 insertions(+), 5 deletions(-)

diff --git a/sound/pci/korg1212/korg1212.c b/sound/pci/korg1212/korg1212.c
index c4af57f..f47172f 100644
--- a/sound/pci/korg1212/korg1212.c
+++ b/sound/pci/korg1212/korg1212.c
@@ -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
diff --git a/sound/pci/rme9652/hdsp.c b/sound/pci/rme9652/hdsp.c
index ff26a36..5aa57ae 100644
--- a/sound/pci/rme9652/hdsp.c
+++ b/sound/pci/rme9652/hdsp.c
@@ -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
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to