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:
Takashi Iwai 2013-02-07 17:36:22 +01:00
parent 262d62eb55
commit c1279f8787

View file

@ -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) {