Home
last modified time | relevance | path

Searched refs:SNDRV_CTL_IOCTL_POWER (Results 1 – 4 of 4) sorted by relevance

/third_party/alsa-lib/src/control/
Dcontrol_hw.c328 if (ioctl(hw->fd, SNDRV_CTL_IOCTL_POWER, &state) < 0) in snd_ctl_hw_set_power_state()
Dcontrol_shm.c352 ctrl->cmd = SNDRV_CTL_IOCTL_POWER; in snd_ctl_shm_set_power_state()
/third_party/alsa-lib/include/sound/uapi/
Dasound.h1113 #define SNDRV_CTL_IOCTL_POWER _IOWR('U', 0xd0, int) macro
/third_party/alsa-lib/aserver/
Daserver.c696 case SNDRV_CTL_IOCTL_POWER: in ctl_shm_cmd()