Skip to content

Commit bc3f2dd

Browse files
committed
ALSA: hda: intel-dsp-config: add PCI id for TGL-H
Adding PCI id for TGL-H and SOF will be the default audio driver. Signed-off-by: Bard Liao <bard.liao@intel.com>
1 parent c4c87cf commit bc3f2dd

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
@@ -294,6 +294,10 @@ static const struct config_entry config_table[] = {
294294
.flags = FLAG_SOF,
295295
.device = 0xa0c8,
296296
},
297+
{
298+
.flags = FLAG_SOF,
299+
.device = 0x43c8,
300+
},
297301
#endif
298302

299303
/* Elkhart Lake */

0 commit comments

Comments
 (0)