summaryrefslogtreecommitdiffstats
path: root/sound/soc/au1x/i2sc.c
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2021-09-15 18:59:15 +0100
committerMark Brown <broonie@kernel.org>2021-09-16 14:11:37 +0100
commit8461d7d83f1fe878c4cff72e322711dfcb5a53ca (patch)
tree48b1ab24e7036ac9ddadfa1c72ae18120b7ca401 /sound/soc/au1x/i2sc.c
parent4a8cf938d5b6ee22c5a0bec84efb4b8068410ff4 (diff)
downloadlinux-stable-8461d7d83f1fe878c4cff72e322711dfcb5a53ca.tar.gz
linux-stable-8461d7d83f1fe878c4cff72e322711dfcb5a53ca.tar.bz2
linux-stable-8461d7d83f1fe878c4cff72e322711dfcb5a53ca.zip
ASoC: au1x: Convert to modern terminology for DAI clocking
As part of retiring the old macros defining the DAI clocking mode in the DAI format update the au1x drivers to use the new style macros. Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/au1x/i2sc.c')
-rw-r--r--sound/soc/au1x/i2sc.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sound/soc/au1x/i2sc.c b/sound/soc/au1x/i2sc.c
index 65bd39f5032d..740d4e052e4d 100644
--- a/sound/soc/au1x/i2sc.c
+++ b/sound/soc/au1x/i2sc.c
@@ -119,9 +119,9 @@ static int au1xi2s_set_fmt(struct snd_soc_dai *cpu_dai, unsigned int fmt)
goto out;
}
- /* I2S controller only supports master */
- switch (fmt & SND_SOC_DAIFMT_MASTER_MASK) {
- case SND_SOC_DAIFMT_CBS_CFS: /* CODEC slave */
+ /* I2S controller only supports provider */
+ switch (fmt & SND_SOC_DAIFMT_CLOCK_PROVIDER_MASK) {
+ case SND_SOC_DAIFMT_CBC_CFC: /* CODEC consumer */
break;
default:
goto out;