Skip to content

Commit 0612d74

Browse files
gongjun-songbroonie
authored andcommitted
ASoC: Intel: soc-acpi: update codec addr on 0C11/0C4F product
The unique ID is determined by the ADR pin level of rt1318. ODM changed design, update codec addr to match new design. Fixes: 0050e3d ("ASoC: Intel: soc-acpi: add SKU 0C11 SoundWire configuration") Signed-off-by: Gongjun Song <[email protected]> Signed-off-by: Bard Liao <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent 6d94d00 commit 0612d74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ static const struct snd_soc_acpi_adr_device rt1316_1_group2_adr[] = {
112112

113113
static const struct snd_soc_acpi_adr_device rt1318_1_group1_adr[] = {
114114
{
115-
.adr = 0x000131025D131801ull,
115+
.adr = 0x000132025D131801ull,
116116
.num_endpoints = 1,
117117
.endpoints = &spk_l_endpoint,
118118
.name_prefix = "rt1318-1"

0 commit comments

Comments
 (0)