]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commitdiff
ALSA: hda - Set non-snoop for Creative HD-audio controllers
authorTakashi Iwai <tiwai@suse.de>
Thu, 7 Feb 2013 16:36:22 +0000 (17:36 +0100)
committerTakashi Iwai <tiwai@suse.de>
Thu, 7 Feb 2013 16:36:22 +0000 (17:36 +0100)
... looks like we need this for stable operations.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/hda_intel.c

index 4b099c603fe116d6416cc056f5bf0f243ef152fd..b5d5b209babe03298ff6a0959e4d869443392432 100644 (file)
@@ -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) {