xref: /kernel/linux/linux-6.6/include/sound/tea6330t.h (revision 62306a36)
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-6.6/include/sound/
162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-or-later */
262306a36Sopenharmony_ci#ifndef __SOUND_TEA6330T_H
362306a36Sopenharmony_ci#define __SOUND_TEA6330T_H
462306a36Sopenharmony_ci
562306a36Sopenharmony_ci/*
662306a36Sopenharmony_ci *  Routines for control of TEA6330T circuit.
762306a36Sopenharmony_ci *  Sound fader control circuit for car radios.
862306a36Sopenharmony_ci */
962306a36Sopenharmony_ci
1062306a36Sopenharmony_ci#include <sound/i2c.h>		/* generic i2c support */
1162306a36Sopenharmony_ci
1262306a36Sopenharmony_ciint snd_tea6330t_detect(struct snd_i2c_bus *bus, int equalizer);
1362306a36Sopenharmony_ciint snd_tea6330t_update_mixer(struct snd_card *card, struct snd_i2c_bus *bus,
1462306a36Sopenharmony_ci			      int equalizer, int fader);
1562306a36Sopenharmony_ci
1662306a36Sopenharmony_ci#endif /* __SOUND_TEA6330T_H */
17

Indexes created Thu Nov 07 10:32:03 CST 2024