Searched defs:hdaa_audio_ctl (Results 1 – 1 of 1) sorted by relevance
137 struct hdaa_audio_ctl { struct138 struct hdaa_widget *widget, *childwidget;139 int enable;140 int index, dir, ndir;141 int mute, step, size, offset;142 int left, right, forcemute;143 uint32_t muted;144 uint32_t ossmask; /* OSS devices that may affect control. */145 int devleft[SOUND_MIXER_NRDEVICES]; /* Left ampl in 1/4dB. */146 int devright[SOUND_MIXER_NRDEVICES]; /* Right ampl in 1/4dB. */[all …]