aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2013-02-07 11:36:22 -0500
committerTakashi Iwai <tiwai@suse.de>2013-02-07 11:36:22 -0500
commitc1279f8787f9cddd2f4a7d6abc15375b30b80501 (patch)
treebe27878771c5fffaba42fb5e8fb6f2a3751d4e4e
parent262d62eb55e105b6335ec0e9ba89f6ec7247cb48 (diff)
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>
-rw-r--r--sound/pci/hda/hda_intel.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/sound/pci/hda/hda_intel.c b/sound/pci/hda/hda_intel.c
index 4b099c603fe1..b5d5b209babe 100644
--- a/sound/pci/hda/hda_intel.c
+++ b/sound/pci/hda/hda_intel.c
@@ -3263,6 +3263,9 @@ static void azx_check_snoop_available(struct azx *chip)
3263 /* new ATI HDMI requires non-snoop */ 3263 /* new ATI HDMI requires non-snoop */
3264 snoop = false; 3264 snoop = false;
3265 break; 3265 break;
3266 case AZX_DRIVER_CTHDA:
3267 snoop = false;
3268 break;
3266 } 3269 }
3267 3270
3268 if (snoop != chip->snoop) { 3271 if (snoop != chip->snoop) {