[alsa-devel] [PATCH] Intel device IDs Audio

Takashi Iwai tiwai at suse.de
Wed Nov 4 06:59:19 CET 2015


On Wed, 04 Nov 2015 01:12:47 +0100,
Alexandra Yates wrote:
> 
> Adding Intel codename Lewisburg platform device IDs for audio.
> 
> Signed-off-by: Alexandra Yates <alexandra.yates at linux.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 c38c68f..51d6ff3 100644
> --- a/sound/pci/hda/hda_intel.c
> +++ b/sound/pci/hda/hda_intel.c
> @@ -2099,6 +2099,11 @@ static const struct pci_device_id azx_ids[] = {
>  	/* 9 Series */
>  	{ PCI_DEVICE(0x8086, 0x8ca0),
>  	  .driver_data = AZX_DRIVER_PCH | AZX_DCAPS_INTEL_PCH },
> +	/* Lewisburg */
> +	{ PCI_DEVICE(0x8086, 0xa1f0),
> +	  .driver_data = AZX_DRIVER_PCH | AZX_DCAPS_INTEL_PCH },
> +	{ PCI_DEVICE(0x8086, 0xa270),
> +	  .driver_data = AZX_DRIVER_PCH | AZX_DCAPS_INTEL_PCH },
>  	/* Wellsburg */
>  	{ PCI_DEVICE(0x8086, 0x8d20),
>  	  .driver_data = AZX_DRIVER_PCH | AZX_DCAPS_INTEL_PCH },

Is this the best position to add?  That is, is Lewisburg an older chip
than Wellsburg?


thanks,

Takashi


More information about the Alsa-devel mailing list