Skip to content

Commit 60ff540

Browse files
shumingfanbroonie
authored andcommitted
ASoC: Intel: soc-acpi: mtl: fix speaker no sound on Dell SKU 0C64
Dell SKU 0C64 has a single rt1318 amplifier. The prefix name of control still needs to be set rt1318-1 corresponding to UCM config. Signed-off-by: Shuming Fan <[email protected]> Reviewed-by: Bard Liao <[email protected]> Link: https://msgid.link/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent be1fae6 commit 60ff540

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ static const struct snd_soc_acpi_adr_device rt1318_1_single_adr[] = {
293293
.adr = 0x000130025D131801,
294294
.num_endpoints = 1,
295295
.endpoints = &single_endpoint,
296-
.name_prefix = "rt1318"
296+
.name_prefix = "rt1318-1"
297297
}
298298
};
299299

0 commit comments

Comments
 (0)