Searched refs:set_switch (Results 1 - 5 of 5) sorted by relevance
| /third_party/alsa-lib/include/ |
| H A D | mixer_abst.h | 92 int (*set_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 | 527 return sm_selem_ops(elem)->set_switch(elem, SM_PLAY, channel, value); in snd_mixer_selem_set_playback_switch() 853 return sm_selem_ops(elem)->set_switch(elem, SM_CAPT, channel, value); in snd_mixer_selem_set_capture_switch()
|
| H A D | simple_none.c | 1419 .set_switch = set_switch_ops,
|
| /third_party/alsa-lib/modules/mixer/simple/ |
| H A D | sbase.c | 278 .set_switch = set_switch_ops,
|
| H A D | python.c | 500 .set_switch = set_switch_ops,
|
Completed in 8 milliseconds