summaryrefslogtreecommitdiffstats
path: root/sound/soc/atmel/sam9g20_wm8731.c
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2021-09-15 18:30:23 +0100
committerMark Brown <broonie@kernel.org>2021-09-16 14:11:30 +0100
commit4a8cf938d5b6ee22c5a0bec84efb4b8068410ff4 (patch)
treebb6d09346dd73b528510691ea832f4466c0eae71 /sound/soc/atmel/sam9g20_wm8731.c
parent6116df7fafabbd9b2b09bfd8d568cd5fad656125 (diff)
downloadlinux-stable-4a8cf938d5b6ee22c5a0bec84efb4b8068410ff4.tar.gz
linux-stable-4a8cf938d5b6ee22c5a0bec84efb4b8068410ff4.tar.bz2
linux-stable-4a8cf938d5b6ee22c5a0bec84efb4b8068410ff4.zip
ASoC: atmel: Convert to new style DAI format definitions
Convert the Atmel drivers to use the new style defines for clocking in DAI formats. Signed-off-by: Mark Brown <broonie@kernel.org> Reviewed-by: Codrin Ciubotariu <codrin.ciubotariu@microchip.com> Acked-by: Peter Rosin <peda@axentia.se>
Diffstat (limited to 'sound/soc/atmel/sam9g20_wm8731.c')
-rw-r--r--sound/soc/atmel/sam9g20_wm8731.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/atmel/sam9g20_wm8731.c b/sound/soc/atmel/sam9g20_wm8731.c
index ed1f69b57024..915da92e1ec8 100644
--- a/sound/soc/atmel/sam9g20_wm8731.c
+++ b/sound/soc/atmel/sam9g20_wm8731.c
@@ -126,7 +126,7 @@ static struct snd_soc_dai_link at91sam9g20ek_dai = {
.stream_name = "WM8731 PCM",
.init = at91sam9g20ek_wm8731_init,
.dai_fmt = SND_SOC_DAIFMT_I2S | SND_SOC_DAIFMT_NB_NF |
- SND_SOC_DAIFMT_CBM_CFM,
+ SND_SOC_DAIFMT_CBP_CFP,
SND_SOC_DAILINK_REG(pcm),
};