ASoC: Intel: common: add Geminilake Realtek+Maxim machine driver entry
This patch adds glk_rt5682_max98357a_i2s machine driver entry into machine table. Both Skylake and SOF platform drivers can use this machine drivers. Signed-off-by: Yong Zhi <yong.zhi@intel.com> Signed-off-by: Naveen Manohar <naveen.m@intel.com> Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
164a263bf8
commit
d3692cb5c5
|
@ -31,6 +31,15 @@ struct snd_soc_acpi_mach snd_soc_acpi_intel_glk_machines[] = {
|
||||||
.sof_fw_filename = "sof-glk.ri",
|
.sof_fw_filename = "sof-glk.ri",
|
||||||
.sof_tplg_filename = "sof-glk-da7219.tplg",
|
.sof_tplg_filename = "sof-glk-da7219.tplg",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
.id = "10EC5682",
|
||||||
|
.drv_name = "glk_rt5682_max98357a",
|
||||||
|
.fw_filename = "intel/dsp_fw_glk.bin",
|
||||||
|
.machine_quirk = snd_soc_acpi_codec_list,
|
||||||
|
.quirk_data = &glk_codecs,
|
||||||
|
.sof_fw_filename = "sof-glk.ri",
|
||||||
|
.sof_tplg_filename = "sof-glk-rt5682.tplg",
|
||||||
|
},
|
||||||
{},
|
{},
|
||||||
};
|
};
|
||||||
EXPORT_SYMBOL_GPL(snd_soc_acpi_intel_glk_machines);
|
EXPORT_SYMBOL_GPL(snd_soc_acpi_intel_glk_machines);
|
||||||
|
|
Loading…
Reference in New Issue