Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 25663
b: refs/heads/master
c: 99e80e4
h: refs/heads/master
i:
  25661: f66ac53
  25659: 2b45cfb
  25655: 955802c
  25647: b692325
  25631: c51b14b
  25599: e77db04
v: v3
  • Loading branch information
Dale Sedivec authored and Jaroslav Kysela committed Apr 12, 2006
1 parent ef4060b commit 82f9aec
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 10 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: a29b6c8895edbd9921837b592bcd125cee64fc84
refs/heads/master: 99e80e4d0c7755d688e9db205016a0608fa989b4
13 changes: 6 additions & 7 deletions trunk/sound/pci/au88x0/au88x0.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@

#ifdef __KERNEL__
#include <sound/driver.h>
#include <linux/init.h>
#include <linux/pci.h>
#include <asm/io.h>
#include <sound/core.h>
Expand Down Expand Up @@ -277,14 +276,14 @@ static void vortex_Vort3D_InitializeSource(a3dsrc_t * a, int en);
#endif

/* Driver stuff. */
static int __devinit vortex_gameport_register(vortex_t * card);
static int vortex_gameport_register(vortex_t * card);
static void vortex_gameport_unregister(vortex_t * card);
#ifndef CHIP_AU8820
static int __devinit vortex_eq_init(vortex_t * vortex);
static int __devexit vortex_eq_free(vortex_t * vortex);
static int vortex_eq_init(vortex_t * vortex);
static int vortex_eq_free(vortex_t * vortex);
#endif
/* ALSA stuff. */
static int __devinit snd_vortex_new_pcm(vortex_t * vortex, int idx, int nr);
static int __devinit snd_vortex_mixer(vortex_t * vortex);
static int __devinit snd_vortex_midi(vortex_t * vortex);
static int snd_vortex_new_pcm(vortex_t * vortex, int idx, int nr);
static int snd_vortex_mixer(vortex_t * vortex);
static int snd_vortex_midi(vortex_t * vortex);
#endif
2 changes: 1 addition & 1 deletion trunk/sound/pci/au88x0/au88x0_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -2658,7 +2658,7 @@ static void vortex_spdif_init(vortex_t * vortex, int spdif_sr, int spdif_mode)

/* Initialization */

static int vortex_core_init(vortex_t * vortex)
static int __devinit vortex_core_init(vortex_t * vortex)
{

printk(KERN_INFO "Vortex: init.... ");
Expand Down
2 changes: 1 addition & 1 deletion trunk/sound/pci/au88x0/au88x0_eq.c
Original file line number Diff line number Diff line change
Expand Up @@ -885,7 +885,7 @@ static char *EqBandLabels[10] __devinitdata = {
};

/* ALSA driver entry points. Init and exit. */
static int vortex_eq_init(vortex_t * vortex)
static int __devinit vortex_eq_init(vortex_t * vortex)
{
struct snd_kcontrol *kcontrol;
int err, i;
Expand Down

0 comments on commit 82f9aec

Please sign in to comment.