mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-16 00:34:20 +08:00
ALSA: hda - Set non-snoop for Creative HD-audio controllers
... looks like we need this for stable operations. Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
262d62eb55
commit
c1279f8787
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user