Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6935e688 authored by Clemens Ladisch's avatar Clemens Ladisch Committed by Jaroslav Kysela
Browse files

[ALSA] cmipci: fix version 37 detection



Use the proper value for the bit that identifies chip version 37.

Signed-off-by: default avatarClemens Ladisch <clemens@ladisch.de>
Signed-off-by: default avatarJaroslav Kysela <perex@suse.cz>
parent c818e0a1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;