File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed
Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -950,7 +950,7 @@ static const struct snd_soc_acpi_adr_device cs42l42_0_adr[] = {
950950
951951static const struct snd_soc_acpi_adr_device tas2783_0_adr [] = {
952952 {
953- .adr = 0x0000380102000001ull ,
953+ .adr = 0x00003c0102000001ull ,
954954 .num_endpoints = 1 ,
955955 .endpoints = & spk_l_endpoint ,
956956 .name_prefix = "tas2783-1"
@@ -960,6 +960,18 @@ static const struct snd_soc_acpi_adr_device tas2783_0_adr[] = {
960960 .num_endpoints = 1 ,
961961 .endpoints = & spk_r_endpoint ,
962962 .name_prefix = "tas2783-2"
963+ },
964+ {
965+ .adr = 0x00003d0102000001ull ,
966+ .num_endpoints = 1 ,
967+ .endpoints = & spk_l_endpoint ,
968+ .name_prefix = "tas2783-3"
969+ },
970+ {
971+ .adr = 0x00003a0102000001ull ,
972+ .num_endpoints = 1 ,
973+ .endpoints = & spk_r_endpoint ,
974+ .name_prefix = "tas2783-4"
963975 }
964976};
965977
You can’t perform that action at this time.
0 commit comments