Orange Pi5 kernel

Deprecated Linux kernel 5.10.110 for OrangePi 5/5B/5+ boards

3 Commits   0 Branches   0 Tags
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  1) /* SPDX-License-Identifier: GPL-2.0-or-later */
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  2) #ifndef __SOUND_TEA6330T_H
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  3) #define __SOUND_TEA6330T_H
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  4) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  5) /*
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  6)  *  Routines for control of TEA6330T circuit.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  7)  *  Sound fader control circuit for car radios.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  8)  */
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  9) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10) #include <sound/i2c.h>		/* generic i2c support */
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12) int snd_tea6330t_detect(struct snd_i2c_bus *bus, int equalizer);
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13) int snd_tea6330t_update_mixer(struct snd_card *card, struct snd_i2c_bus *bus,
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14) 			      int equalizer, int fader);
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16) #endif /* __SOUND_TEA6330T_H */