Skip to content

Commit bc01d50

Browse files
committed
ASoc: tas2783A: acpi match for 4 channel for mtl
Add changes to support 4 tas2783A devices on mtl platform. The supported unique IDs are updated to 9, a, c, d, where c and d are configured to play left channels and 9 and a are configured to play right channel. Signed-off-by: Niranjan H Y <[email protected]> --- v2: - update commit message
1 parent c458b92 commit bc01d50

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)