Home
last modified time | relevance | path

Searched refs:snd_ctl_get_power_state (Results 1 – 5 of 5) sorted by relevance

/third_party/alsa-utils/alsamixer/
Dmixer_widget.c138 err = snd_ctl_get_power_state(ctl, &state); in check_unplugged()
/third_party/alsa-lib/include/
Dcontrol.h419 int snd_ctl_get_power_state(snd_ctl_t *ctl, unsigned int *state);
/third_party/alsa-lib/aserver/
Daserver.c700 ctrl->result = snd_ctl_get_power_state(ctl, &ctrl->u.power_state); in ctl_shm_cmd()
/third_party/alsa-lib/src/control/
Dcontrol_remap.c784 return snd_ctl_get_power_state(priv->child, state); in snd_ctl_remap_get_power_state()
Dcontrol.c1289 int snd_ctl_get_power_state(snd_ctl_t *ctl, unsigned int *state) in snd_ctl_get_power_state() function