[SRU][Bionic/OEM-B][PATCH 4/6] UBUNTU: SAUCE: ASoC: Intel: (no-up) Add Skylake/Kabylake alc3277 i2s machine driver entry
Hui Wang
hui.wang at canonical.com
Wed Dec 12 09:25:57 UTC 2018
From: Shrirang Bagul <shrirang.bagul at 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 at canonical.com>
Signed-off-by: Hui Wang <hui.wang at canonical.com>
---
sound/soc/intel/skylake/skl.c | 11 ++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)
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",
+ },
{}
};
--
2.17.1
More information about the kernel-team
mailing list