diff mbox series

[SRU,Bionic/OEM-B,4/6] UBUNTU: SAUCE: ASoC: Intel: (no-up) Add Skylake/Kabylake alc3277 i2s machine driver entry

Message ID 20181212092600.4505-5-hui.wang@canonical.com
State New
Headers show
Series Add support for ALC3277 codec on new Dell edge gateways | expand

Commit Message

Hui Wang Dec. 12, 2018, 9:25 a.m. UTC
From: Shrirang Bagul <shrirang.bagul@canonical.com>

BugLink: https://bugs.launchpad.net/bugs/1807334

ALC3277 codec (RT5660) is sported on Dell Edge IoT 7XXX gateways. This
patch adds the I2S machine driver entry.

Signed-off-by: Shrirang Bagul <shrirang.bagul@canonical.com>
Signed-off-by: Hui Wang <hui.wang@canonical.com>
---
 sound/soc/intel/skylake/skl.c | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/sound/soc/intel/skylake/skl.c b/sound/soc/intel/skylake/skl.c
index 31d8634e8aa1..4dbe4daf2717 100644
--- a/sound/soc/intel/skylake/skl.c
+++ b/sound/soc/intel/skylake/skl.c
@@ -929,6 +929,11 @@  static struct snd_soc_acpi_mach sst_skl_devdata[] = {
 		.quirk_data = &skl_codecs,
 		.pdata = &skl_dmic_data
 	},
+	{
+		.id = "10EC3277",
+		.drv_name = "skl_alc3277_i2s",
+		.fw_filename = "intel/dsp_fw_release.bin",
+	},
 	{}
 };
 
@@ -991,7 +996,11 @@  static struct snd_soc_acpi_mach sst_kbl_devdata[] = {
 		.drv_name = "kbl_rt5663",
 		.fw_filename = "intel/dsp_fw_kbl.bin",
 	},
-
+	{
+		.id = "10EC3277",
+		.drv_name = "kbl_alc3277_i2s",
+		.fw_filename = "intel/dsp_fw_kbl.bin",
+	},
 	{}
 };