diff options
author | Vinod Koul <vinod.koul@intel.com> | 2016-07-13 12:43:45 -0400 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2016-07-14 12:21:29 -0400 |
commit | 156a071b9c7d0bd6917bbddd736e47de94265f03 (patch) | |
tree | 84676b04efd3b03a49c19ed7afbe3276604eaabe /sound/soc/intel | |
parent | a2f5b8db2e983e44cb0cd7e8e95135fc7c9b1394 (diff) |
ASoC: Intel: Kbl: add kabylake additional machine entries
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>
Diffstat (limited to 'sound/soc/intel')
-rw-r--r-- | sound/soc/intel/skylake/skl.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/soc/intel/skylake/skl.c b/sound/soc/intel/skylake/skl.c index 9f6733d72bde..2337748ffead 100644 --- 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[] = { | |||
815 | 815 | ||
816 | static struct sst_acpi_mach sst_kbl_devdata[] = { | 816 | static struct sst_acpi_mach sst_kbl_devdata[] = { |
817 | { "INT343A", "kbl_alc286s_i2s", "intel/dsp_fw_kbl.bin", NULL, NULL, NULL }, | 817 | { "INT343A", "kbl_alc286s_i2s", "intel/dsp_fw_kbl.bin", NULL, NULL, NULL }, |
818 | { "INT343B", "kbl_n88l25_s4567", "intel/dsp_fw_kbl.bin", NULL, NULL, &skl_dmic_data }, | ||
819 | { "MX98357A", "kbl_n88l25_m98357a", "intel/dsp_fw_kbl.bin", NULL, NULL, &skl_dmic_data }, | ||
818 | {} | 820 | {} |
819 | }; | 821 | }; |
820 | 822 | ||