[alsa-devel] [RFC PATCH asoc] ASoC: da7219: da7219_dai_clks_ops can be static

kbuild test robot fengguang.wu at intel.com
Tue Mar 13 09:14:00 CET 2018


Fixes: fc8f7ea2d6c0 ("ASoC: da7219: Add common clock usage for providing DAI clks")
Signed-off-by: Fengguang Wu <fengguang.wu at intel.com>
---
 da7219.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sound/soc/codecs/da7219.c b/sound/soc/codecs/da7219.c
index 4412159..7e2eabd 100644
--- a/sound/soc/codecs/da7219.c
+++ b/sound/soc/codecs/da7219.c
@@ -1774,7 +1774,7 @@ static int da7219_dai_clks_is_prepared(struct clk_hw *hw)
 	return !!(clk_reg & DA7219_DAI_CLK_EN_MASK);
 }
 
-const struct clk_ops da7219_dai_clks_ops = {
+static const struct clk_ops da7219_dai_clks_ops = {
 	.prepare = da7219_dai_clks_prepare,
 	.unprepare = da7219_dai_clks_unprepare,
 	.is_prepared = da7219_dai_clks_is_prepared,


More information about the Alsa-devel mailing list