Skip to content

Commit c5b5ff6

Browse files
bardliaotiwai
authored andcommitted
ALSA: hda: intel-dsp-config: add PCI id for TGL-H
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 <[email protected]> Reviewed-by: Xiuli Pan <[email protected]> Reviewed-by: Libin Yang <[email protected]> Signed-off-by: Kai Vehmanen <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Takashi Iwai <[email protected]>
1 parent fe773b8 commit c5b5ff6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

sound/hda/intel-dsp-config.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -307,6 +307,10 @@ static const struct config_entry config_table[] = {
307307
.flags = FLAG_SOF | FLAG_SOF_ONLY_IF_DMIC_OR_SOUNDWIRE,
308308
.device = 0xa0c8,
309309
},
310+
{
311+
.flags = FLAG_SOF | FLAG_SOF_ONLY_IF_DMIC_OR_SOUNDWIRE,
312+
.device = 0x43c8,
313+
},
310314
#endif
311315

312316
/* Elkhart Lake */

0 commit comments

Comments
 (0)