diff options
author | Mark Brown <broonie@kernel.org> | 2022-02-23 02:40:20 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2022-02-28 16:34:08 +0300 |
commit | c536d745adbc83abb782077a212a8cbdd7300b54 (patch) | |
tree | f77c8a81d6599bd7c1e20d26d0edb11d5ff4bb05 /sound/soc/codecs/max98390.h | |
parent | 012df28f5e143747c82d2b03428f607445fda893 (diff) | |
download | linux-c536d745adbc83abb782077a212a8cbdd7300b54.tar.xz |
ASoC: max98390: Use modern ASoC DAI format terminology
As part of moving to remove the old style defines for the bus clocks update
the max98390 driver to use more modern terminology for clocking.
Signed-off-by: Mark Brown <broonie@kernel.org>
Link: https://lore.kernel.org/r/20220222234026.712070-4-broonie@kernel.org
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/codecs/max98390.h')
-rw-r--r-- | sound/soc/codecs/max98390.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/max98390.h b/sound/soc/codecs/max98390.h index c250740f73a2..f4d6758ab4c6 100644 --- a/sound/soc/codecs/max98390.h +++ b/sound/soc/codecs/max98390.h @@ -656,7 +656,7 @@ struct max98390_priv { struct regmap *regmap; unsigned int sysclk; - unsigned int master; + unsigned int provider; unsigned int tdm_mode; unsigned int v_l_slot; unsigned int i_l_slot; |