projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c76684
)
ALSA: hda - Fix driver type of Haswell controller to AZX_DRIVER_SCH
author
Takashi Iwai
<tiwai@suse.de>
Mon, 16 Jul 2012 14:17:10 +0000
(16:17 +0200)
committer
Takashi Iwai
<tiwai@suse.de>
Mon, 16 Jul 2012 14:17:10 +0000
(16:17 +0200)
According to Xingchao,
This works for HDMI audio, otherwise there's blocking issue.
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 238653d55868400af5adaa017673d6339180238a..b4f3c7295a535841b520c7066a2e8c8f5f42a41f 100644
(file)
--- a/
sound/pci/hda/hda_intel.c
+++ b/
sound/pci/hda/hda_intel.c
@@
-3264,7
+3264,7
@@
static DEFINE_PCI_DEVICE_TABLE(azx_ids) = {
AZX_DCAPS_BUFSIZE | AZX_DCAPS_POSFIX_COMBO },
/* Haswell */
{ PCI_DEVICE(0x8086, 0x0c0c),
- .driver_data = AZX_DRIVER_
P
CH | AZX_DCAPS_SCH_SNOOP |
+ .driver_data = AZX_DRIVER_
S
CH | AZX_DCAPS_SCH_SNOOP |
AZX_DCAPS_BUFSIZE | AZX_DCAPS_POSFIX_COMBO },
/* SCH */
{ PCI_DEVICE(0x8086, 0x811b),