Commit 4428bc09 authored by Dimitris Papastamos's avatar Dimitris Papastamos Committed by Mark Brown

ASoC: max98088: Staticise m98088_eq_band

This function is not exported and it does not seem to be called from
anywhere else therefore it should be static.
Signed-off-by: default avatarDimitris Papastamos <dp@opensource.wolfsonmicro.com>
Acked-by: default avatarLiam Girdwood <lrg@slimlogic.co.uk>
Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
parent 1aafcd4d
......@@ -613,7 +613,7 @@ static int max98088_volatile_register(unsigned int reg)
/*
* Load equalizer DSP coefficient configurations registers
*/
void m98088_eq_band(struct snd_soc_codec *codec, unsigned int dai,
static void m98088_eq_band(struct snd_soc_codec *codec, unsigned int dai,
unsigned int band, u16 *coefs)
{
unsigned int eq_reg;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment