aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sound/pci/ice1712/delta.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/pci/ice1712/delta.c b/sound/pci/ice1712/delta.c
index 465eeb50eb98..af659800c9b0 100644
--- a/sound/pci/ice1712/delta.c
+++ b/sound/pci/ice1712/delta.c
@@ -393,7 +393,7 @@ static void delta_setup_spdif(struct snd_ice1712 *ice, int rate)
393 snd_ice1712_delta_cs8403_spdif_write(ice, tmp); 393 snd_ice1712_delta_cs8403_spdif_write(ice, tmp);
394} 394}
395 395
396int snd_ice1712_delta1010lt_wordclock_status_info(struct snd_kcontrol *kcontrol, 396static int snd_ice1712_delta1010lt_wordclock_status_info(struct snd_kcontrol *kcontrol,
397 struct snd_ctl_elem_info *uinfo) 397 struct snd_ctl_elem_info *uinfo)
398{ 398{
399 uinfo->type = SNDRV_CTL_ELEM_TYPE_BOOLEAN; 399 uinfo->type = SNDRV_CTL_ELEM_TYPE_BOOLEAN;
@@ -403,7 +403,7 @@ int snd_ice1712_delta1010lt_wordclock_status_info(struct snd_kcontrol *kcontrol,
403 return 0; 403 return 0;
404} 404}
405 405
406int snd_ice1712_delta1010lt_wordclock_status_get(struct snd_kcontrol *kcontrol, 406static int snd_ice1712_delta1010lt_wordclock_status_get(struct snd_kcontrol *kcontrol,
407 struct snd_ctl_elem_value *ucontrol) 407 struct snd_ctl_elem_value *ucontrol)
408{ 408{
409 char reg = 0x10; // cs8427 receiver error register 409 char reg = 0x10; // cs8427 receiver error register