Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 13c2108d authored by Adrian Bunk's avatar Adrian Bunk Committed by Takashi Iwai
Browse files

ALSA: make snd_ac97_add_vmaster() static



This patch makes the needlessly global snd_ac97_add_vmaster() static.

Signed-off-by: default avatarAdrian Bunk <bunk@kernel.org>
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 6aa1e464
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -3381,7 +3381,7 @@ 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,
static int snd_ac97_add_vmaster(struct snd_ac97 *ac97, char *name,
				const unsigned int *tlv, const char **slaves)
{
	struct snd_kcontrol *kctl;