Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=6935e68877a875137ea3fe7b690b0bec6504b7ff
Commit:     6935e68877a875137ea3fe7b690b0bec6504b7ff
Parent:     c818e0a152bcb138411b07f4495b8e6fb9bacf52
Author:     Clemens Ladisch <[EMAIL PROTECTED]>
AuthorDate: Mon Sep 17 09:34:59 2007 +0200
Committer:  Jaroslav Kysela <[EMAIL PROTECTED]>
CommitDate: Tue Oct 16 16:50:27 2007 +0200

    [ALSA] cmipci: fix version 37 detection
    
    Use the proper value for the bit that identifies chip version 37.
    
    Signed-off-by: Clemens Ladisch <[EMAIL PROTECTED]>
    Signed-off-by: Jaroslav Kysela <[EMAIL PROTECTED]>
---
 sound/pci/cmipci.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/sound/pci/cmipci.c b/sound/pci/cmipci.c
index 78a2398..751ff00 100644
--- a/sound/pci/cmipci.c
+++ b/sound/pci/cmipci.c
@@ -2665,7 +2665,7 @@ static void __devinit query_chip(struct cmipci *cm)
                        else
                                cm->can_ac3_hw = 1;
                        break;
-               case 1:
+               case CM_CHIP_037:
                        cm->chip_version = 37;
                        cm->can_ac3_hw = 1;
                        break;
-
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