Home
last modified time | relevance | path

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

/third_party/alsa-utils/amixer/
Damixer.c935 snd_mixer_selem_get_playback_switch(elem, SND_MIXER_SCHN_MONO, &psw); in show_selem()
956 snd_mixer_selem_get_playback_switch(elem, SND_MIXER_SCHN_MONO, &psw); in show_selem()
995 snd_mixer_selem_get_playback_switch(elem, chn, &psw); in show_selem()
1011 snd_mixer_selem_get_playback_switch(elem, chn, &psw); in show_selem()
1356 snd_mixer_selem_get_playback_switch(elem, chn, &ival); in sset_channels()
1360 snd_mixer_selem_get_playback_switch(elem, chn, &ival); in sset_channels()
1364 snd_mixer_selem_get_playback_switch(elem, chn, &ival); in sset_channels()
1368 snd_mixer_selem_get_playback_switch(elem, chn, &ival); in sset_channels()
1373 snd_mixer_selem_get_playback_switch(elem, chn, &ival); in sset_channels()
/third_party/alsa-utils/alsamixer/
Dmixer_display.c298 err = snd_mixer_selem_get_playback_switch(control->elem, control->pswitch_channels[0], &sw); in display_focus_item_info()
302 err = snd_mixer_selem_get_playback_switch(control->elem, control->pswitch_channels[0], &sw); in display_focus_item_info()
304 err = snd_mixer_selem_get_playback_switch(control->elem, control->pswitch_channels[1], &sw2); in display_focus_item_info()
511 …err = snd_mixer_selem_get_playback_switch(control->elem, control->pswitch_channels[0], &switches[0… in display_control()
513 …err = snd_mixer_selem_get_playback_switch(control->elem, control->pswitch_channels[1], &switches[1… in display_control()
Dmixer_widget.c403 get_func = snd_mixer_selem_get_playback_switch; in toggle_switches()
/third_party/alsa-lib/include/
Dmixer.h259 int snd_mixer_selem_get_playback_switch(snd_mixer_elem_t *elem, snd_mixer_selem_channel_id_t channe…
/third_party/alsa-lib/src/mixer/
Dsimple.c432 int snd_mixer_selem_get_playback_switch(snd_mixer_elem_t *elem, snd_mixer_selem_channel_id_t channe… in snd_mixer_selem_get_playback_switch() function
/third_party/pulseaudio/src/modules/alsa/
Dalsa-mixer.c1023 r = snd_mixer_selem_get_playback_switch(me, c, &value); in element_get_switch()