Browse Source

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>
Takashi Iwai 12 years ago
parent
commit
c1279f8787
1 changed files with 3 additions and 0 deletions
  1. 3 0
      sound/pci/hda/hda_intel.c

+ 3 - 0
sound/pci/hda/hda_intel.c

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