Commit 13c2108de4437771a77f775fe33e9a33c53a8a14

Authored by Adrian Bunk
Committed by Takashi Iwai
1 parent 6aa1e46445

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>

Showing 1 changed file with 2 additions and 2 deletions Side-by-side Diff

sound/pci/ac97/ac97_patch.c
... ... @@ -3381,8 +3381,8 @@
3381 3381 }
3382 3382  
3383 3383 /* create a virtual master control and add slaves */
3384   -int snd_ac97_add_vmaster(struct snd_ac97 *ac97, char *name,
3385   - const unsigned int *tlv, const char **slaves)
  3384 +static int snd_ac97_add_vmaster(struct snd_ac97 *ac97, char *name,
  3385 + const unsigned int *tlv, const char **slaves)
3386 3386 {
3387 3387 struct snd_kcontrol *kctl;
3388 3388 const char **s;