Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 6537
b: refs/heads/master
c: 3e6c613
h: refs/heads/master
i:
  6535: a8848da
v: v3
  • Loading branch information
Clemens Ladisch authored and Jaroslav Kysela committed Aug 30, 2005
1 parent f988fe6 commit c066b07
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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: 6207e51b79f89352a8623f806df5bfafb012e489
refs/heads/master: 3e6c6139f0cf9c196c3fd700055f2e22ca22e726
8 changes: 4 additions & 4 deletions trunk/sound/pci/ac97/ac97_patch.c
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ AC97_DOUBLE("Front Playback Volume", AC97_WM97XX_FMIXER_VOL, 8, 0, 31, 1),
AC97_SINGLE("Front Playback Switch", AC97_WM97XX_FMIXER_VOL, 15, 1, 1),
};

int patch_wolfson_wm9703_specific(ac97_t * ac97)
static int patch_wolfson_wm9703_specific(ac97_t * ac97)
{
/* This is known to work for the ViewSonic ViewPad 1000
* Randolph Bentson <bentson@holmsjoen.com>
Expand Down Expand Up @@ -410,7 +410,7 @@ AC97_DOUBLE("Rear DAC Volume", AC97_WM9704_RPCM_VOL, 8, 0, 31, 1),
AC97_DOUBLE("Surround Volume", AC97_SURROUND_MASTER, 8, 0, 31, 1),
};

int patch_wolfson_wm9704_specific(ac97_t * ac97)
static int patch_wolfson_wm9704_specific(ac97_t * ac97)
{
int err, i;
for (i = 0; i < ARRAY_SIZE(wm9704_snd_ac97_controls); i++) {
Expand All @@ -433,7 +433,7 @@ int patch_wolfson04(ac97_t * ac97)
return 0;
}

int patch_wolfson_wm9705_specific(ac97_t * ac97)
static int patch_wolfson_wm9705_specific(ac97_t * ac97)
{
int err, i;
for (i = 0; i < ARRAY_SIZE(wm97xx_snd_ac97_controls); i++) {
Expand Down Expand Up @@ -558,7 +558,7 @@ AC97_SINGLE("Headphone ZC Switch", AC97_HEADPHONE, 7, 1, 0),
AC97_SINGLE("Mono ZC Switch", AC97_MASTER_MONO, 7, 1, 0),
};

int patch_wolfson_wm9711_specific(ac97_t * ac97)
static int patch_wolfson_wm9711_specific(ac97_t * ac97)
{
int err, i;

Expand Down

0 comments on commit c066b07

Please sign in to comment.