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

Commit ecefb192 authored by Adrian Bunk's avatar Adrian Bunk Committed by Jaroslav Kysela
Browse files

[ALSA] sound/pci/ice1712/delta.c: make 2 functions static



Modules: ICE1712 driver

This patch makes two needlessly global functions static.

Signed-off-by: default avatarAdrian Bunk <bunk@stusta.de>
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 202728d7
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -393,7 +393,7 @@ static void delta_setup_spdif(struct snd_ice1712 *ice, int rate)
	snd_ice1712_delta_cs8403_spdif_write(ice, tmp);
	snd_ice1712_delta_cs8403_spdif_write(ice, tmp);
}
}


int snd_ice1712_delta1010lt_wordclock_status_info(struct snd_kcontrol *kcontrol,
static int snd_ice1712_delta1010lt_wordclock_status_info(struct snd_kcontrol *kcontrol,
			  struct snd_ctl_elem_info *uinfo)
			  struct snd_ctl_elem_info *uinfo)
{
{
	uinfo->type = SNDRV_CTL_ELEM_TYPE_BOOLEAN;
	uinfo->type = SNDRV_CTL_ELEM_TYPE_BOOLEAN;
@@ -403,7 +403,7 @@ int snd_ice1712_delta1010lt_wordclock_status_info(struct snd_kcontrol *kcontrol,
	return 0;
	return 0;
}
}


int snd_ice1712_delta1010lt_wordclock_status_get(struct snd_kcontrol *kcontrol,
static int snd_ice1712_delta1010lt_wordclock_status_get(struct snd_kcontrol *kcontrol,
			 struct snd_ctl_elem_value *ucontrol)
			 struct snd_ctl_elem_value *ucontrol)
{
{
	char reg = 0x10; // cs8427 receiver error register
	char reg = 0x10; // cs8427 receiver error register