Skip to content

Commit 214e6be

Browse files
plbossarttiwai
authored andcommitted
ALSA: hda: intel-dsp-config: Add PTL-H support
Use same recipes as PTL for PTL-H. Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> Signed-off-by: Peter Ujfalusi <peter.ujfalusi@linux.intel.com> Reviewed-by: Kai Vehmanen <kai.vehmanen@linux.intel.com> Reviewed-by: Bard Liao <yung-chuan.liao@linux.intel.com> Signed-off-by: Takashi Iwai <tiwai@suse.de> Link: https://patch.msgid.link/20250210081730.22916-3-peter.ujfalusi@linux.intel.com
1 parent a1f7b7f commit 214e6be

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

sound/hda/intel-dsp-config.c

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -539,6 +539,11 @@ static const struct config_entry config_table[] = {
539539
.flags = FLAG_SOF | FLAG_SOF_ONLY_IF_DMIC_OR_SOUNDWIRE,
540540
.device = PCI_DEVICE_ID_INTEL_HDA_PTL,
541541
},
542+
{
543+
.flags = FLAG_SOF | FLAG_SOF_ONLY_IF_DMIC_OR_SOUNDWIRE,
544+
.device = PCI_DEVICE_ID_INTEL_HDA_PTL_H,
545+
},
546+
542547
#endif
543548

544549
};

0 commit comments

Comments
 (0)