diff options
author | Takashi Iwai <tiwai@suse.de> | 2012-07-16 10:17:10 -0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2012-07-16 10:17:10 -0400 |
commit | bdbe34dece4942f4d8df9865dba7785bb813366a (patch) | |
tree | ca77d9e6122727c0e2036fd98d4e5809bdc2db2e /sound/pci | |
parent | 1c76684d2752b3a24bb7da183cc18e5d126dbcc9 (diff) |
ALSA: hda - Fix driver type of Haswell controller to AZX_DRIVER_SCH
According to Xingchao,
This works for HDMI audio, otherwise there's blocking issue.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci')
-rw-r--r-- | sound/pci/hda/hda_intel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/hda_intel.c b/sound/pci/hda/hda_intel.c index 238653d55868..b4f3c7295a53 100644 --- 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) = { | |||
3264 | AZX_DCAPS_BUFSIZE | AZX_DCAPS_POSFIX_COMBO }, | 3264 | AZX_DCAPS_BUFSIZE | AZX_DCAPS_POSFIX_COMBO }, |
3265 | /* Haswell */ | 3265 | /* Haswell */ |
3266 | { PCI_DEVICE(0x8086, 0x0c0c), | 3266 | { PCI_DEVICE(0x8086, 0x0c0c), |
3267 | .driver_data = AZX_DRIVER_PCH | AZX_DCAPS_SCH_SNOOP | | 3267 | .driver_data = AZX_DRIVER_SCH | AZX_DCAPS_SCH_SNOOP | |
3268 | AZX_DCAPS_BUFSIZE | AZX_DCAPS_POSFIX_COMBO }, | 3268 | AZX_DCAPS_BUFSIZE | AZX_DCAPS_POSFIX_COMBO }, |
3269 | /* SCH */ | 3269 | /* SCH */ |
3270 | { PCI_DEVICE(0x8086, 0x811b), | 3270 | { PCI_DEVICE(0x8086, 0x811b), |