[alsa-devel] [PATCH] 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: Dimitris Papastamos dp@opensource.wolfsonmicro.com --- 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 4186b27..e7a40d1 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) /* * 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;
On Thu, 2010-10-21 at 12:15 +0100, Dimitris Papastamos wrote:
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
On Thu, Oct 21, 2010 at 12:15:56PM +0100, Dimitris Papastamos wrote:
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
Applied, thanks.
participants (3)
-
Dimitris Papastamos
-
Liam Girdwood
-
Mark Brown