File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -668,6 +668,14 @@ static const struct snd_soc_acpi_link_adr cs42l42_link0_max98363_link2[] = {
668
668
{}
669
669
};
670
670
671
+ static const struct snd_soc_acpi_link_adr mtl_cs42l43_l0 [] = {
672
+ {
673
+ .mask = BIT (0 ),
674
+ .num_adr = ARRAY_SIZE (cs42l43_0_adr ),
675
+ .adr_d = cs42l43_0_adr ,
676
+ },
677
+ };
678
+
671
679
static const struct snd_soc_acpi_link_adr mtl_cs42l43_cs35l56 [] = {
672
680
{
673
681
.mask = BIT (0 ),
@@ -782,6 +790,12 @@ struct snd_soc_acpi_mach snd_soc_acpi_intel_mtl_sdw_machines[] = {
782
790
.drv_name = "sof_sdw" ,
783
791
.sof_tplg_filename = "sof-mtl-cs42l43-l0-cs35l56-l12.tplg" ,
784
792
},
793
+ {
794
+ .link_mask = BIT (0 ),
795
+ .links = mtl_cs42l43_l0 ,
796
+ .drv_name = "sof_sdw" ,
797
+ .sof_tplg_filename = "sof-mtl-cs42l43-l0.tplg" ,
798
+ },
785
799
{
786
800
.link_mask = GENMASK (3 , 0 ),
787
801
.links = mtl_3_in_1_sdca ,
You can’t perform that action at this time.
0 commit comments