diff options
author | Fang, Yang A <yang.a.fang@intel.com> | 2015-11-05 22:53:08 +0530 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-11-18 18:34:23 +0000 |
commit | 02cc23555dfeec9ab87340f052541dd906fb440c (patch) | |
tree | aee7ba58c792819da1b04a644d8157a1d98d501a /sound/soc/intel/skylake/skl.c | |
parent | a86d505783e42d2f824e32489a1f2b0c3454d9fe (diff) | |
download | blackbird-op-linux-02cc23555dfeec9ab87340f052541dd906fb440c.tar.gz blackbird-op-linux-02cc23555dfeec9ab87340f052541dd906fb440c.zip |
ASoC: Intel: Skylake: add adi + nau8825 machine driver entry
This patch adds skl_nau8825_ssn4567_i2s machine driver into
machine table
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>
Diffstat (limited to 'sound/soc/intel/skylake/skl.c')
-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 390f839d6168..8ead864f354a 100644 --- a/sound/soc/intel/skylake/skl.c +++ b/sound/soc/intel/skylake/skl.c @@ -587,6 +587,8 @@ static void skl_remove(struct pci_dev *pci) static struct sst_acpi_mach sst_skl_devdata[] = { { "INT343A", "skl_alc286s_i2s", "intel/dsp_fw_release.bin", NULL, NULL, NULL }, + { "INT343B", "skl_nau88l25_ssm4567_i2s", "intel/dsp_fw_release.bin", + NULL, NULL, NULL }, {} }; |