Searched refs:snd_mixer_selem_get_playback_switch (Results 1 – 6 of 6) sorted by relevance
/third_party/alsa-utils/amixer/ |
D | amixer.c | 935 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/ |
D | mixer_display.c | 298 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()
|
D | mixer_widget.c | 403 get_func = snd_mixer_selem_get_playback_switch; in toggle_switches()
|
/third_party/alsa-lib/include/ |
D | mixer.h | 259 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/ |
D | simple.c | 432 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/ |
D | alsa-mixer.c | 1023 r = snd_mixer_selem_get_playback_switch(me, c, &value); in element_get_switch()
|