aboutsummaryrefslogtreecommitdiffstats
path: root/include/sound/sh_fsi.h
diff options
context:
space:
mode:
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>2010-07-29 16:48:32 +0900
committerMark Brown <broonie@opensource.wolfsonmicro.com>2010-07-29 10:28:49 -0700
commit3bc280708e7b9a84cc6307c1f9acca57e0fafaac (patch)
tree80bae87e4b1cd98ba26bb9e6f69b58082a28ffc7 /include/sound/sh_fsi.h
parentASoC: fsi: remove device id check (diff)
downloadlinux-dev-3bc280708e7b9a84cc6307c1f9acca57e0fafaac.tar.xz
linux-dev-3bc280708e7b9a84cc6307c1f9acca57e0fafaac.zip
ASoC: fsi: Add new funtion for SPDIF
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Acked-by: Liam Girdwood <lrg@slimlogic.co.uk> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'include/sound/sh_fsi.h')
-rw-r--r--include/sound/sh_fsi.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sound/sh_fsi.h b/include/sound/sh_fsi.h
index 6ac71863c70f..9d51d6f35893 100644
--- a/include/sound/sh_fsi.h
+++ b/include/sound/sh_fsi.h
@@ -64,6 +64,8 @@
#define SH_FSI_FMT_I2S 3
#define SH_FSI_FMT_TDM 4
#define SH_FSI_FMT_TDM_DELAY 5
+#define SH_FSI_FMT_SPDIF 6
+
#define SH_FSI_IFMT_TDM_CH(x) \
(SH_FSI_IFMT(TDM) | SH_FSI_SET_CH_I(x))