[RFC PATCH] ASoC: AMD: acpd7219_clks_ops can be static

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Fixes: 446f0d1d7a90 ("ASoC: AMD: Enable/Disable auxiliary clock via common clock framework")
Signed-off-by: Fengguang Wu <fengguang.wu@xxxxxxxxx>
---
 acp-da7219-max98357a.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sound/soc/amd/acp-da7219-max98357a.c b/sound/soc/amd/acp-da7219-max98357a.c
index baea370..389598e 100644
--- a/sound/soc/amd/acp-da7219-max98357a.c
+++ b/sound/soc/amd/acp-da7219-max98357a.c
@@ -309,7 +309,7 @@ static int acpd7219_clks_is_enabled(struct clk_hw *hw)
 	return !(reg_val & OSCCLKENB);
 }
 
-const struct clk_ops acpd7219_clks_ops = {
+static const struct clk_ops acpd7219_clks_ops = {
 	.prepare = acpd7219_clks_prepare,
 	.unprepare = acpd7219_clks_unprepare,
 	.is_enabled = acpd7219_clks_is_enabled,
_______________________________________________
Alsa-devel mailing list
Alsa-devel@xxxxxxxxxxxxxxxx
http://mailman.alsa-project.org/mailman/listinfo/alsa-devel



[Index of Archives]     [ALSA User]     [Linux Audio Users]     [Kernel Archive]     [Asterisk PBX]     [Photo Sharing]     [Linux Sound]     [Video 4 Linux]     [Gimp]     [Yosemite News]

  Powered by Linux