diff options
author | Rohit Ainapure <rohit.m.ainapure@intel.com> | 2015-12-11 14:29:07 -0500 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-12-18 03:29:01 -0500 |
commit | 69b7f9c45856e49929bdde8492e5f46a07c8a2f3 (patch) | |
tree | 1922b53827f36358f1b85efa08de00d954e0568c | |
parent | e8bc3c99fa982f616e74aec4445945400a9c56f3 (diff) |
ASoC: Intel: Add Nuvoton+Maxim machine driver entry
Add the NAU88L25 + MAX98357A machine driver entry into
the machine table
Signed-off-by: Rohit Ainapure <rohit.m.ainapure@intel.com>
Signed-off-by: Fang, Yang A <yang.a.fang@intel.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
-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 2c16325d1ce1..c38bf99ced10 100644 --- a/sound/soc/intel/skylake/skl.c +++ b/sound/soc/intel/skylake/skl.c | |||
@@ -600,6 +600,8 @@ static struct sst_acpi_mach sst_skl_devdata[] = { | |||
600 | { "INT343A", "skl_alc286s_i2s", "intel/dsp_fw_release.bin", NULL, NULL, NULL }, | 600 | { "INT343A", "skl_alc286s_i2s", "intel/dsp_fw_release.bin", NULL, NULL, NULL }, |
601 | { "INT343B", "skl_nau88l25_ssm4567_i2s", "intel/dsp_fw_release.bin", | 601 | { "INT343B", "skl_nau88l25_ssm4567_i2s", "intel/dsp_fw_release.bin", |
602 | NULL, NULL, NULL }, | 602 | NULL, NULL, NULL }, |
603 | { "MX98357A", "skl_nau88l25_max98357a_i2s", "intel/dsp_fw_release.bin", | ||
604 | NULL, NULL, NULL }, | ||
603 | {} | 605 | {} |
604 | }; | 606 | }; |
605 | 607 | ||