mirror of https://gitee.com/openkylin/linux.git
ASoC: Intel: Add Kabylake RT5663 machine driver entry
Adds Kabylake rt5663 machine driver entry into machine table Signed-off-by: Kevin Cheng <kevin.cheng@intel.com> Acked-By: Vinod Koul <vinod.koul@intel.com> Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
c06425705a
commit
0dfa7a046a
|
@ -981,6 +981,11 @@ static struct sst_acpi_mach sst_kbl_devdata[] = {
|
|||
.quirk_data = &kbl_poppy_codecs,
|
||||
.pdata = &skl_dmic_data
|
||||
},
|
||||
{
|
||||
.id = "10EC5663",
|
||||
.drv_name = "kbl_rt5663",
|
||||
.fw_filename = "intel/dsp_fw_kbl.bin",
|
||||
},
|
||||
|
||||
{}
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue