aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNaveen Manohar <[email protected]>2019-11-01 12:18:46 -0500
committerMark Brown <[email protected]>2019-11-04 13:22:34 +0000
commitf95ce1355944189c26e4182c813d7f018b434dbd (patch)
tree9e9239862fe76c565eb65ce5126e0148d92d5df1
parente0859710516c98b189879966b48ea1c77e0cd979 (diff)
ASoC: Intel: Add acpi match for rt1011 based m/c driver
Add match for CML m/c with RT1011 and RT5682 Signed-off-by: Naveen Manohar <[email protected]> Signed-off-by: Sathya Prakash M R <[email protected]> Signed-off-by: Pierre-Louis Bossart <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
-rw-r--r--sound/soc/intel/common/soc-acpi-intel-cnl-match.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/sound/soc/intel/common/soc-acpi-intel-cnl-match.c b/sound/soc/intel/common/soc-acpi-intel-cnl-match.c
index 985aa366c9e8..16d0bae8b316 100644
--- a/sound/soc/intel/common/soc-acpi-intel-cnl-match.c
+++ b/sound/soc/intel/common/soc-acpi-intel-cnl-match.c
@@ -48,6 +48,13 @@ struct snd_soc_acpi_mach snd_soc_acpi_intel_cnl_machines[] = {
.sof_tplg_filename = "sof-cml-rt5682-max98357a.tplg",
},
{
+ .id = "10EC1011",
+ .drv_name = "cml_rt1011_rt5682",
+ .quirk_data = &cml_codecs,
+ .sof_fw_filename = "sof-cnl.ri",
+ .sof_tplg_filename = "sof-cml-rt1011-rt5682.tplg",
+ },
+ {
.id = "10EC5682",
.drv_name = "sof_rt5682",
.sof_fw_filename = "sof-cnl.ri",