ASoC: Intel: sof_rt5682: add mtl_rt5650 support
authorMac Chiang <mac.chiang@intel.com>
Mon, 13 Nov 2023 11:59:07 +0000 (06:59 -0500)
committerMark Brown <broonie@kernel.org>
Mon, 13 Nov 2023 19:45:20 +0000 (19:45 +0000)
RT5650 is I2S codec integrated with HP and SPK.
The HW board connects SoC I2S to RT5650 codec as below:

I2S0: ALC5650 aif1 for Speaker
I2S2: ALC5650 aif2 for Headphone

Reviewed-by: Bard Liao <yung-chuan.liao@linux.intel.com>
Signed-off-by: Mac Chiang <mac.chiang@intel.com>
Acked-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Link: https://lore.kernel.org/r/20231113115907.18539-1-mac.chiang@intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/intel/boards/sof_rt5682.c
sound/soc/intel/common/soc-acpi-intel-mtl-match.c

index 06ad15af46de5ad6b8fba4e644c1ec6533060d1d..9723479f43dae0e93a0d5642092ad906567d3d21 100644 (file)
@@ -1147,6 +1147,15 @@ static const struct platform_device_id board_ids[] = {
                                        SOF_RT5682_SSP_AMP(0) |
                                        SOF_RT5682_NUM_HDMIDEV(3)),
        },
+       {
+               .name = "mtl_rt5650",
+               .driver_data = (kernel_ulong_t)(SOF_RT5682_MCLK_EN |
+                                       SOF_RT5682_SSP_CODEC(2) |
+                                       SOF_RT5682_SSP_AMP(0) |
+                                       SOF_RT5682_NUM_HDMIDEV(3) |
+                                       SOF_BT_OFFLOAD_SSP(1) |
+                                       SOF_SSP_BT_OFFLOAD_PRESENT),
+       },
        { }
 };
 MODULE_DEVICE_TABLE(platform, board_ids);
index 301b8142d554cba01c270ee3793761786e4eb59b..af4224bff718048dc5b7b3fc622f6e89356dc9b3 100644 (file)
@@ -40,6 +40,11 @@ static const struct snd_soc_acpi_codecs mtl_lt6911_hdmi = {
        .codecs = {"INTC10B0"}
 };
 
+static const struct snd_soc_acpi_codecs mtl_rt5650_amp = {
+       .num_codecs = 1,
+       .codecs = {"10EC5650"}
+};
+
 struct snd_soc_acpi_mach snd_soc_acpi_intel_mtl_machines[] = {
        {
                .comp_ids = &mtl_rt5682_rt5682s_hp,
@@ -77,6 +82,13 @@ struct snd_soc_acpi_mach snd_soc_acpi_intel_mtl_machines[] = {
                                        SND_SOC_ACPI_TPLG_INTEL_SSP_MSB |
                                        SND_SOC_ACPI_TPLG_INTEL_DMIC_NUMBER,
        },
+       {
+               .id = "10EC5650",
+               .drv_name = "mtl_rt5650",
+               .machine_quirk = snd_soc_acpi_codec_list,
+               .quirk_data = &mtl_rt5650_amp,
+               .sof_tplg_filename = "sof-mtl-rt5650.tplg",
+       },
        /* place amp-only boards in the end of table */
        {
                .id = "INTC10B0",