Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 110954
b: refs/heads/master
c: b03671a
h: refs/heads/master
v: v3
  • Loading branch information
Harvey Harrison authored and Jaroslav Kysela committed Sep 4, 2008
1 parent b17fc4a commit 6b6692f
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: f4446ea046cf719a6d79449bb9175d50a64d963b
refs/heads/master: b03671a826ba9873724164c6c96e82d0f9f5988d
4 changes: 2 additions & 2 deletions trunk/sound/pci/ac97/ac97_patch.c
Original file line number Diff line number Diff line change
Expand Up @@ -3548,7 +3548,7 @@ static const struct snd_kcontrol_new snd_ac97_controls_vt1617a[] = {
},
};

int patch_vt1617a(struct snd_ac97 * ac97)
static int patch_vt1617a(struct snd_ac97 * ac97)
{
int err = 0;
int val;
Expand Down Expand Up @@ -3764,7 +3764,7 @@ static const struct snd_kcontrol_new snd_ac97_controls_vt1618[] = {
}
};

int patch_vt1618(struct snd_ac97 *ac97)
static int patch_vt1618(struct snd_ac97 *ac97)
{
return patch_build_controls(ac97, snd_ac97_controls_vt1618,
ARRAY_SIZE(snd_ac97_controls_vt1618));
Expand Down

0 comments on commit 6b6692f

Please sign in to comment.