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