aboutsummaryrefslogtreecommitdiffstats
path: root/include/sound/soc-dai.h
diff options
context:
space:
mode:
authorJon Smirl <jonsmirl@gmail.com>2009-05-13 21:59:14 -0400
committerMark Brown <broonie@opensource.wolfsonmicro.com>2009-05-14 12:47:33 +0100
commitd34c43078236b41146877c49af341ab85b5fb8db (patch)
treeb61d4dbb38ee069a8ad33e7c3341c07d17c3083f /include/sound/soc-dai.h
parentASoC: Added OMAP3 EVM support in ASoC. (diff)
downloadlinux-dev-d34c43078236b41146877c49af341ab85b5fb8db.tar.xz
linux-dev-d34c43078236b41146877c49af341ab85b5fb8db.zip
ASoC: Add SNDRV_PCM_FMTBIT_S32_BE as a valid AC97 format
Signed-off-by: Jon Smirl <jonsmirl@gmail.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'include/sound/soc-dai.h')
-rw-r--r--include/sound/soc-dai.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/sound/soc-dai.h b/include/sound/soc-dai.h
index 496dc30457b7..352d7eee9b6d 100644
--- a/include/sound/soc-dai.h
+++ b/include/sound/soc-dai.h
@@ -79,7 +79,8 @@ struct snd_pcm_substream;
#define SND_SOC_CLOCK_OUT 1
#define SND_SOC_STD_AC97_FMTS (SNDRV_PCM_FMTBIT_S16_LE |\
- SNDRV_PCM_FMTBIT_S32_LE)
+ SNDRV_PCM_FMTBIT_S32_LE |\
+ SNDRV_PCM_FMTBIT_S32_BE)
struct snd_soc_dai_ops;
struct snd_soc_dai;