提交 c1279f87 编写于 作者: T Takashi Iwai

ALSA: hda - Set non-snoop for Creative HD-audio controllers

... looks like we need this for stable operations.
Signed-off-by: NTakashi Iwai <tiwai@suse.de>
上级 262d62eb
......@@ -3263,6 +3263,9 @@ static void azx_check_snoop_available(struct azx *chip)
/* new ATI HDMI requires non-snoop */
snoop = false;
break;
case AZX_DRIVER_CTHDA:
snoop = false;
break;
}
if (snoop != chip->snoop) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册