projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c818e0a
)
[ALSA] cmipci: fix version 37 detection
author
Clemens Ladisch
<clemens@ladisch.de>
Mon, 17 Sep 2007 07:34:59 +0000
(09:34 +0200)
committer
Jaroslav Kysela
<perex@perex.cz>
Tue, 16 Oct 2007 14:50:27 +0000
(16:50 +0200)
Use the proper value for the bit that identifies chip version 37.
Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
Signed-off-by: Jaroslav Kysela <perex@suse.cz>
sound/pci/cmipci.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/pci/cmipci.c
b/sound/pci/cmipci.c
index 78a23984eac7d21239dfe0584c89058b9535110b..751ff00bfeca7bf1b512aee43d8c8dfc39f46bd1 100644
(file)
--- 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;