[PATCH] ALSA: hda: intel-dsp-config: add PCI id for TGL-H

Takashi Iwai tiwai at suse.de
Mon Jan 25 09:49:13 CET 2021


On Mon, 25 Jan 2021 09:30:51 +0100,
Kai Vehmanen wrote:
> 
> From: Bard Liao <bard.liao at intel.com>
> 
> Adding PCI id for TGL-H. Like for other TGL platforms, SOF is used if
> Soundwire codecs or PCH-DMIC is detected.
> 
> Signed-off-by: Bard Liao <bard.liao at intel.com>
> Reviewed-by: Xiuli Pan <xiuli.pan at intel.com>
> Reviewed-by: Libin Yang <libin.yang at intel.com>
> Signed-off-by: Kai Vehmanen <kai.vehmanen at linux.intel.com>

Is this needed for 5.11 or only for 5.12?
(Or potentially needed for 5.11.x stable later? -- then we can take it
 now, too)


thanks,

Takashi

> ---
>  sound/hda/intel-dsp-config.c | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/sound/hda/intel-dsp-config.c b/sound/hda/intel-dsp-config.c
> index 6a0d070c60c9..c45686172517 100644
> --- a/sound/hda/intel-dsp-config.c
> +++ b/sound/hda/intel-dsp-config.c
> @@ -307,6 +307,10 @@ static const struct config_entry config_table[] = {
>  		.flags = FLAG_SOF | FLAG_SOF_ONLY_IF_DMIC_OR_SOUNDWIRE,
>  		.device = 0xa0c8,
>  	},
> +	{
> +		.flags = FLAG_SOF | FLAG_SOF_ONLY_IF_DMIC_OR_SOUNDWIRE,
> +		.device = 0x43c8,
> +	},
>  #endif
>  
>  /* Elkhart Lake */
> -- 
> 2.29.2
> 


More information about the Alsa-devel mailing list