Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-or-later */
0002 #ifndef __SOUND_TEA6330T_H
0003 #define __SOUND_TEA6330T_H
0004 
0005 /*
0006  *  Routines for control of TEA6330T circuit.
0007  *  Sound fader control circuit for car radios.
0008  */
0009 
0010 #include <sound/i2c.h>      /* generic i2c support */
0011 
0012 int snd_tea6330t_detect(struct snd_i2c_bus *bus, int equalizer);
0013 int snd_tea6330t_update_mixer(struct snd_card *card, struct snd_i2c_bus *bus,
0014                   int equalizer, int fader);
0015 
0016 #endif /* __SOUND_TEA6330T_H */