diff options
author | Jon Smirl <jonsmirl@gmail.com> | 2009-05-13 21:59:14 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2009-05-14 07:47:33 -0400 |
commit | d34c43078236b41146877c49af341ab85b5fb8db (patch) | |
tree | b61d4dbb38ee069a8ad33e7c3341c07d17c3083f /include | |
parent | 14610ce711a363028ffffad98947d57f21fa5372 (diff) |
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')
-rw-r--r-- | include/sound/soc-dai.h | 3 |
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; | |||
79 | #define SND_SOC_CLOCK_OUT 1 | 79 | #define SND_SOC_CLOCK_OUT 1 |
80 | 80 | ||
81 | #define SND_SOC_STD_AC97_FMTS (SNDRV_PCM_FMTBIT_S16_LE |\ | 81 | #define SND_SOC_STD_AC97_FMTS (SNDRV_PCM_FMTBIT_S16_LE |\ |
82 | SNDRV_PCM_FMTBIT_S32_LE) | 82 | SNDRV_PCM_FMTBIT_S32_LE |\ |
83 | SNDRV_PCM_FMTBIT_S32_BE) | ||
83 | 84 | ||
84 | struct snd_soc_dai_ops; | 85 | struct snd_soc_dai_ops; |
85 | struct snd_soc_dai; | 86 | struct snd_soc_dai; |