All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 3/5] hda_intel: Add Device IDs for Intel Lynx Point-LP PCH
@ 2012-08-09 16:38 james.d.ralston
  2012-08-09 16:47   ` Takashi Iwai
  0 siblings, 1 reply; 3+ messages in thread
From: james.d.ralston @ 2012-08-09 16:38 UTC (permalink / raw)
  To: Jaroslav Kysela, Takashi Iwai, David Henningsson
  Cc: alsa-devel, linux-kernel, Seth Heasley, James Ralston

From: James Ralston <james.d.ralston@intel.com>

This patch adds the Intel HD Audio Device IDs for the Intel Lynx Point-LP PCH

Signed-off-by: James Ralston <james.d.ralston@intel.com>
---
 sound/pci/hda/hda_intel.c |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/sound/pci/hda/hda_intel.c b/sound/pci/hda/hda_intel.c
index c8aced1..60882c6 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, LPT_LP},"
 			 "{Intel, HPT},"
 			 "{Intel, PBG},"
 			 "{Intel, SCH},"
@@ -3270,6 +3271,14 @@ static DEFINE_PCI_DEVICE_TABLE(azx_ids) = {
 	{ PCI_DEVICE(0x8086, 0x8c20),
 	  .driver_data = AZX_DRIVER_PCH | AZX_DCAPS_SCH_SNOOP |
 	  AZX_DCAPS_BUFSIZE | AZX_DCAPS_POSFIX_COMBO },
+	/* Lynx Point-LP */
+	{ PCI_DEVICE(0x8086, 0x9c20),
+	  .driver_data = AZX_DRIVER_PCH | AZX_DCAPS_SCH_SNOOP |
+	  AZX_DCAPS_BUFSIZE | AZX_DCAPS_POSFIX_COMBO },
+	/* Lynx Point-LP */
+	{ PCI_DEVICE(0x8086, 0x9c21),
+	  .driver_data = AZX_DRIVER_PCH | AZX_DCAPS_SCH_SNOOP |
+	  AZX_DCAPS_BUFSIZE | AZX_DCAPS_POSFIX_COMBO },
 	/* Haswell */
 	{ PCI_DEVICE(0x8086, 0x0c0c),
 	  .driver_data = AZX_DRIVER_SCH | AZX_DCAPS_SCH_SNOOP |
-- 
1.7.7.6


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

* Re: [PATCH 3/5] hda_intel: Add Device IDs for Intel Lynx Point-LP PCH
  2012-08-09 16:38 [PATCH 3/5] hda_intel: Add Device IDs for Intel Lynx Point-LP PCH james.d.ralston
@ 2012-08-09 16:47   ` Takashi Iwai
  0 siblings, 0 replies; 3+ messages in thread
From: Takashi Iwai @ 2012-08-09 16:47 UTC (permalink / raw)
  To: james.d.ralston
  Cc: Jaroslav Kysela, David Henningsson, alsa-devel, linux-kernel,
	Seth Heasley

At Thu,  9 Aug 2012 09:38:59 -0700,
james.d.ralston@intel.com wrote:
> 
> From: James Ralston <james.d.ralston@intel.com>
> 
> This patch adds the Intel HD Audio Device IDs for the Intel Lynx Point-LP PCH
> 
> Signed-off-by: James Ralston <james.d.ralston@intel.com>

Applied now.  Thanks.


Takashi

