summaryrefslogtreecommitdiff
path: root/sound/soc/intel/common/soc-acpi-intel-rpl-match.c
diff options
context:
space:
mode:
authorBrent Lu <brent.lu@intel.com>2024-03-26 01:10:43 +0300
committerMark Brown <broonie@kernel.org>2024-03-26 01:44:53 +0300
commit94e9dd5b38bc3d04f86c4a876f3b4b397add248b (patch)
tree7101dede68e8cdcbc1fc908ecb8446fee81d9fef /sound/soc/intel/common/soc-acpi-intel-rpl-match.c
parent54bac56954a7c36eb8d1c7047b63133635999eb8 (diff)
downloadlinux-94e9dd5b38bc3d04f86c4a876f3b4b397add248b.tar.xz
ASoC: Intel: sof_rt5682: support ALC5650 on RPL boards
This commit supports RPL boards which implement ALC5650 dual I2S interface codec. SSP port usage: HP: SSP0 -> AIF1 SPK: SSP1 -> AIF2 BT: SSP2 -> BT 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/20240325221059.206042-6-pierre-louis.bossart@linux.intel.com Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/intel/common/soc-acpi-intel-rpl-match.c')
-rw-r--r--sound/soc/intel/common/soc-acpi-intel-rpl-match.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/sound/soc/intel/common/soc-acpi-intel-rpl-match.c b/sound/soc/intel/common/soc-acpi-intel-rpl-match.c
index f797937cf9d8..c43e537e60d2 100644
--- a/sound/soc/intel/common/soc-acpi-intel-rpl-match.c
+++ b/sound/soc/intel/common/soc-acpi-intel-rpl-match.c
@@ -462,6 +462,11 @@ struct snd_soc_acpi_mach snd_soc_acpi_intel_rpl_machines[] = {
.quirk_data = &rpl_max98360a_amp,
.sof_tplg_filename = "sof-rpl-max98360a-da7219.tplg",
},
+ {
+ .id = "10EC5650",
+ .drv_name = "rpl_rt5682_def",
+ .sof_tplg_filename = "sof-rpl-rt5650.tplg",
+ },
{},
};
EXPORT_SYMBOL_GPL(snd_soc_acpi_intel_rpl_machines);