Skip to content

Commit

Permalink
ASoC: max98088: Staticise m98088_eq_band
Browse files Browse the repository at this point in the history
This function is not exported and it does not seem to be called from
anywhere else therefore it should be static.

Signed-off-by: Dimitris Papastamos <dp@opensource.wolfsonmicro.com>
Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
  • Loading branch information
Dimitris Papastamos authored and Mark Brown committed Oct 21, 2010
1 parent 1aafcd4 commit 4428bc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/soc/codecs/max98088.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 4428bc0

Please sign in to comment.