diff options
author | Jarkko Nikula <jarkko.nikula@linux.intel.com> | 2014-05-30 16:16:43 +0400 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2014-06-01 14:44:49 +0400 |
commit | 9b351d46893e827940e2e8da04f1791e8ec452ca (patch) | |
tree | 74e03184c5f2cc211a7343a3d995cc0e6ef845fe /sound/soc/intel/sst-acpi.c | |
parent | 35386320898ec01f922929877a723fe1d4ddf04b (diff) | |
download | linux-9b351d46893e827940e2e8da04f1791e8ec452ca.tar.xz |
ASoC: Intel: Add Baytrail byt-max98090 machine driver
Add machine driver and ACPI probing for Baytrail SST with MAX98090 codec.
Jack detect code from Kevin Strasser <kevin.strasser@intel.com>, GPIO
resolving from Mika Westerberg <mika.westerberg@linux.intel.com> and fixes
and cleanups from Liam Girdwood <liam.r.girdwood@linux.intel.com>.
Signed-off-by: Jarkko Nikula <jarkko.nikula@linux.intel.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'sound/soc/intel/sst-acpi.c')
-rw-r--r-- | sound/soc/intel/sst-acpi.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/intel/sst-acpi.c b/sound/soc/intel/sst-acpi.c index 18aee77f8d4a..42edc6f4fc4a 100644 --- a/sound/soc/intel/sst-acpi.c +++ b/sound/soc/intel/sst-acpi.c @@ -247,6 +247,7 @@ static struct sst_acpi_desc sst_acpi_broadwell_desc = { static struct sst_acpi_mach baytrail_machines[] = { { "10EC5640", "byt-rt5640", "intel/fw_sst_0f28.bin-i2s_master" }, + { "193C9890", "byt-max98090", "intel/fw_sst_0f28.bin-i2s_master" }, {} }; |