projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
be1fae6
)
ASoC: Intel: soc-acpi: mtl: fix speaker no sound on Dell SKU 0C64
author
Shuming Fan
<shumingf@realtek.com>
Wed, 12 Jun 2024 07:57:40 +0000
(15:57 +0800)
committer
Mark Brown
<broonie@kernel.org>
Tue, 18 Jun 2024 17:57:33 +0000
(18:57 +0100)
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 <shumingf@realtek.com>
Reviewed-by: Bard Liao <yung-chuan.liao@linux.intel.com>
Link:
https://msgid.link/r/20240612075740.1678082-1-shumingf@realtek.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/intel/common/soc-acpi-intel-mtl-match.c
patch
|
blob
|
history
diff --git
a/sound/soc/intel/common/soc-acpi-intel-mtl-match.c
b/sound/soc/intel/common/soc-acpi-intel-mtl-match.c
index
48252fa
..
8e0ae36
100644
(file)
--- a/
sound/soc/intel/common/soc-acpi-intel-mtl-match.c
+++ b/
sound/soc/intel/common/soc-acpi-intel-mtl-match.c
@@
-293,7
+293,7
@@
static const struct snd_soc_acpi_adr_device rt1318_1_single_adr[] = {
.adr = 0x000130025D131801,
.num_endpoints = 1,
.endpoints = &single_endpoint,
- .name_prefix = "rt1318"
+ .name_prefix = "rt1318
-1
"
}
};