Skip to content

Commit 8bf7121

Browse files
committed
fixup! ALSA: hda: intel-dsp-config: add PCI id for TGL-H
Legacy HDA driver should still be the default unless Soundwire or DMIC is detected. Signed-off-by: Bard Liao <yung-chuan.liao@linux.intel.com>
1 parent 50e16fd commit 8bf7121

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sound/hda/intel-dsp-config.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ static const struct config_entry config_table[] = {
308308
.device = 0xa0c8,
309309
},
310310
{
311-
.flags = FLAG_SOF,
311+
.flags = FLAG_SOF | FLAG_SOF_ONLY_IF_DMIC_OR_SOUNDWIRE,
312312
.device = 0x43c8,
313313
},
314314
#endif

0 commit comments

Comments
 (0)