Skip to content

Commit d7d369d

Browse files
committed
ASoC: Intel: soc-acpi-intel-ptl-match: add sdw multi function mockup
codec Add a SoundWire multi function mockup codec support. Signed-off-by: Bard Liao <yung-chuan.liao@linux.intel.com>
1 parent a8cf261 commit d7d369d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

sound/soc/intel/common/soc-acpi-intel-ptl-match.c

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -305,6 +305,12 @@ struct snd_soc_acpi_mach snd_soc_acpi_intel_ptl_sdw_machines[] = {
305305
.drv_name = "sof_sdw",
306306
.sof_tplg_filename = "sof-ptl-rt715-rt711-rt1308-mono.tplg",
307307
},
308+
{
309+
.link_mask = BIT(0),
310+
.links = sdw_mockup_multi_func,
311+
.drv_name = "sof_sdw",
312+
.sof_tplg_filename = "sof-ptl-rt722.tplg", /* Reuse the existing tplg file */
313+
},
308314
{
309315
.link_mask = BIT(0),
310316
.links = ptl_rvp,

0 commit comments

Comments
 (0)