diff options
author | John Keeping <john@metanate.com> | 2016-08-24 22:06:36 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2016-09-24 20:02:03 +0100 |
commit | 2d995e5dc283adbfbf9c1eb81bf35ca7af2d22a6 (patch) | |
tree | f5d18f384970f7af4ed9db0893db0515c334a082 /sound/soc/intel/common | |
parent | dc995069c675af71a2ecf2ade0995df084da3e2e (diff) | |
download | linux-2d995e5dc283adbfbf9c1eb81bf35ca7af2d22a6.tar.gz linux-2d995e5dc283adbfbf9c1eb81bf35ca7af2d22a6.tar.bz2 linux-2d995e5dc283adbfbf9c1eb81bf35ca7af2d22a6.zip |
ASoC: Intel: boards: Add bdw-rt5677 machine driver
This is used by the Chromebook Pixel 2015.
Signed-off-by: Ben Zhang <benzh@chromium.org>
Signed-off-by: Dylan Reid <dgreid@chromium.org>
[john@metanate.com:
- forward-port driver from Chromium OS 3.14 tree to master
- remove wake on voice function that isn't supported by upstream rt5677
driver
- remote owner assignment in platform_driver (Evan McClain)
- convert to devm_snd_soc_register_card (Evan McClain)
- add a full copyright header based on module license and Chromium OS
Git history
]
Signed-off-by: John Keeping <john@metanate.com>
Tested-by: Genki Marshall <genki@genki.is>
Tested-by: Tom Rini <trini@konsulko.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/intel/common')
-rw-r--r-- | sound/soc/intel/common/sst-acpi.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/intel/common/sst-acpi.c b/sound/soc/intel/common/sst-acpi.c index 2c5eda14d510..1285cc597b6b 100644 --- a/sound/soc/intel/common/sst-acpi.c +++ b/sound/soc/intel/common/sst-acpi.c @@ -199,6 +199,7 @@ static struct sst_acpi_desc sst_acpi_haswell_desc = { static struct sst_acpi_mach broadwell_machines[] = { { "INT343A", "broadwell-audio", "intel/IntcSST2.bin", NULL, NULL, NULL }, + { "RT5677CE", "bdw-rt5677", "intel/IntcSST2.bin", NULL, NULL, NULL }, {} }; |