File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -1266,6 +1266,12 @@ static struct snd_soc_dai_link_component platform_acp63_component[] = {
1266
1266
}
1267
1267
};
1268
1268
1269
+ static struct snd_soc_dai_link_component platform_acp70_component [] = {
1270
+ {
1271
+ .name = "acp_asoc_acp70.0" ,
1272
+ }
1273
+ };
1274
+
1269
1275
static struct snd_soc_dai_link_component sof_component [] = {
1270
1276
{
1271
1277
.name = "0000:04:00.5" ,
@@ -1692,6 +1698,9 @@ int acp_legacy_dai_links_create(struct snd_soc_card *card)
1692
1698
} else if (drv_data -> platform == ACP63 ) {
1693
1699
links [i ].platforms = platform_acp63_component ;
1694
1700
links [i ].num_platforms = ARRAY_SIZE (platform_acp63_component );
1701
+ } else if (drv_data -> platform == ACP70 ) {
1702
+ links [i ].platforms = platform_acp70_component ;
1703
+ links [i ].num_platforms = ARRAY_SIZE (platform_acp70_component );
1695
1704
} else {
1696
1705
links [i ].platforms = platform_component ;
1697
1706
links [i ].num_platforms = ARRAY_SIZE (platform_component );
You can’t perform that action at this time.
0 commit comments