diff options
-rw-r--r-- | sound/soc/codecs/max98088.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/max98088.c b/sound/soc/codecs/max98088.c index 4186b2755a58..e7a40d16df90 100644 --- a/sound/soc/codecs/max98088.c +++ b/sound/soc/codecs/max98088.c | |||
@@ -613,7 +613,7 @@ static int max98088_volatile_register(unsigned int reg) | |||
613 | /* | 613 | /* |
614 | * Load equalizer DSP coefficient configurations registers | 614 | * Load equalizer DSP coefficient configurations registers |
615 | */ | 615 | */ |
616 | void m98088_eq_band(struct snd_soc_codec *codec, unsigned int dai, | 616 | static void m98088_eq_band(struct snd_soc_codec *codec, unsigned int dai, |
617 | unsigned int band, u16 *coefs) | 617 | unsigned int band, u16 *coefs) |
618 | { | 618 | { |
619 | unsigned int eq_reg; | 619 | unsigned int eq_reg; |