diff options
author | Tzung-Bi Shih <tzungbi@google.com> | 2020-12-24 11:18:54 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2021-01-05 15:34:18 +0100 |
commit | 81a6320da73ca23f44155715ec3d9e92bea4e35a (patch) | |
tree | b4f1a2c4d35cbc067983534cd1281fda829c4dfa /sound/soc/codecs/rt1015.h | |
parent | ASoC: rt1015: re-calibrate again when resuming (diff) | |
download | linux-81a6320da73ca23f44155715ec3d9e92bea4e35a.tar.xz linux-81a6320da73ca23f44155715ec3d9e92bea4e35a.zip |
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.h | 1 |
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; |