[PATCH] ASoC: SOF: Intel: initial support to AlderLake-P
Takashi Iwai
tiwai at suse.de
Wed Jan 13 17:20:51 CET 2021
On Wed, 13 Jan 2021 17:07:04 +0100,
Kai Vehmanen wrote:
>
> Add PCI id for the AlderLake-P.
>
> Signed-off-by: Kai Vehmanen <kai.vehmanen at linux.intel.com>
> Reviewed-by: Ranjani Sridharan <ranjani.sridharan at linux.intel.com>
> Reviewed-by: Pierre-Louis Bossart <pierre-louis.bossart at linux.intel.com>
> Reviewed-by: Guennadi Liakhovetski <guennadi.liakhovetski at linux.intel.com>
> ---
> sound/soc/sof/sof-pci-dev.c | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/sound/soc/sof/sof-pci-dev.c b/sound/soc/sof/sof-pci-dev.c
> index 63b989e3ec40..9c3cb719e268 100644
> --- a/sound/soc/sof/sof-pci-dev.c
> +++ b/sound/soc/sof/sof-pci-dev.c
> @@ -512,6 +512,8 @@ static const struct pci_device_id sof_pci_ids[] = {
> #if IS_ENABLED(CONFIG_SND_SOC_SOF_ALDERLAKE)
> { PCI_DEVICE(0x8086, 0x7ad0),
> .driver_data = (unsigned long)&adls_desc},
> + { PCI_DEVICE(0x8086, 0x51c8),
> + .driver_data = (unsigned long)&tgl_desc},
Is it correct? It's referring to TGL thing and it's not enabled with
CONFIG_SND_SOC_SOF_ALDERLAKE.
Takashi
More information about the Alsa-devel
mailing list