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