ASoC: rt5682: clock driver must use the clock provider API
authorJerome Brunet <jbrunet@baylibre.com>
Wed, 21 Apr 2021 12:05:10 +0000 (14:05 +0200)
committerMark Brown <broonie@kernel.org>
Fri, 23 Apr 2021 12:16:25 +0000 (13:16 +0100)
commit8691743c511d6f92d7647d78ea1e5f5ef69937b1
tree7d6e0dcf0297a533af9dadb6e48bf5168672f8ee
parent104c3a9ed07411288efcd34f08a577df318aafc0
ASoC: rt5682: clock driver must use the clock provider API

Clock drivers ops should not call the clk API but the clock provider
(clk_hw) instead.

Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
Link: https://lore.kernel.org/r/20210421120512.413057-4-jbrunet@baylibre.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/rt5682.c