]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit9a640694a682941eccdfc62cc2a741c01d34dfab
tree7d6e0dcf0297a533af9dadb6e48bf5168672f8ee
parent4af509d9cad9dae62bc19461c5ce249a67d18d15
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