Searched refs:snd_mixer_selem_get_capture_switch (Results 1 – 6 of 6) sorted by relevance
/third_party/alsa-utils/alsamixer/ |
D | mixer_display.c | 310 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()
|
D | mixer_widget.c | 409 get_func = snd_mixer_selem_get_capture_switch; in toggle_switches()
|
/third_party/alsa-utils/amixer/ |
D | amixer.c | 978 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/ |
D | mixer.h | 260 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/ |
D | simple.c | 758 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/ |
D | alsa-mixer.c | 1028 r = snd_mixer_selem_get_capture_switch(me, c, &value); in element_get_switch()
|