Thomas Gleixner | 1a59d1b8 | 2019-05-27 08:55:05 +0200 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2 | #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 Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 8 | */ |
| 9 | |
David Howells | a1ce392 | 2012-10-02 18:01:25 +0100 | [diff] [blame] | 10 | #include <sound/i2c.h> /* generic i2c support */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 11 | |
Takashi Iwai | 97f02e0 | 2005-11-17 14:17:19 +0100 | [diff] [blame] | 12 | int snd_tea6330t_detect(struct snd_i2c_bus *bus, int equalizer); |
| 13 | int snd_tea6330t_update_mixer(struct snd_card *card, struct snd_i2c_bus *bus, |
| 14 | int equalizer, int fader); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 15 | |
| 16 | #endif /* __SOUND_TEA6330T_H */ |