aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/sound/tea6330t.h
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2005-11-17 14:17:19 +0100
committerJaroslav Kysela <perex@suse.cz>2006-01-03 12:18:08 +0100
commit97f02e05f246a2346275c1c93a3079e8933e74b2 (patch)
tree218d0a71f8bdeb5e6d2660339c29c46dab1adaa7 /include/sound/tea6330t.h
parent[ALSA] Remove xxx_t typedefs: OPL4 (diff)
downloadwireguard-linux-97f02e05f246a2346275c1c93a3079e8933e74b2.tar.xz
wireguard-linux-97f02e05f246a2346275c1c93a3079e8933e74b2.zip
[ALSA] Remove xxx_t typedefs: I2C drivers
Remove xxx_t typedefs from the i2c drivers. Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'include/sound/tea6330t.h')
-rw-r--r--include/sound/tea6330t.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/sound/tea6330t.h b/include/sound/tea6330t.h
index 1b265bf24ee1..51b282b76896 100644
--- a/include/sound/tea6330t.h
+++ b/include/sound/tea6330t.h
@@ -24,7 +24,8 @@
#include "i2c.h" /* generic i2c support */
-int snd_tea6330t_detect(snd_i2c_bus_t *bus, int equalizer);
-int snd_tea6330t_update_mixer(snd_card_t * card, snd_i2c_bus_t * bus, int equalizer, int fader);
+int snd_tea6330t_detect(struct snd_i2c_bus *bus, int equalizer);
+int snd_tea6330t_update_mixer(struct snd_card *card, struct snd_i2c_bus *bus,
+ int equalizer, int fader);
#endif /* __SOUND_TEA6330T_H */