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 |
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", + }, {} };