From 3497b9a5392b2d81341e233fdc0631f75849b119 Mon Sep 17 00:00:00 2001 From: "Sinha, Mohit" Date: Thu, 8 Jun 2017 20:37:58 +0530 Subject: [PATCH 218/550] ASoC: Intel: Skylake: Added support for creating BXTP GPMRB machine with TDF8532 codec GPMRB board has TDF8532 codec on board, so added the machine name. Change-Id: Icdcb03e1068b11de12740ba9b9c4e7e83050aab0 Signed-off-by: Mohit Sinha Reviewed-on: Reviewed-by: Babu, Ramesh Reviewed-by: Shaik, Kareem M Reviewed-by: Kale, Sanyog R Reviewed-by: Nc, Shreyas Reviewed-by: Koul, Vinod Reviewed-by: B, Jayachandran Tested-by: Sm, Bhadur A --- sound/soc/intel/skylake/skl.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sound/soc/intel/skylake/skl.c b/sound/soc/intel/skylake/skl.c index 97e8367eed30..c1fa7f6aa821 100644 --- a/sound/soc/intel/skylake/skl.c +++ b/sound/soc/intel/skylake/skl.c @@ -1182,6 +1182,11 @@ static struct snd_soc_acpi_mach sst_bxtp_devdata[] = { .machine_quirk = snd_soc_acpi_codec_list, .quirk_data = &bxt_codecs, }, + { + .id = "INT34C3", + .drv_name = "bxt_tdf8532", + .fw_filename = "intel/dsp_fw_bxtn.bin", + }, {} }; -- 2.19.1