Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>
Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>

authored by

Dimitris Papastamos and committed by
Mark Brown
4428bc09 1aafcd4d

+1 -1
+1 -1
sound/soc/codecs/max98088.c
··· 613 613 /* 614 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 617 unsigned int band, u16 *coefs) 618 618 { 619 619 unsigned int eq_reg;