summaryrefslogtreecommitdiff
path: root/sound/soc/codecs/rt1015.h
diff options
context:
space:
mode:
authorTzung-Bi Shih <tzungbi@google.com>2020-12-24 18:18:54 +0800
committerMark Brown <broonie@kernel.org>2021-01-05 14:34:18 +0000
commit81a6320da73ca23f44155715ec3d9e92bea4e35a (patch)
treeb4f1a2c4d35cbc067983534cd1281fda829c4dfa /sound/soc/codecs/rt1015.h
parentd750570e048165c54a99703729438b2a4ccf379b (diff)
ASoC: rt1015: remove bclk_ratio
bclk_ratio is unused. Removes bclk_ratio and .set_bclk_ratio callback. Removes snd_soc_dai_set_bclk_ratio() in a few machine drivers which are obviously using rt1015. Signed-off-by: Tzung-Bi Shih <tzungbi@google.com> Link: https://lore.kernel.org/r/20201224101854.3024823-1-tzungbi@google.com Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/codecs/rt1015.h')
-rw-r--r--sound/soc/codecs/rt1015.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/codecs/rt1015.h b/sound/soc/codecs/rt1015.h
index e9b498a754e0..2aeaf65ba793 100644
--- a/sound/soc/codecs/rt1015.h
+++ b/sound/soc/codecs/rt1015.h
@@ -427,7 +427,6 @@ struct rt1015_priv {
struct regmap *regmap;
int sysclk;
int sysclk_src;
- int bclk_ratio;
int pll_src;
int pll_in;
int pll_out;