ALSA Library Reference Manual
DECLARATION
struct
snd_mixer_element_tone_control1
{
unsigned int tc; /* bitmap of SND_MIXER_TC_* */
unsigned int sw:1; /* on/off switch */
int bass; /* Bass control */
int treble; /* Treble control */
};
REFERENCE