Skip to content

Commit e6d4b1f

Browse files
committed
ASoc: tas2783A: acpi match for 4 channel for mtl
1 parent 90405d3 commit e6d4b1f

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

sound/soc/intel/common/soc-acpi-intel-mtl-match.c

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -950,7 +950,7 @@ static const struct snd_soc_acpi_adr_device cs42l42_0_adr[] = {
950950

951951
static 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

0 commit comments

Comments
 (0)