From: Fang, Yang A Date: Fri, 1 May 2015 18:42:02 +0000 (-0700) Subject: ASoC: Intel: Add support max98090 in sst driver X-Git-Tag: v4.2-rc1~109^2~38^2~6^4~25 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=cde7fbfc8a2987796fb647e574242fa4bc5430f0;p=karo-tx-linux.git ASoC: Intel: Add support max98090 in sst driver Added entry in sst driver to support max98090 codec for intel Braswell platform. Signed-off-by: Fang, Yang A Signed-off-by: Mark Brown --- diff --git a/sound/soc/intel/atom/sst/sst_acpi.c b/sound/soc/intel/atom/sst/sst_acpi.c index fc02a48a4cdb..bb19b5801466 100644 --- a/sound/soc/intel/atom/sst/sst_acpi.c +++ b/sound/soc/intel/atom/sst/sst_acpi.c @@ -356,6 +356,8 @@ static struct sst_machines sst_acpi_chv[] = { &chv_platform_data }, {"10EC5650", "cht-bsw", "cht-bsw-rt5645", NULL, "intel/fw_sst_22a8.bin", &chv_platform_data }, + {"193C9890", "cht-bsw", "cht-bsw-max98090", NULL, + "intel/fw_sst_22a8.bin", &chv_platform_data }, {}, };