Home
last modified time | relevance | path

Searched refs:snd_mixer_selem_get_capture_switch (Results 1 – 6 of 6) sorted by relevance

/third_party/alsa-utils/alsamixer/
Dmixer_display.c310 err = snd_mixer_selem_get_capture_switch(control->elem, control->cswitch_channels[0], &sw); in display_focus_item_info()
314 err = snd_mixer_selem_get_capture_switch(control->elem, control->cswitch_channels[0], &sw); in display_focus_item_info()
316 err = snd_mixer_selem_get_capture_switch(control->elem, control->cswitch_channels[1], &sw2); in display_focus_item_info()
535 …err = snd_mixer_selem_get_capture_switch(control->elem, control->cswitch_channels[0], &switches[0]… in display_control()
537 …err = snd_mixer_selem_get_capture_switch(control->elem, control->cswitch_channels[1], &switches[1]… in display_control()
Dmixer_widget.c409 get_func = snd_mixer_selem_get_capture_switch; in toggle_switches()
/third_party/alsa-utils/amixer/
Damixer.c978 snd_mixer_selem_get_capture_switch(elem, SND_MIXER_SCHN_MONO, &csw); in show_selem()
1029 snd_mixer_selem_get_capture_switch(elem, chn, &csw); in show_selem()
1393 snd_mixer_selem_get_capture_switch(elem, chn, &ival); in sset_channels()
1397 snd_mixer_selem_get_capture_switch(elem, chn, &ival); in sset_channels()
1401 snd_mixer_selem_get_capture_switch(elem, chn, &ival); in sset_channels()
1405 snd_mixer_selem_get_capture_switch(elem, chn, &ival); in sset_channels()
1410 snd_mixer_selem_get_capture_switch(elem, chn, &ival); in sset_channels()
/third_party/alsa-lib/include/
Dmixer.h260 int snd_mixer_selem_get_capture_switch(snd_mixer_elem_t *elem, snd_mixer_selem_channel_id_t channel…
/third_party/alsa-lib/src/mixer/
Dsimple.c758 int snd_mixer_selem_get_capture_switch(snd_mixer_elem_t *elem, snd_mixer_selem_channel_id_t channel… in snd_mixer_selem_get_capture_switch() function
/third_party/pulseaudio/src/modules/alsa/
Dalsa-mixer.c1028 r = snd_mixer_selem_get_capture_switch(me, c, &value); in element_get_switch()