Message ID | 20180313110353.GA117792@lkp-ib04 (mailing list archive) |
---|---|
State | Accepted |
Commit | ede1d3534f589d69b381e8509f3d01ec1e23c804 |
Headers | show |
diff --git a/sound/soc/amd/acp-da7219-max98357a.c b/sound/soc/amd/acp-da7219-max98357a.c index 1441be3..d6e7420 100644 --- a/sound/soc/amd/acp-da7219-max98357a.c +++ b/sound/soc/amd/acp-da7219-max98357a.c @@ -42,7 +42,7 @@ #define DUAL_CHANNEL 2 static struct snd_soc_jack cz_jack; -struct clk *da7219_dai_clk; +static struct clk *da7219_dai_clk; static int cz_da7219_init(struct snd_soc_pcm_runtime *rtd) {
Fixes: 7d03b3824d27 ("ASoC: AMD: Enable da7219 master clock using common clock framework") Signed-off-by: Fengguang Wu <fengguang.wu@intel.com> --- acp-da7219-max98357a.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)