You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
[ALSA] cmipci: fix version 37 detection
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>
This commit is contained in:
committed by
Jaroslav Kysela
parent
c818e0a152
commit
6935e68877
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user