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
1 changed files with 3 additions and 0 deletions
|
@ -3263,6 +3263,9 @@ static void azx_check_snoop_available(struct azx *chip)
|
||||||
/* new ATI HDMI requires non-snoop */
|
/* new ATI HDMI requires non-snoop */
|
||||||
snoop = false;
|
snoop = false;
|
||||||
break;
|
break;
|
||||||
|
case AZX_DRIVER_CTHDA:
|
||||||
|
snoop = false;
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (snoop != chip->snoop) {
|
if (snoop != chip->snoop) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue