From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Dharageswari R Date: Fri, 15 Dec 2006 12:19:15 +0530 Subject: [PATCH] ASoC: Intel: Modify Icelake machine id to use RT274 Icelake features rt274 codec. Hence updating to use the right machine driver Change-Id: Ia60530a67b17b682e9a265150b53e1f2fa7095e2 Signed-off-by: Dharageswari R Reviewed-on: Reviewed-by: Koul, Vinod Reviewed-by: Singh, Guneshwor O Reviewed-by: Kale, Sanyog R Reviewed-by: Diwakar, Praveen Tested-by: Avati, Santosh Kumar --- sound/soc/intel/skylake/skl.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/sound/soc/intel/skylake/skl.c b/sound/soc/intel/skylake/skl.c index aec5d10f38bf..b6bc57e5a044 100644 --- a/sound/soc/intel/skylake/skl.c +++ b/sound/soc/intel/skylake/skl.c @@ -1216,7 +1216,12 @@ static const struct snd_soc_acpi_mach sst_cnl_devdata[] = { }; static struct snd_soc_acpi_mach sst_icl_devdata[] = { - { "dummy", "icl_wm8281", "intel/dsp_fw_icl.bin", NULL, NULL, NULL }, + { + .id = "dummy", + .drv_name = "icl_rt274", + .fw_filename = "intel/dsp_fw_icl.bin", + .pdata = &cnl_pdata, + }, {} }; -- https://clearlinux.org