diff options
author | Takashi Iwai <tiwai@suse.de> | 2005-11-17 08:34:36 -0500 |
---|---|---|
committer | Jaroslav Kysela <perex@suse.cz> | 2006-01-03 06:18:25 -0500 |
commit | 029d64b0cfa30abc10f722e2f67d282abe09c9da (patch) | |
tree | d9a1e72e9792b33e57db2695f6c1a1a4843df0bf /sound/isa/sb/emu8000_local.h | |
parent | d3a7e476740dc23588ea65fa0df1aacdf8e70003 (diff) |
[ALSA] Remove xxx_t typedefs: ISA SB8/SB16/SBAWE
Remove xxx_t typedefs from the ISA SB8/SB16/SBAWE drivers.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/isa/sb/emu8000_local.h')
-rw-r--r-- | sound/isa/sb/emu8000_local.h | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/sound/isa/sb/emu8000_local.h b/sound/isa/sb/emu8000_local.h index ea4996a895fc..2ac77f10bb4e 100644 --- a/sound/isa/sb/emu8000_local.h +++ b/sound/isa/sb/emu8000_local.h | |||
@@ -30,14 +30,17 @@ | |||
30 | #include <sound/emu8000_reg.h> | 30 | #include <sound/emu8000_reg.h> |
31 | 31 | ||
32 | /* emu8000_patch.c */ | 32 | /* emu8000_patch.c */ |
33 | int snd_emu8000_sample_new(snd_emux_t *rec, snd_sf_sample_t *sp, snd_util_memhdr_t *hdr, const void __user *data, long count); | 33 | int snd_emu8000_sample_new(struct snd_emux *rec, struct snd_sf_sample *sp, |
34 | int snd_emu8000_sample_free(snd_emux_t *rec, snd_sf_sample_t *sp, snd_util_memhdr_t *hdr); | 34 | struct snd_util_memhdr *hdr, |
35 | void snd_emu8000_sample_reset(snd_emux_t *rec); | 35 | const void __user *data, long count); |
36 | int snd_emu8000_sample_free(struct snd_emux *rec, struct snd_sf_sample *sp, | ||
37 | struct snd_util_memhdr *hdr); | ||
38 | void snd_emu8000_sample_reset(struct snd_emux *rec); | ||
36 | 39 | ||
37 | /* emu8000_callback.c */ | 40 | /* emu8000_callback.c */ |
38 | void snd_emu8000_ops_setup(emu8000_t *emu); | 41 | void snd_emu8000_ops_setup(struct snd_emu8000 *emu); |
39 | 42 | ||
40 | /* emu8000_pcm.c */ | 43 | /* emu8000_pcm.c */ |
41 | int snd_emu8000_pcm_new(snd_card_t *card, emu8000_t *emu, int index); | 44 | int snd_emu8000_pcm_new(struct snd_card *card, struct snd_emu8000 *emu, int index); |
42 | 45 | ||
43 | #endif /* __EMU8000_LOCAL_H */ | 46 | #endif /* __EMU8000_LOCAL_H */ |