summaryrefslogtreecommitdiffstats
path: root/sound/soc/intel/sst/sst.c
diff options
context:
space:
mode:
authorMengdong Lin <mengdong.lin@intel.com>2014-11-21 16:09:17 +0800
committerMark Brown <broonie@kernel.org>2014-11-21 19:23:01 +0000
commitbd01fdc3aa63b7ba0b035f9196d80551ad03f5d4 (patch)
treed236010402c96e57442058ab0c0663e4fdc5b5ea /sound/soc/intel/sst/sst.c
parent026da220c512f6ab706cc9f738439f900b564967 (diff)
downloadop-kernel-dev-bd01fdc3aa63b7ba0b035f9196d80551ad03f5d4.zip
op-kernel-dev-bd01fdc3aa63b7ba0b035f9196d80551ad03f5d4.tar.gz
ASoC: Intel: add support for Cherrytrail and Braswell in SST driver
This patch add ACPI device ID and platform data for two Cherryview-based platforms, Cherrytrail and Braswell. Also reuse mfld driver ops in sst driver. Signed-off-by: Mengdong Lin <mengdong.lin@intel.com> Acked-by: Vinod Koul <vinod.koul@intel.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/intel/sst/sst.c')
-rw-r--r--sound/soc/intel/sst/sst.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/intel/sst/sst.c b/sound/soc/intel/sst/sst.c
index 9e68a7c..8a8d56a 100644
--- a/sound/soc/intel/sst/sst.c
+++ b/sound/soc/intel/sst/sst.c
@@ -183,6 +183,7 @@ int sst_driver_ops(struct intel_sst_drv *sst)
switch (sst->dev_id) {
case SST_MRFLD_PCI_ID:
case SST_BYT_ACPI_ID:
+ case SST_CHV_ACPI_ID:
sst->tstamp = SST_TIME_STAMP_MRFLD;
sst->ops = &mrfld_ops;
return 0;
OpenPOWER on IntegriCloud