Skip to content

Commit eabcc9e

Browse files
macchianMac Chiang
authored andcommitted
ASoC: Intel: soc-acpi-intel-ptl-match: drop rt721_l3 match table
By enabling the default SoundWire driver and best_effort tplg on PTL, functional topologies work on RT721 and multi-lane amplifier on link 3. Signed-off-by: Mac Chiang <[email protected]>
1 parent dbb7196 commit eabcc9e

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

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

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -374,15 +374,6 @@ static const struct snd_soc_acpi_adr_device rt721_3_single_adr[] = {
374374
}
375375
};
376376

377-
static const struct snd_soc_acpi_link_adr ptl_rt721_l3[] = {
378-
{
379-
.mask = BIT(3),
380-
.num_adr = ARRAY_SIZE(rt721_3_single_adr),
381-
.adr_d = rt721_3_single_adr,
382-
},
383-
{},
384-
};
385-
386377
static const struct snd_soc_acpi_adr_device rt722_0_agg_adr[] = {
387378
{
388379
.adr = 0x000030025d072201ull,
@@ -763,13 +754,6 @@ struct snd_soc_acpi_mach snd_soc_acpi_intel_ptl_sdw_machines[] = {
763754
.sof_tplg_filename = "sof-ptl-rt712-l3-rt1320-l3.tplg",
764755
.get_function_tplg_files = sof_sdw_get_tplg_files,
765756
},
766-
{
767-
.link_mask = BIT(3),
768-
.links = ptl_rt721_l3,
769-
.drv_name = "sof_sdw",
770-
.sof_tplg_filename = "sof-ptl-rt721.tplg",
771-
.get_function_tplg_files = sof_sdw_get_tplg_files,
772-
},
773757
{
774758
.link_mask = BIT(3),
775759
.links = ptl_rt722_l3,

0 commit comments

Comments
 (0)