diff options
author | Takashi Iwai <tiwai@suse.de> | 2005-11-17 09:01:08 -0500 |
---|---|---|
committer | Jaroslav Kysela <perex@suse.cz> | 2006-01-03 06:19:16 -0500 |
commit | 67b48b880062ba1775f424c2dd2c68bc30ec180f (patch) | |
tree | 32a39285a55e57cecb773ee92bff82322faaf33a /sound/pci/mixart/mixart_mixer.h | |
parent | fcfd3332e3bf5f63116044c168110820996cd1fe (diff) |
[ALSA] Remove xxx_t typedefs: PCI miXart
Modules: MIXART driver
Remove xxx_t typedefs from the PCI miXart driver.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/mixart/mixart_mixer.h')
-rw-r--r-- | sound/pci/mixart/mixart_mixer.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sound/pci/mixart/mixart_mixer.h b/sound/pci/mixart/mixart_mixer.h index b4d9535087c4..04aa24e35c3f 100644 --- a/sound/pci/mixart/mixart_mixer.h +++ b/sound/pci/mixart/mixart_mixer.h | |||
@@ -24,8 +24,8 @@ | |||
24 | #define __SOUND_MIXART_MIXER_H | 24 | #define __SOUND_MIXART_MIXER_H |
25 | 25 | ||
26 | /* exported */ | 26 | /* exported */ |
27 | int mixart_update_playback_stream_level(mixart_t* chip, int is_aes, int idx); | 27 | int mixart_update_playback_stream_level(struct snd_mixart* chip, int is_aes, int idx); |
28 | int mixart_update_capture_stream_level(mixart_t* chip, int is_aes); | 28 | int mixart_update_capture_stream_level(struct snd_mixart* chip, int is_aes); |
29 | int snd_mixart_create_mixer(mixart_mgr_t* mgr); | 29 | int snd_mixart_create_mixer(struct mixart_mgr* mgr); |
30 | 30 | ||
31 | #endif /* __SOUND_MIXART_MIXER_H */ | 31 | #endif /* __SOUND_MIXART_MIXER_H */ |