alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/1] ALSA: hda - add PCI ID for Intel Broxton-T
@ 2016-04-20  2:08 han.lu
  2016-04-20  8:21 ` Takashi Iwai
  0 siblings, 1 reply; 2+ messages in thread
From: han.lu @ 2016-04-20  2:08 UTC (permalink / raw)
  To: tiwai, alsa-devel; +Cc: Lu, Han

From: "Lu, Han" <han.lu@intel.com>

Add HD Audio Device PCI ID for the Intel Broxton-T platform.
It is an HDA Intel PCH controller.

Signed-off-by: Lu, Han <han.lu@intel.com>

diff --git a/sound/pci/hda/hda_intel.c b/sound/pci/hda/hda_intel.c
index b680be0..637b8a0 100644
--- a/sound/pci/hda/hda_intel.c
+++ b/sound/pci/hda/hda_intel.c
@@ -2232,6 +2232,9 @@ static const struct pci_device_id azx_ids[] = {
 	/* Broxton-P(Apollolake) */
 	{ PCI_DEVICE(0x8086, 0x5a98),
 	  .driver_data = AZX_DRIVER_PCH | AZX_DCAPS_INTEL_BROXTON },
+	/* Broxton-T */
+	{ PCI_DEVICE(0x8086, 0x1a98),
+	  .driver_data = AZX_DRIVER_PCH | AZX_DCAPS_INTEL_BROXTON },
 	/* Haswell */
 	{ PCI_DEVICE(0x8086, 0x0a0c),
 	  .driver_data = AZX_DRIVER_HDMI | AZX_DCAPS_INTEL_HASWELL },
-- 
2.5.0

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

* Re: [PATCH 1/1] ALSA: hda - add PCI ID for Intel Broxton-T
  2016-04-20  2:08 [PATCH 1/1] ALSA: hda - add PCI ID for Intel Broxton-T han.lu
@ 2016-04-20  8:21 ` Takashi Iwai
  0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2016-04-20  8:21 UTC (permalink / raw)
  To: han.lu; +Cc: alsa-devel

On Wed, 20 Apr 2016 04:08:43 +0200,
han.lu@intel.com wrote:
> 
> From: "Lu, Han" <han.lu@intel.com>
> 
> Add HD Audio Device PCI ID for the Intel Broxton-T platform.
> It is an HDA Intel PCH controller.
> 
> Signed-off-by: Lu, Han <han.lu@intel.com>

Applied, thanks.


Takashi

> 
> diff --git a/sound/pci/hda/hda_intel.c b/sound/pci/hda/hda_intel.c
> index b680be0..637b8a0 100644
> --- a/sound/pci/hda/hda_intel.c
> +++ b/sound/pci/hda/hda_intel.c
> @@ -2232,6 +2232,9 @@ static const struct pci_device_id azx_ids[] = {
>  	/* Broxton-P(Apollolake) */
>  	{ PCI_DEVICE(0x8086, 0x5a98),
>  	  .driver_data = AZX_DRIVER_PCH | AZX_DCAPS_INTEL_BROXTON },
> +	/* Broxton-T */
> +	{ PCI_DEVICE(0x8086, 0x1a98),
> +	  .driver_data = AZX_DRIVER_PCH | AZX_DCAPS_INTEL_BROXTON },
>  	/* Haswell */
>  	{ PCI_DEVICE(0x8086, 0x0a0c),
>  	  .driver_data = AZX_DRIVER_HDMI | AZX_DCAPS_INTEL_HASWELL },
> -- 
> 2.5.0
> 

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

end of thread, other threads:[~2016-04-20  8:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-20  2:08 [PATCH 1/1] ALSA: hda - add PCI ID for Intel Broxton-T han.lu
2016-04-20  8:21 ` Takashi Iwai

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).