All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] hda_intel: Add Oaktrail identifiers
@ 2011-12-28 15:17 Alan Cox
  2011-12-31 16:52 ` Takashi Iwai
  0 siblings, 1 reply; 9+ messages in thread
From: Alan Cox @ 2011-12-28 15:17 UTC (permalink / raw)
  To: alsa-devel, tiwai

From: Li Peng <pengi.li@intel.com>

Oaktrail has 0x8086, 0x080a - AZX_DRIVER_SCH

Taken from the Meego patches for Oaktrail

Signed-off-by: Li Peng <peng.li@intel.com>
Signed-off-by: Alan Cox <alan@linux.intel.com>
---

 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 c2f79e6..b339eb5 100644
--- a/sound/pci/hda/hda_intel.c
+++ b/sound/pci/hda/hda_intel.c
@@ -2972,6 +2972,9 @@ static DEFINE_PCI_DEVICE_TABLE(azx_ids) = {
 	{ PCI_DEVICE(0x8086, 0x811b),
 	  .driver_data = AZX_DRIVER_SCH | AZX_DCAPS_SCH_SNOOP |
 	  AZX_DCAPS_BUFSIZE | AZX_DCAPS_POSFIX_LPIB }, /* Poulsbo */
+	{ PCI_DEVICE(0x8086, 0x080a),
+	  .driver_data = AZX_DRIVER_SCH | AZX_DCAPS_SCH_SNOOP |
+	  AZX_DCAPS_BUFSIZE},
 	/* ICH */
 	{ PCI_DEVICE(0x8086, 0x2668),
 	  .driver_data = AZX_DRIVER_ICH | AZX_DCAPS_OLD_SSYNC |

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

end of thread, other threads:[~2012-01-08  9:02 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-12-28 15:17 [PATCH] hda_intel: Add Oaktrail identifiers Alan Cox
2011-12-31 16:52 ` Takashi Iwai
2011-12-31 17:00   ` Alan Cox
2011-12-31 17:04     ` Takashi Iwai
2012-01-02 20:17     ` David Henningsson
2012-01-03 23:06       ` Alan Cox
2012-01-04  9:22         ` David Henningsson
2012-01-08  9:02           ` Takashi Iwai
2012-01-04 11:55         ` David Henningsson

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.