mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-16 08:44:21 +08:00
ASoC: Intel: soc-acpi: correct device endpoints for max98373
[ Upstream commit 97326be14d
]
The left speaker of max98373 uses spk_r_endpoint, and right
speaker uses spk_l_endpoint, this is obviously wrong.
This patch corrects the endpoints for max98373 codec.
Signed-off-by: Chao Song <chao.song@linux.intel.com>
Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Link: https://lore.kernel.org/r/20220406192341.271465-1-pierre-louis.bossart@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
parent
27e724bf7c
commit
2c5ca9bde7
@ -127,13 +127,13 @@ static const struct snd_soc_acpi_adr_device mx8373_1_adr[] = {
|
|||||||
{
|
{
|
||||||
.adr = 0x000123019F837300ull,
|
.adr = 0x000123019F837300ull,
|
||||||
.num_endpoints = 1,
|
.num_endpoints = 1,
|
||||||
.endpoints = &spk_l_endpoint,
|
.endpoints = &spk_r_endpoint,
|
||||||
.name_prefix = "Right"
|
.name_prefix = "Right"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
.adr = 0x000127019F837300ull,
|
.adr = 0x000127019F837300ull,
|
||||||
.num_endpoints = 1,
|
.num_endpoints = 1,
|
||||||
.endpoints = &spk_r_endpoint,
|
.endpoints = &spk_l_endpoint,
|
||||||
.name_prefix = "Left"
|
.name_prefix = "Left"
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user