Unverified Commit e1580f48 authored by Balamurugan C's avatar Balamurugan C Committed by Mark Brown
Browse files

ASoC: Intel: soc-acpi: Add entry for HDMI_In capture support in ARL match table

parent 26254073
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -818,6 +818,16 @@ static const struct platform_device_id board_ids[] = {
					SOF_ES8336_SPEAKERS_EN_GPIO1_QUIRK |
					SOF_ES8336_JD_INVERTED),
	},
	{
		.name = "arl_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);
+12 −0
Original line number Diff line number Diff line
@@ -100,7 +100,19 @@ static const struct snd_soc_acpi_codecs arl_essx_83x6 = {
	.codecs = { "ESSX8316", "ESSX8326", "ESSX8336"},
};

static const struct snd_soc_acpi_codecs arl_lt6911_hdmi = {
	.num_codecs = 1,
	.codecs = {"INTC10B0"}
};

struct snd_soc_acpi_mach snd_soc_acpi_intel_arl_machines[] = {
	{
		.comp_ids = &arl_essx_83x6,
		.drv_name = "arl_es83x6_c1_h02",
		.machine_quirk = snd_soc_acpi_codec_list,
		.quirk_data = &arl_lt6911_hdmi,
		.sof_tplg_filename = "sof-arl-es83x6-ssp1-hdmi-ssp02.tplg",
	},
	{
		.comp_ids = &arl_essx_83x6,
		.drv_name = "sof-essx8336",