Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;