From: Jon Smirl Date: Thu, 14 May 2009 01:59:14 +0000 (-0400) Subject: ASoC: Add SNDRV_PCM_FMTBIT_S32_BE as a valid AC97 format X-Git-Tag: Ubuntu-goldfish-3.4.0-4.27~8733^2~198^2~32^2~3 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=d34c43078236b41146877c49af341ab85b5fb8db;p=mirror_ubuntu-zesty-kernel.git ASoC: Add SNDRV_PCM_FMTBIT_S32_BE as a valid AC97 format Signed-off-by: Jon Smirl Signed-off-by: Mark Brown --- 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;