diff --git a/sound/pci/hda/hda_intel.c b/sound/pci/hda/hda_intel.c index 4b099c603fe116d6416cc056f5bf0f243ef152fd..b5d5b209babe03298ff6a0959e4d869443392432 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) /* new ATI HDMI requires non-snoop */ snoop = false; break; + case AZX_DRIVER_CTHDA: + snoop = false; + break; } if (snoop != chip->snoop) {