projects
/
platform
/
kernel
/
linux-rpi3.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c064257
)
ASoC: Intel: Add Kabylake RT5663 machine driver entry
author
Kevin Cheng
<kevin.cheng@intel.com>
Thu, 27 Jul 2017 08:38:37 +0000
(16:38 +0800)
committer
Mark Brown
<broonie@kernel.org>
Fri, 28 Jul 2017 12:35:46 +0000
(13:35 +0100)
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>
sound/soc/intel/skylake/skl.c
patch
|
blob
|
history
diff --git
a/sound/soc/intel/skylake/skl.c
b/sound/soc/intel/skylake/skl.c
index
334917e
..
01a2dd6
100644
(file)
--- 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",
+ },
{}
};