projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
262d62e
)
ALSA: hda - Set non-snoop for Creative HD-audio controllers
author
Takashi Iwai
<tiwai@suse.de>
Thu, 7 Feb 2013 16:36:22 +0000
(17:36 +0100)
committer
Takashi 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
patch
|
blob
|
blame
|
history
diff --git
a/sound/pci/hda/hda_intel.c
b/sound/pci/hda/hda_intel.c
index 4b099c603fe116d6416cc056f5bf0f243ef152fd..b5d5b209babe03298ff6a0959e4d869443392432 100644
(file)
--- 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) {