]> git.karo-electronics.de Git - linux-beck.git/commitdiff
ASoC: Staticise put_twl4030_opmode_enum_double()
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Sat, 20 Jun 2009 12:54:02 +0000 (13:54 +0100)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Sat, 20 Jun 2009 12:58:09 +0000 (13:58 +0100)
It's an operation for a control and doesn't need to be exported.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/codecs/twl4030.c

index a5062ccd28eea9c978eb6c89aad2a71b544997cd..4275eea3145037fae86b3d32f828e37b210d8bcd 100644 (file)
@@ -924,7 +924,7 @@ static const struct soc_enum twl4030_op_modes_enum =
                        ARRAY_SIZE(twl4030_op_modes_texts),
                        twl4030_op_modes_texts);
 
-int snd_soc_put_twl4030_opmode_enum_double(struct snd_kcontrol *kcontrol,
+static int snd_soc_put_twl4030_opmode_enum_double(struct snd_kcontrol *kcontrol,
        struct snd_ctl_elem_value *ucontrol)
 {
        struct snd_soc_codec *codec = snd_kcontrol_chip(kcontrol);