> ---
>  sound/pci/hda/hda_intel.c |    9 +++++++++
>  1 files changed, 9 insertions(+), 0 deletions(-)
> 
> diff --git a/sound/pci/hda/hda_intel.c b/sound/pci/hda/hda_intel.c
> index c8aced1..60882c6 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, LPT_LP},"
>  			 "{Intel, HPT},"
>  			 "{Intel, PBG},"
>  			 "{Intel, SCH},"
> @@ -3270,6 +3271,14 @@ static DEFINE_PCI_DEVICE_TABLE(azx_ids) = {
>  	{ PCI_DEVICE(0x8086, 0x8c20),
>  	  .driver_data = AZX_DRIVER_PCH | AZX_DCAPS_SCH_SNOOP |
>  	  AZX_DCAPS_BUFSIZE | AZX_DCAPS_POSFIX_COMBO },
> +	/* Lynx Point-LP */
> +	{ PCI_DEVICE(0x8086, 0x9c20),
> +	  .driver_data = AZX_DRIVER_PCH | AZX_DCAPS_SCH_SNOOP |
> +	  AZX_DCAPS_BUFSIZE | AZX_DCAPS_POSFIX_COMBO },
> +	/* Lynx Point-LP */
> +	{ PCI_DEVICE(0x8086, 0x9c21),
> +	  .driver_data = AZX_DRIVER_PCH | AZX_DCAPS_SCH_SNOOP |
> +	  AZX_DCAPS_BUFSIZE | AZX_DCAPS_POSFIX_COMBO },
>  	/* Haswell */
>  	{ PCI_DEVICE(0x8086, 0x0c0c),
>  	  .driver_data = AZX_DRIVER_SCH | AZX_DCAPS_SCH_SNOOP |
> -- 
> 1.7.7.6
> 

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

* Re: [PATCH 3/5] hda_intel: Add Device IDs for Intel Lynx Point-LP PCH
@ 2012-08-09 16:47   ` Takashi Iwai
  0 siblings, 0 replies; 3+ messages in thread
From: Takashi Iwai @ 2012-08-09 16:47 UTC (permalink / raw)
  To: james.d.ralston; +Cc: alsa-devel, Seth Heasley, linux-kernel, David Henningsson

At Thu,  9 Aug 2012 09:38:59 -0700,
james.d.ralston@intel.com wrote:
> 
> From: James Ralston <james.d.ralston@intel.com>
> 
> This patch adds the Intel HD Audio Device IDs for the Intel Lynx Point-LP PCH
> 
> Signed-off-by: James Ralston <james.d.ralston@intel.com>

Applied now.  Thanks.


Takashi

> ---
>  sound/pci/hda/hda_intel.c |    9 +++++++++
>  1 files changed, 9 insertions(+), 0 deletions(-)
> 
> diff --git a/sound/pci/hda/hda_intel.c b/sound/pci/hda/hda_intel.c
> index c8aced1..60882c6 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, LPT_LP},"
>  			 "{Intel, HPT},"
>  			 "{Intel, PBG},"
>  			 "{Intel, SCH},"
> @@ -3270,6 +3271,14 @@ static DEFINE_PCI_DEVICE_TABLE(azx_ids) = {
>  	{ PCI_DEVICE(0x8086, 0x8c20),
>  	  .driver_data = AZX_DRIVER_PCH | AZX_DCAPS_SCH_SNOOP |
>  	  AZX_DCAPS_BUFSIZE | AZX_DCAPS_POSFIX_COMBO },
> +	/* Lynx Point-LP */
> +	{ PCI_DEVICE(0x8086, 0x9c20),
> +	  .driver_data = AZX_DRIVER_PCH | AZX_DCAPS_SCH_SNOOP |
> +	  AZX_DCAPS_BUFSIZE | AZX_DCAPS_POSFIX_COMBO },
> +	/* Lynx Point-LP */
> +	{ PCI_DEVICE(0x8086, 0x9c21),
> +	  .driver_data = AZX_DRIVER_PCH | AZX_DCAPS_SCH_SNOOP |
> +	  AZX_DCAPS_BUFSIZE | AZX_DCAPS_POSFIX_COMBO },
>  	/* Haswell */
>  	{ PCI_DEVICE(0x8086, 0x0c0c),
>  	  .driver_data = AZX_DRIVER_SCH | AZX_DCAPS_SCH_SNOOP |
> -- 
> 1.7.7.6
> 

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

end of thread, other threads:[~2012-08-09 16:47 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-08-09 16:38 [PATCH 3/5] hda_intel: Add Device IDs for Intel Lynx Point-LP PCH james.d.ralston
2012-08-09 16:47 ` Takashi Iwai
2012-08-09 16:47   ` 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.