Home
last modified time | relevance | path

Searched refs:SND_MIXER_SCHN_LAST (Results 1 – 7 of 7) sorted by relevance

/third_party/alsa-utils/alsamixer/
Dmixer_widget.c273 for (i = 0; i <= SND_MIXER_SCHN_LAST; ++i) in change_enum_to_percent()
299 for (i = 0; i <= SND_MIXER_SCHN_LAST; ++i) in change_enum_relative()
Dmixer_controls.c236 for (i = 0; i <= SND_MIXER_SCHN_LAST; ++i) in create_controls_for_elem()
/third_party/alsa-lib/src/mixer/
Dsimple.c221 static const char *const array[SND_MIXER_SCHN_LAST + 1] = { in snd_mixer_selem_channel_name()
233 assert(channel <= SND_MIXER_SCHN_LAST); in snd_mixer_selem_channel_name()
/third_party/alsa-utils/amixer/
Damixer.c863 for (chn = 0; chn <= SND_MIXER_SCHN_LAST; chn++){ in show_selem()
881 for (chn = 0; chn <= SND_MIXER_SCHN_LAST; chn++){ in show_selem()
986 for (chn = 0; chn <= SND_MIXER_SCHN_LAST; chn++) { in show_selem()
1346 for (chn = 0; chn <= SND_MIXER_SCHN_LAST; chn++) { in sset_channels()
/third_party/pulseaudio/src/modules/alsa/
Dalsa-mixer.h167 pa_channel_position_mask_t masks[SND_MIXER_SCHN_LAST + 1][POSITION_MASK_CHANNELS];
Dalsa-mixer.c848 for (c = 0; c <= SND_MIXER_SCHN_LAST; c++) { in element_get_volume()
1017 for (c = 0; c <= SND_MIXER_SCHN_LAST; c++) { in element_get_switch()
1183 for (c = 0; c <= SND_MIXER_SCHN_LAST; c++) { in element_set_volume()
3648 for (s = 0; s <= SND_MIXER_SCHN_LAST; s++) in element_is_subset()
/third_party/alsa-lib/include/
Dmixer.h191 SND_MIXER_SCHN_LAST = 31, enumerator