aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/intel/atom/sst-atom-controls.h
diff options
context:
space:
mode:
authorVinod Koul <vinod.koul@intel.com>2015-05-06 22:06:40 +0530
committerMark Brown <broonie@kernel.org>2015-05-06 19:50:22 +0100
commit1f2d86f1c0c9283daa8f215cfe465125c81a6fe5 (patch)
treeefd93b01042e5462e00e9338d9d0d65ef0eab908 /sound/soc/intel/atom/sst-atom-controls.h
parentASoC: Intel: Enabled button jack for BSW platform with rt5650 codec (diff)
downloadlinux-dev-1f2d86f1c0c9283daa8f215cfe465125c81a6fe5.tar.xz
linux-dev-1f2d86f1c0c9283daa8f215cfe465125c81a6fe5.zip
ASoC: Intel: add frame and data polarity to ssp config
The current ssp configuration was not configuring the frame sync polarity and data polarity. Some codecs do need these different so add them in ssp configuration now Signed-off-by: Praveen Diwakar <praveen.diwakar@intel.com> Signed-off-by: Vinod Koul <vinod.koul@intel.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/intel/atom/sst-atom-controls.h')
-rw-r--r--sound/soc/intel/atom/sst-atom-controls.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/soc/intel/atom/sst-atom-controls.h b/sound/soc/intel/atom/sst-atom-controls.h
index c55f76a535b3..eea715605130 100644
--- a/sound/soc/intel/atom/sst-atom-controls.h
+++ b/sound/soc/intel/atom/sst-atom-controls.h
@@ -562,6 +562,8 @@ struct sst_ssp_config {
u8 active_slot_map;
u8 start_delay;
u16 fs_width;
+ u8 frame_sync_polarity;
+ u8 data_polarity;
};
struct sst_ssp_cfg {