Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 02cc2355 authored by Fang, Yang A's avatar Fang, Yang A Committed by Mark Brown
Browse files

ASoC: Intel: Skylake: add adi + nau8825 machine driver entry



This patch adds skl_nau8825_ssn4567_i2s machine driver into
machine table

Signed-off-by: default avatarFang, Yang A <yang.a.fang@intel.com>
Signed-off-by: default avatarVinod Koul <vinod.koul@intel.com>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent a86d5057
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -587,6 +587,8 @@ static void skl_remove(struct pci_dev *pci)


static struct sst_acpi_mach sst_skl_devdata[] = {
static struct sst_acpi_mach sst_skl_devdata[] = {
	{ "INT343A", "skl_alc286s_i2s", "intel/dsp_fw_release.bin", NULL, NULL, NULL },
	{ "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 },
	{}
	{}
};
};