Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 22779
b: refs/heads/master
c: ecefb19
h: refs/heads/master
i:
  22777: 81d27a7
  22775: eca0921
v: v3
  • Loading branch information
Adrian Bunk authored and Jaroslav Kysela committed Mar 22, 2006
1 parent 06d585d commit f97bb1a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 202728d783a0fc180e7141d18186eeae167218a1
refs/heads/master: ecefb192525c369dde67bf0addd4f96692a801c3
4 changes: 2 additions & 2 deletions trunk/sound/pci/ice1712/delta.c
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ static void delta_setup_spdif(struct snd_ice1712 *ice, int rate)
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)
{
uinfo->type = SNDRV_CTL_ELEM_TYPE_BOOLEAN;
Expand All @@ -403,7 +403,7 @@ int snd_ice1712_delta1010lt_wordclock_status_info(struct snd_kcontrol *kcontrol,
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)
{
char reg = 0x10; // cs8427 receiver error register
Expand Down

0 comments on commit f97bb1a

Please sign in to comment.