diff options
author | Brent Lu <brent.lu@intel.com> | 2024-03-27 11:24:05 -0500 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2024-03-28 13:58:23 +0000 |
commit | 2872f3b5df54ac14adc5ea62241312d66bd001ba (patch) | |
tree | ea978ec81a4ab51a07fa1f41982cde80703446e7 /sound/soc/intel/common | |
parent | a2e678fe951c3820db705a2cb20ec0a32d752033 (diff) | |
download | linux-stable-2872f3b5df54ac14adc5ea62241312d66bd001ba.tar.gz linux-stable-2872f3b5df54ac14adc5ea62241312d66bd001ba.tar.bz2 linux-stable-2872f3b5df54ac14adc5ea62241312d66bd001ba.zip |
ASoC: Intel: sof_cs42l42: board id cleanup for adl boards
Introduce "adl_cs42l42_def" for adl boards which implement headphone
codec on SSP0 and speaker amplifiers on SSP1.
Reviewed-by: Bard Liao <yung-chuan.liao@linux.intel.com>
Signed-off-by: Brent Lu <brent.lu@intel.com>
Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Link: https://msgid.link/r/20240327162408.63953-16-pierre-louis.bossart@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/intel/common')
-rw-r--r-- | sound/soc/intel/common/soc-acpi-intel-adl-match.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/intel/common/soc-acpi-intel-adl-match.c b/sound/soc/intel/common/soc-acpi-intel-adl-match.c index 9ac9310dd2be..7977a6fb9a5c 100644 --- a/sound/soc/intel/common/soc-acpi-intel-adl-match.c +++ b/sound/soc/intel/common/soc-acpi-intel-adl-match.c @@ -497,7 +497,7 @@ struct snd_soc_acpi_mach snd_soc_acpi_intel_adl_machines[] = { }, { .id = "10134242", - .drv_name = "adl_mx98360a_cs4242", + .drv_name = "adl_cs42l42_def", .machine_quirk = snd_soc_acpi_codec_list, .quirk_data = &adl_max98360a_amp, .sof_tplg_filename = "sof-adl-max98360a-cs42l42.tplg", |