summaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@kernel.org>2008-07-22 20:21:32 +0300
committerTakashi Iwai <tiwai@suse.de>2008-07-27 10:22:26 +0200
commit13c2108de4437771a77f775fe33e9a33c53a8a14 (patch)
treee031c35e6ab5158460d93fab5c92204f28631e2f /sound
parent6aa1e464453e398e4ab12558777fb10cff8a284d (diff)
downloadlinux-3.10-13c2108de4437771a77f775fe33e9a33c53a8a14.tar.gz
linux-3.10-13c2108de4437771a77f775fe33e9a33c53a8a14.tar.bz2
linux-3.10-13c2108de4437771a77f775fe33e9a33c53a8a14.zip
ALSA: make snd_ac97_add_vmaster() static
This patch makes the needlessly global snd_ac97_add_vmaster() static. Signed-off-by: Adrian Bunk <bunk@kernel.org> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound')
-rw-r--r--sound/pci/ac97/ac97_patch.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/pci/ac97/ac97_patch.c b/sound/pci/ac97/ac97_patch.c
index 0746e9ccc20..f4fbc795ee8 100644
--- a/sound/pci/ac97/ac97_patch.c
+++ b/sound/pci/ac97/ac97_patch.c
@@ -3381,8 +3381,8 @@ static struct snd_kcontrol *snd_ac97_find_mixer_ctl(struct snd_ac97 *ac97,
}
/* create a virtual master control and add slaves */
-int snd_ac97_add_vmaster(struct snd_ac97 *ac97, char *name,
- const unsigned int *tlv, const char **slaves)
+static int snd_ac97_add_vmaster(struct snd_ac97 *ac97, char *name,
+ const unsigned int *tlv, const char **slaves)
{
struct snd_kcontrol *kctl;
const char **s;