All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ALSA: hda - Add DeviceID for Haswell HDA
@ 2012-06-13  2:23 Wang Xingchao
  2012-06-13  2:23 ` [PATCH] ALSA: hda - add Haswell HDMI pci id Wang Xingchao
  2012-06-13  6:46 ` [PATCH] ALSA: hda - Add DeviceID for Haswell HDA Takashi Iwai
  0 siblings, 2 replies; 16+ messages in thread
From: Wang Xingchao @ 2012-06-13  2:23 UTC (permalink / raw)
  To: alsa-devel; +Cc: tiwai, fengguang.wu, xingchao.wang

this patch add proper id for Haswell HDA Controller.

Signed-off-by: Wang Xingchao <xingchao.wang@intel.com>
---
 sound/pci/hda/hda_intel.c |    5 +++++
 1 file changed, 5 insertions(+)

diff --git a/sound/pci/hda/hda_intel.c b/sound/pci/hda/hda_intel.c
index 2b6392b..f530c40 100644
--- a/sound/pci/hda/hda_intel.c
+++ b/sound/pci/hda/hda_intel.c
@@ -151,6 +151,7 @@ MODULE_SUPPORTED_DEVICE("{{Intel, ICH6},"
 			 "{Intel, CPT},"
 			 "{Intel, PPT},"
 			 "{Intel, LPT},"
+			 "{Intel, HPT},"
 			 "{Intel, PBG},"
 			 "{Intel, SCH},"
 			 "{ATI, SB450},"
@@ -3253,6 +3254,10 @@ static DEFINE_PCI_DEVICE_TABLE(azx_ids) = {
 	{ PCI_DEVICE(0x8086, 0x8c20),
 	  .driver_data = AZX_DRIVER_PCH | AZX_DCAPS_SCH_SNOOP |
 	  AZX_DCAPS_BUFSIZE},
+	/* Haswell */
+	{ PCI_DEVICE(0x8086, 0x0c0c),
+	  .driver_data = AZX_DRIVER_PCH | AZX_DCAPS_SCH_SNOOP |
+	  AZX_DCAPS_BUFSIZE},
 	/* SCH */
 	{ PCI_DEVICE(0x8086, 0x811b),
 	  .driver_data = AZX_DRIVER_SCH | AZX_DCAPS_SCH_SNOOP |
-- 
1.7.9.5

^ permalink raw reply related	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2012-07-16 17:24 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-13  2:23 [PATCH] ALSA: hda - Add DeviceID for Haswell HDA Wang Xingchao
2012-06-13  2:23 ` [PATCH] ALSA: hda - add Haswell HDMI pci id Wang Xingchao
2012-06-13  6:46 ` [PATCH] ALSA: hda - Add DeviceID for Haswell HDA Takashi Iwai
2012-06-13  8:05   ` Wang Xingchao
2012-06-13  8:14     ` Takashi Iwai
2012-06-13  8:31       ` Wang Xingchao
2012-06-13  8:43         ` Takashi Iwai
2012-07-13 17:48   ` Jaroslav Kysela
2012-07-14  9:25     ` Wang Xingchao
2012-07-16  8:20     ` David Henningsson
2012-07-16  8:42       ` Takashi Iwai
2012-07-16  8:49         ` Jaroslav Kysela
2012-07-16  8:40     ` Takashi Iwai
2012-07-16  8:53       ` Jaroslav Kysela
2012-07-16  9:02         ` Takashi Iwai
2012-07-16 14:05     ` Takashi Iwai

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.