mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-05 18:41:58 +09:00
ASoC: Intel: soc-acpi: Add entry for HDMI_In capture support in MTL match table
commit d1f67278d4 upstream.
Adding HDMI-In capture via I2S feature support in MTL platform.
Signed-off-by: Balamurugan C <balamurugan.c@intel.com>
Reviewed-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Signed-off-by: Bard Liao <yung-chuan.liao@linux.intel.com>
Link: https://lore.kernel.org/r/20230919091136.1922253-3-yung-chuan.liao@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
988fba279d
commit
307bbbbb94
@@ -807,6 +807,16 @@ static const struct platform_device_id board_ids[] = {
|
|||||||
SOF_ES8336_SPEAKERS_EN_GPIO1_QUIRK |
|
SOF_ES8336_SPEAKERS_EN_GPIO1_QUIRK |
|
||||||
SOF_ES8336_JD_INVERTED),
|
SOF_ES8336_JD_INVERTED),
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
.name = "mtl_es83x6_c1_h02",
|
||||||
|
.driver_data = (kernel_ulong_t)(SOF_ES8336_SSP_CODEC(1) |
|
||||||
|
SOF_NO_OF_HDMI_CAPTURE_SSP(2) |
|
||||||
|
SOF_HDMI_CAPTURE_1_SSP(0) |
|
||||||
|
SOF_HDMI_CAPTURE_2_SSP(2) |
|
||||||
|
SOF_SSP_HDMI_CAPTURE_PRESENT |
|
||||||
|
SOF_ES8336_SPEAKERS_EN_GPIO1_QUIRK |
|
||||||
|
SOF_ES8336_JD_INVERTED),
|
||||||
|
},
|
||||||
{ }
|
{ }
|
||||||
};
|
};
|
||||||
MODULE_DEVICE_TABLE(platform, board_ids);
|
MODULE_DEVICE_TABLE(platform, board_ids);
|
||||||
|
|||||||
@@ -20,6 +20,11 @@ static const struct snd_soc_acpi_codecs mtl_rt5682_rt5682s_hp = {
|
|||||||
.codecs = {"10EC5682", "RTL5682"},
|
.codecs = {"10EC5682", "RTL5682"},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
static const struct snd_soc_acpi_codecs mtl_lt6911_hdmi = {
|
||||||
|
.num_codecs = 1,
|
||||||
|
.codecs = {"INTC10B0"}
|
||||||
|
};
|
||||||
|
|
||||||
struct snd_soc_acpi_mach snd_soc_acpi_intel_mtl_machines[] = {
|
struct snd_soc_acpi_mach snd_soc_acpi_intel_mtl_machines[] = {
|
||||||
{
|
{
|
||||||
.comp_ids = &mtl_rt5682_rt5682s_hp,
|
.comp_ids = &mtl_rt5682_rt5682s_hp,
|
||||||
@@ -66,6 +71,13 @@ struct snd_soc_acpi_mach snd_soc_acpi_intel_mtl_sdw_machines[] = {
|
|||||||
.drv_name = "sof_sdw",
|
.drv_name = "sof_sdw",
|
||||||
.sof_tplg_filename = "sof-mtl-rt711-rt1308-rt715.tplg",
|
.sof_tplg_filename = "sof-mtl-rt711-rt1308-rt715.tplg",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
.comp_ids = &mtl_essx_83x6,
|
||||||
|
.drv_name = "mtl_es83x6_c1_h02",
|
||||||
|
.machine_quirk = snd_soc_acpi_codec_list,
|
||||||
|
.quirk_data = &mtl_lt6911_hdmi,
|
||||||
|
.sof_tplg_filename = "sof-mtl-es83x6-ssp1-hdmi-ssp02.tplg",
|
||||||
|
},
|
||||||
{
|
{
|
||||||
.link_mask = BIT(0) | BIT(1) | BIT(3),
|
.link_mask = BIT(0) | BIT(1) | BIT(3),
|
||||||
.links = sdw_mockup_headset_1amp_mic,
|
.links = sdw_mockup_headset_1amp_mic,
|
||||||
|
|||||||
Reference in New Issue
Block a user