Commit ecefb192525c369dde67bf0addd4f96692a801c3
Committed by
Jaroslav Kysela
1 parent
202728d783
Exists in
master
and in
7 other branches
[ALSA] sound/pci/ice1712/delta.c: make 2 functions static
Modules: ICE1712 driver This patch makes two needlessly global functions static. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Showing 1 changed file with 2 additions and 2 deletions Side-by-side Diff
sound/pci/ice1712/delta.c
... | ... | @@ -393,7 +393,7 @@ |
393 | 393 | snd_ice1712_delta_cs8403_spdif_write(ice, tmp); |
394 | 394 | } |
395 | 395 | |
396 | -int snd_ice1712_delta1010lt_wordclock_status_info(struct snd_kcontrol *kcontrol, | |
396 | +static int snd_ice1712_delta1010lt_wordclock_status_info(struct snd_kcontrol *kcontrol, | |
397 | 397 | struct snd_ctl_elem_info *uinfo) |
398 | 398 | { |
399 | 399 | uinfo->type = SNDRV_CTL_ELEM_TYPE_BOOLEAN; |
... | ... | @@ -403,7 +403,7 @@ |
403 | 403 | return 0; |
404 | 404 | } |
405 | 405 | |
406 | -int snd_ice1712_delta1010lt_wordclock_status_get(struct snd_kcontrol *kcontrol, | |
406 | +static int snd_ice1712_delta1010lt_wordclock_status_get(struct snd_kcontrol *kcontrol, | |
407 | 407 | struct snd_ctl_elem_value *ucontrol) |
408 | 408 | { |
409 | 409 | char reg = 0x10; // cs8427 receiver error register |