]> git.alsa-project.org Git - alsa-lib.git/commit
pcm: add SND_CTL_EINTR open mode
authorJaroslav Kysela <perex@perex.cz>
Wed, 3 May 2023 09:48:35 +0000 (11:48 +0200)
committerJaroslav Kysela <perex@perex.cz>
Wed, 3 May 2023 13:59:15 +0000 (15:59 +0200)
commit507d906abbf7f314d59a0b470ca6c29ca958b63c
tree69f222e78f9b501cb7956951589026ba0251836b
parentd6d5982d3ae68b72a1a53420b77ac269ef93d40e
pcm: add SND_CTL_EINTR open mode

Add possibility to return -EINTR instead waiting for the event. The
applications may want to handle -EINTR condition themselves.

BugLink: https://github.com/alsa-project/alsa-lib/issues/228
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
include/control.h
src/control/control.c
src/control/control_ext.c
src/control/control_hw.c
src/control/control_local.h
src/control/control_remap.c
src/control/control_shm.c
src/control/hcontrol.c