projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a2f5b8d
)
ASoC: Intel: Kbl: add kabylake additional machine entries
author
Vinod Koul
<vinod.koul@intel.com>
Wed, 13 Jul 2016 16:43:45 +0000
(22:13 +0530)
committer
Mark Brown
<broonie@kernel.org>
Thu, 14 Jul 2016 16:21:29 +0000
(17:21 +0100)
Like SKL, we have two more machines for KBL, so add these IDs
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/intel/skylake/skl.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/soc/intel/skylake/skl.c
b/sound/soc/intel/skylake/skl.c
index 9f6733d72bdeb31e8ddfea4a3eceefc291781375..2337748ffead419fb980f2c87a8657cd59581ff0 100644
(file)
--- a/
sound/soc/intel/skylake/skl.c
+++ b/
sound/soc/intel/skylake/skl.c
@@
-815,6
+815,8
@@
static struct sst_acpi_mach sst_bxtp_devdata[] = {
static struct sst_acpi_mach sst_kbl_devdata[] = {
{ "INT343A", "kbl_alc286s_i2s", "intel/dsp_fw_kbl.bin", NULL, NULL, NULL },
+ { "INT343B", "kbl_n88l25_s4567", "intel/dsp_fw_kbl.bin", NULL, NULL, &skl_dmic_data },
+ { "MX98357A", "kbl_n88l25_m98357a", "intel/dsp_fw_kbl.bin", NULL, NULL, &skl_dmic_data },
{}
};