diff options
author | Takashi Iwai <tiwai@suse.de> | 2013-02-07 17:36:22 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2013-02-07 17:36:22 +0100 |
commit | c1279f8787f9cddd2f4a7d6abc15375b30b80501 (patch) | |
tree | be27878771c5fffaba42fb5e8fb6f2a3751d4e4e /sound/pci/hda/hda_intel.c | |
parent | 262d62eb55e105b6335ec0e9ba89f6ec7247cb48 (diff) | |
download | op-kernel-dev-c1279f8787f9cddd2f4a7d6abc15375b30b80501.zip op-kernel-dev-c1279f8787f9cddd2f4a7d6abc15375b30b80501.tar.gz |
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>
Diffstat (limited to 'sound/pci/hda/hda_intel.c')
-rw-r--r-- | sound/pci/hda/hda_intel.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sound/pci/hda/hda_intel.c b/sound/pci/hda/hda_intel.c index 4b099c6..b5d5b20 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) { |