File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Expand file tree Collapse file tree 1 file changed +25
-0
lines changed 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[] = {
355
355
}
356
356
};
357
357
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
+
358
367
static const struct snd_soc_acpi_adr_device rt721_3_single_adr [] = {
359
368
{
360
369
.adr = 0x000330025d072101ull ,
@@ -473,6 +482,15 @@ static const struct snd_soc_acpi_link_adr ptl_cs42l43_l3[] = {
473
482
{}
474
483
};
475
484
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
+
476
494
static const struct snd_soc_acpi_link_adr ptl_rt722_only [] = {
477
495
{
478
496
.mask = BIT (0 ),
@@ -660,6 +678,13 @@ struct snd_soc_acpi_mach snd_soc_acpi_intel_ptl_sdw_machines[] = {
660
678
.drv_name = "sof_sdw" ,
661
679
.sof_tplg_filename = "sof-ptl-rt711.tplg" ,
662
680
},
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
+ },
663
688
{
664
689
.link_mask = BIT (0 ),
665
690
.links = ptl_rt722_only ,
You can’t perform that action at this time.
0 commit comments