summaryrefslogtreecommitdiff
path: root/sound/soc/codecs/pcm3060.h
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2022-02-23 01:47:31 +0000
committerMark Brown <broonie@kernel.org>2022-02-28 13:33:58 +0000
commit3c7d8a35179eed0fe75e142028b599268657091d (patch)
tree3c0dbfb7ebb533693a21effe7200113e24eede1a /sound/soc/codecs/pcm3060.h
parent9b3ff6378df33dbea4b9459ee804b25f1ce294ca (diff)
ASoC: pcm3060: Use modern ASoC DAI format terminology
As part of moving to remove the old style defines for the bus clocks update the pcm3060 driver to use more modern terminology for clocking. Signed-off-by: Mark Brown <broonie@kernel.org> Link: https://lore.kernel.org/r/20220223014731.2765283-1-broonie@kernel.org Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/codecs/pcm3060.h')
-rw-r--r--sound/soc/codecs/pcm3060.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/pcm3060.h b/sound/soc/codecs/pcm3060.h
index 18d51e5dac2c..5e1185e7b03d 100644
--- a/sound/soc/codecs/pcm3060.h
+++ b/sound/soc/codecs/pcm3060.h
@@ -23,7 +23,7 @@ extern const struct regmap_config pcm3060_regmap;
#define PCM3060_CLK2 2
struct pcm3060_priv_dai {
- bool is_master;
+ bool is_provider;
unsigned int sclk_freq;
};