Searched refs:get_switch (Results 1 - 5 of 5) sorted by relevance
/third_party/alsa-lib/include/ |
H A D | mixer_abst.h | 91 int (*get_switch)(snd_mixer_elem_t *elem, int dir, snd_mixer_selem_channel_id_t channel, int *value); member
|
/third_party/alsa-lib/src/mixer/ |
H A D | simple.c | 435 return sm_selem_ops(elem)->get_switch(elem, SM_PLAY, channel, value); in snd_mixer_selem_get_playback_switch() 761 return sm_selem_ops(elem)->get_switch(elem, SM_CAPT, channel, value); in snd_mixer_selem_get_capture_switch()
|
H A D | simple_none.c | 1418 .get_switch = get_switch_ops,
|
/third_party/alsa-lib/modules/mixer/simple/ |
H A D | sbase.c | 277 .get_switch = get_switch_ops,
|
H A D | python.c | 499 .get_switch = get_switch_ops,
|
Completed in 7 milliseconds