diff options
author | Kevin Cheng <kevin.cheng@intel.com> | 2017-07-27 10:38:37 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2017-07-28 14:35:46 +0200 |
commit | 0dfa7a046aa9a3e3dcaee59bfc23598679fc4247 (patch) | |
tree | 9fd8e5dfda0f1980d077cfa6da07beafb04043ce /sound/soc/intel/skylake/skl.c | |
parent | ASoC: Intel: Add Kabylake machine driver for RT5663 (diff) | |
download | linux-0dfa7a046aa9a3e3dcaee59bfc23598679fc4247.tar.xz linux-0dfa7a046aa9a3e3dcaee59bfc23598679fc4247.zip |
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>
Diffstat (limited to 'sound/soc/intel/skylake/skl.c')
-rw-r--r-- | sound/soc/intel/skylake/skl.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sound/soc/intel/skylake/skl.c b/sound/soc/intel/skylake/skl.c index 334917ee41cf..01a2dd6518a4 100644 --- a/sound/soc/intel/skylake/skl.c +++ b/sound/soc/intel/skylake/skl.c @@ -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", + }, {} }; |