@@ -394,6 +394,15 @@ static const struct snd_soc_acpi_adr_device rt1320_3_group2_adr[] = {
394394 }
395395};
396396
397+ static const struct snd_soc_acpi_adr_device rt1320_1_single_adr [] = {
398+ {
399+ .adr = 0x000130025D132001ull ,
400+ .num_endpoints = 1 ,
401+ .endpoints = & single_endpoint ,
402+ .name_prefix = "rt1320-1"
403+ }
404+ };
405+
397406static const struct snd_soc_acpi_link_adr ptl_cs42l43_agg_l3_cs35l56_l2 [] = {
398407 {
399408 .mask = BIT (3 ),
@@ -493,6 +502,20 @@ static const struct snd_soc_acpi_link_adr ptl_sdw_rt713_vb_l3_rt1320_l12[] = {
493502 {}
494503};
495504
505+ static const struct snd_soc_acpi_link_adr ptl_sdw_rt713_vb_l3_rt1320_l1 [] = {
506+ {
507+ .mask = BIT (3 ),
508+ .num_adr = ARRAY_SIZE (rt713_vb_3_adr ),
509+ .adr_d = rt713_vb_3_adr ,
510+ },
511+ {
512+ .mask = BIT (1 ),
513+ .num_adr = ARRAY_SIZE (rt1320_1_single_adr ),
514+ .adr_d = rt1320_1_single_adr ,
515+ },
516+ {}
517+ };
518+
496519static const struct snd_soc_acpi_link_adr ptl_sdw_rt712_vb_l2_rt1320_l1 [] = {
497520 {
498521 .mask = BIT (2 ),
@@ -627,6 +650,13 @@ struct snd_soc_acpi_mach snd_soc_acpi_intel_ptl_sdw_machines[] = {
627650 .sof_tplg_filename = "sof-ptl-rt712-l3-rt1320-l3.tplg" ,
628651 .get_function_tplg_files = sof_sdw_get_tplg_files ,
629652 },
653+ {
654+ .link_mask = BIT (1 ) | BIT (3 ),
655+ .links = ptl_sdw_rt713_vb_l3_rt1320_l1 ,
656+ .drv_name = "sof_sdw" ,
657+ .machine_check = snd_soc_acpi_intel_sdca_is_device_rt712_vb ,
658+ .sof_tplg_filename = "sof-ptl-rt713-l3-rt1320-l1.tplg" ,
659+ },
630660 {},
631661};
632662EXPORT_SYMBOL_GPL (snd_soc_acpi_intel_ptl_sdw_machines );
0 commit comments