aboutsummaryrefslogtreecommitdiffstats
path: root/include/sound/tea6330t.h
diff options
context:
space:
mode:
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 @@
24 24
25#include "i2c.h" /* generic i2c support */ 25#include "i2c.h" /* generic i2c support */
26 26
27int snd_tea6330t_detect(snd_i2c_bus_t *bus, int equalizer); 27int snd_tea6330t_detect(struct snd_i2c_bus *bus, int equalizer);
28int snd_tea6330t_update_mixer(snd_card_t * card, snd_i2c_bus_t * bus, int equalizer, int fader); 28int snd_tea6330t_update_mixer(struct snd_card *card, struct snd_i2c_bus *bus,
29 int equalizer, int fader);
29 30
30#endif /* __SOUND_TEA6330T_H */ 31#endif /* __SOUND_TEA6330T_H */