提交 6935e688 编写于 作者: C Clemens Ladisch 提交者: Jaroslav Kysela

[ALSA] cmipci: fix version 37 detection

Use the proper value for the bit that identifies chip version 37.
Signed-off-by: NClemens Ladisch <clemens@ladisch.de>
Signed-off-by: NJaroslav Kysela <perex@suse.cz>
上级 c818e0a1
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册