projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
33ff453
)
ASoC: adau17x1: Update to modern clocking terminology
author
Mark Brown
<broonie@kernel.org>
Thu, 16 Sep 2021 15:18:04 +0000
(16:18 +0100)
committer
Mark Brown
<broonie@kernel.org>
Mon, 27 Sep 2021 12:00:59 +0000
(13:00 +0100)
As part of moving to remove the old style defines for the bus clocks update
the adau17x1 driver to use more modern terminology for clocking.
Signed-off-by: Mark Brown <broonie@kernel.org>
Link:
https://lore.kernel.org/r/20210916151806.20756-4-broonie@kernel.org
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/adau17x1.c
patch
|
blob
|
history
diff --git
a/sound/soc/codecs/adau17x1.c
b/sound/soc/codecs/adau17x1.c
index 8aae7ab74091f2281dbc26ef111b34f4152e0959..af05463af4ac9ff9425142f8119f61ce42338b11 100644
(file)
--- a/
sound/soc/codecs/adau17x1.c
+++ b/
sound/soc/codecs/adau17x1.c
@@
-556,12
+556,12
@@
static int adau17x1_set_dai_fmt(struct snd_soc_dai *dai,
unsigned int ctrl0_mask;
int lrclk_pol;
- switch (fmt & SND_SOC_DAIFMT_
MAST
ER_MASK) {
- case SND_SOC_DAIFMT_CB
M_CFM
:
+ switch (fmt & SND_SOC_DAIFMT_
CLOCK_PROVID
ER_MASK) {
+ case SND_SOC_DAIFMT_CB
P_CFP
:
ctrl0 = ADAU17X1_SERIAL_PORT0_MASTER;
adau->master = true;
break;
- case SND_SOC_DAIFMT_CB
S_CFS
:
+ case SND_SOC_DAIFMT_CB
C_CFC
:
ctrl0 = 0;
adau->master = false;
break;