projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cce15e4
)
ASoC: wl1273: Use modern ASoC DAI format terminology
author
Mark Brown
<broonie@kernel.org>
Wed, 23 Feb 2022 00:38:10 +0000
(
00:38
+0000)
committer
Mark Brown
<broonie@kernel.org>
Mon, 28 Feb 2022 13:33:43 +0000
(13:33 +0000)
As part of moving to remove the old style defines for the bus clocks update
the wl1273 driver to use more modern terminology for clocking.
Signed-off-by: Mark Brown <broonie@kernel.org>
Link:
https://lore.kernel.org/r/20220223003810.1947495-1-broonie@kernel.org
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/wl1273.c
patch
|
blob
|
history
diff --git
a/sound/soc/codecs/wl1273.c
b/sound/soc/codecs/wl1273.c
index d8ced4559bf296175687fb21dc0a79dac44c6d10..02232f64110e0581f7dad3e9bc6b2615ea8e7427 100644
(file)
--- a/
sound/soc/codecs/wl1273.c
+++ b/
sound/soc/codecs/wl1273.c
@@
-414,13
+414,13
@@
int wl1273_get_format(struct snd_soc_component *component, unsigned int *fmt)
case WL1273_MODE_FM_TX:
*fmt = SND_SOC_DAIFMT_I2S |
SND_SOC_DAIFMT_NB_NF |
- SND_SOC_DAIFMT_CB
M_CFM
;
+ SND_SOC_DAIFMT_CB
P_CFP
;
break;
case WL1273_MODE_BT:
*fmt = SND_SOC_DAIFMT_DSP_A |
SND_SOC_DAIFMT_IB_NF |
- SND_SOC_DAIFMT_CB
M_CFM
;
+ SND_SOC_DAIFMT_CB
P_CFP
;
break;
default: