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_hwdep.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_hwdep.h')
-rw-r--r-- | sound/pci/mixart/mixart_hwdep.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/mixart/mixart_hwdep.h b/sound/pci/mixart/mixart_hwdep.h index 25190cc88cf8..a46f5083db99 100644 --- a/sound/pci/mixart/mixart_hwdep.h +++ b/sound/pci/mixart/mixart_hwdep.h | |||
@@ -140,6 +140,6 @@ | |||
140 | #define MIXART_OIDI 0x008 /* 0000 0000 1000 */ | 140 | #define MIXART_OIDI 0x008 /* 0000 0000 1000 */ |
141 | 141 | ||
142 | 142 | ||
143 | int snd_mixart_setup_firmware(mixart_mgr_t *mgr); | 143 | int snd_mixart_setup_firmware(struct mixart_mgr *mgr); |
144 | 144 | ||
145 | #endif /* __SOUND_MIXART_HWDEP_H */ | 145 | #endif /* __SOUND_MIXART_HWDEP_H */ |