File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -355,6 +355,15 @@ static const struct snd_soc_acpi_adr_device rt1320_3_group1_adr[] = {
355355 }
356356};
357357
358+ static const struct snd_soc_acpi_adr_device rt721_0_single_adr [] = {
359+ {
360+ .adr = 0x000030025d072101ull ,
361+ .num_endpoints = ARRAY_SIZE (rt_mf_endpoints ),
362+ .endpoints = rt_mf_endpoints ,
363+ .name_prefix = "rt721"
364+ }
365+ };
366+
358367static const struct snd_soc_acpi_adr_device rt721_3_single_adr [] = {
359368 {
360369 .adr = 0x000330025d072101ull ,
@@ -473,6 +482,15 @@ static const struct snd_soc_acpi_link_adr ptl_cs42l43_l3[] = {
473482 {}
474483};
475484
485+ static const struct snd_soc_acpi_link_adr ptl_rt721_l0 [] = {
486+ {
487+ .mask = BIT (0 ),
488+ .num_adr = ARRAY_SIZE (rt721_0_single_adr ),
489+ .adr_d = rt721_0_single_adr ,
490+ },
491+ {}
492+ };
493+
476494static const struct snd_soc_acpi_link_adr ptl_rt722_only [] = {
477495 {
478496 .mask = BIT (0 ),
@@ -660,6 +678,13 @@ struct snd_soc_acpi_mach snd_soc_acpi_intel_ptl_sdw_machines[] = {
660678 .drv_name = "sof_sdw" ,
661679 .sof_tplg_filename = "sof-ptl-rt711.tplg" ,
662680 },
681+ {
682+ .link_mask = BIT (0 ),
683+ .links = ptl_rt721_l0 ,
684+ .drv_name = "sof_sdw" ,
685+ .sof_tplg_filename = "sof-ptl-rt721.tplg" ,
686+ .get_function_tplg_files = sof_sdw_get_tplg_files ,
687+ },
663688 {
664689 .link_mask = BIT (0 ),
665690 .links = ptl_rt722_only ,
You can’t perform that action at this time.
0 commit comments