Fedora kernel-2.6.17-1.2142_FC4 patched with stable patch-2.6.17.4-vs2.0.2-rc26.diff
[linux-2.6.git] / include / sound / tea6330t.h
index 3896c0a..51b282b 100644 (file)
  *
  */
 
-#include "control.h"
 #include "i2c.h"               /* generic i2c support */
 
-typedef struct {
-       snd_i2c_device_t *device;
-       snd_i2c_bus_t *bus;
-       int equalizer;
-       int fader;
-       unsigned char regs[8];
-       unsigned char mleft, mright;
-       unsigned char bass, treble;
-       unsigned char max_bass, max_treble;
-} tea6330t_t;
-
-extern int snd_tea6330t_detect(snd_i2c_bus_t *bus, int equalizer);
-extern 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 */