summaryrefslogtreecommitdiffstats
path: root/sound/soc/intel/atom/sst-atom-controls.h
diff options
context:
space:
mode:
authorVinod Koul2015-05-06 18:36:43 +0200
committerMark Brown2015-05-06 20:50:22 +0200
commit0b44e345495ad97d533461e53a9218de8039d20b (patch)
tree72a521e3c7be4e56572b79e57f7af018c5f4071e /sound/soc/intel/atom/sst-atom-controls.h
parentASoC: Intel: load hw_defaults in hw_params of ssp be (diff)
downloadkernel-qcow2-linux-0b44e345495ad97d533461e53a9218de8039d20b.tar.gz
kernel-qcow2-linux-0b44e345495ad97d533461e53a9218de8039d20b.tar.xz
kernel-qcow2-linux-0b44e345495ad97d533461e53a9218de8039d20b.zip
ASoC: intel: add support for specifying PCM format
With this machines can configure the PCM format applied on SSP port using the set_fmt API 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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/intel/atom/sst-atom-controls.h b/sound/soc/intel/atom/sst-atom-controls.h
index da13f6fa7d1c..53551a657b51 100644
--- a/sound/soc/intel/atom/sst-atom-controls.h
+++ b/sound/soc/intel/atom/sst-atom-controls.h
@@ -869,6 +869,7 @@ struct sst_enum {
SOC_DAPM_ENUM(SST_MUX_CTL_NAME(xpname, xinstance), \
SST_SSP_MUX_ENUM(xreg, xshift, xtexts))
+int sst_fill_ssp_config(struct snd_soc_dai *dai, unsigned int fmt);
void sst_fill_ssp_defaults(struct snd_soc_dai *dai);
#endif