summaryrefslogtreecommitdiff
path: root/sound/soc/codecs/max98927.h
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2022-02-23 02:40:26 +0300
committerMark Brown <broonie@kernel.org>2022-02-28 16:34:15 +0300
commit677c90bac3f198434f0256338cefc77e4663bcca (patch)
tree39ca8e97c639c101017c2b50423e4cfbbd561961 /sound/soc/codecs/max98927.h
parent502e1c8d07222561b046a1da7b8207696f575288 (diff)
downloadlinux-677c90bac3f198434f0256338cefc77e4663bcca.tar.xz
ASoC: max98927: Use modern ASoC DAI format terminology
As part of moving to remove the old style defines for the bus clocks update the max98927 driver to use more modern terminology for clocking. Signed-off-by: Mark Brown <broonie@kernel.org> Link: https://lore.kernel.org/r/20220222234026.712070-10-broonie@kernel.org Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/codecs/max98927.h')
-rw-r--r--sound/soc/codecs/max98927.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/max98927.h b/sound/soc/codecs/max98927.h
index 13f5066d7419..2353910f5f17 100644
--- a/sound/soc/codecs/max98927.h
+++ b/sound/soc/codecs/max98927.h
@@ -264,7 +264,7 @@ struct max98927_priv {
unsigned int ch_size;
unsigned int rate;
unsigned int iface;
- unsigned int master;
+ unsigned int provider;
unsigned int digital_gain;
bool tdm_mode;
};