tea6330t.h 468 B

12345678910111213141516
  1. /* SPDX-License-Identifier: GPL-2.0-or-later */
  2. #ifndef __SOUND_TEA6330T_H
  3. #define __SOUND_TEA6330T_H
  4. /*
  5. * Routines for control of TEA6330T circuit.
  6. * Sound fader control circuit for car radios.
  7. */
  8. #include <sound/i2c.h> /* generic i2c support */
  9. int snd_tea6330t_detect(struct snd_i2c_bus *bus, int equalizer);
  10. int snd_tea6330t_update_mixer(struct snd_card *card, struct snd_i2c_bus *bus,
  11. int equalizer, int fader);
  12. #endif /* __SOUND_TEA6330T_H */