From 8d1538476abcd85ff2d6cf896390f37140f372ad Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Thu, 7 Feb 2013 17:36:22 +0100 Subject: [PATCH] --- yaml --- r: 353278 b: refs/heads/master c: c1279f8787f9cddd2f4a7d6abc15375b30b80501 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/sound/pci/hda/hda_intel.c | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index c5ec08fbd7e3..cef41bad98b0 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 262d62eb55e105b6335ec0e9ba89f6ec7247cb48 +refs/heads/master: c1279f8787f9cddd2f4a7d6abc15375b30b80501 diff --git a/trunk/sound/pci/hda/hda_intel.c b/trunk/sound/pci/hda/hda_intel.c index 4b099c603fe1..b5d5b209babe 100644 --- a/trunk/sound/pci/hda/hda_intel.c +++ b/trunk/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) {