mirror of
https://github.com/torvalds/linux.git
synced 2024-11-22 20:22:09 +00:00
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: 0050e3d3d4
("ASoC: Intel: soc-acpi: add SKU 0C11 SoundWire configuration")
Signed-off-by: Gongjun Song <gongjun.song@intel.com>
Signed-off-by: Bard Liao <yung-chuan.liao@linux.intel.com>
Link: https://lore.kernel.org/r/20221212085527.1886168-1-yung-chuan.liao@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
6d94d00905
commit
0612d74800
@ -112,7 +112,7 @@ static const struct snd_soc_acpi_adr_device rt1316_1_group2_adr[] = {
|
|||||||
|
|
||||||
static const struct snd_soc_acpi_adr_device rt1318_1_group1_adr[] = {
|
static const struct snd_soc_acpi_adr_device rt1318_1_group1_adr[] = {
|
||||||
{
|
{
|
||||||
.adr = 0x000131025D131801ull,
|
.adr = 0x000132025D131801ull,
|
||||||
.num_endpoints = 1,
|
.num_endpoints = 1,
|
||||||
.endpoints = &spk_l_endpoint,
|
.endpoints = &spk_l_endpoint,
|
||||||
.name_prefix = "rt1318-1"
|
.name_prefix = "rt1318-1"
|
||||||
|
Loading…
Reference in New Issue
Block a user