blob: 1c77b78f65332a93d86d610277eecbcb7507ce13 [file] [log] [blame]
Thomas Gleixner1a59d1b82019-05-27 08:55:05 +02001/* SPDX-License-Identifier: GPL-2.0-or-later */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002#ifndef __SOUND_TEA6330T_H
3#define __SOUND_TEA6330T_H
4
5/*
6 * Routines for control of TEA6330T circuit.
7 * Sound fader control circuit for car radios.
Linus Torvalds1da177e2005-04-16 15:20:36 -07008 */
9
David Howellsa1ce3922012-10-02 18:01:25 +010010#include <sound/i2c.h> /* generic i2c support */
Linus Torvalds1da177e2005-04-16 15:20:36 -070011
Takashi Iwai97f02e02005-11-17 14:17:19 +010012int snd_tea6330t_detect(struct snd_i2c_bus *bus, int equalizer);
13int snd_tea6330t_update_mixer(struct snd_card *card, struct snd_i2c_bus *bus,
14 int equalizer, int fader);
Linus Torvalds1da177e2005-04-16 15:20:36 -070015
16#endif /* __SOUND_TEA6330T_H */