diff --git a/sound/soc/omap/omap-abe.c b/sound/soc/omap/omap-abe.c
index 4c9e91f..83e1204 100644
--- a/sound/soc/omap/omap-abe.c
+++ b/sound/soc/omap/omap-abe.c
@@ -1458,7 +1458,7 @@ static struct snd_soc_dai_driver omap_abe_dai[] = {
 			.channels_min = 2,
 			.channels_max = 8,
 			.rates = SNDRV_PCM_RATE_48000,
-			.formats = OMAP_ABE_FORMATS,
+			.formats = SNDRV_PCM_FMTBIT_S32_LE,
 		},
 		.ops = &omap_abe_dai_ops,
 		.widgets = mm1_widgets,
