14 May
2009
14 May
'09
1:59 a.m.
Add SNDRV_PCM_FMTBIT_S32_BE as a valid AC97 format
Signed-off-by: Jon Smirl jonsmirl@gmail.com --- 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 496dc30..352d7ee 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;