]> git.alsa-project.org Git - alsa-utils.git/commit
axfer: add an option for waiter type
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>
Tue, 13 Nov 2018 06:41:41 +0000 (15:41 +0900)
committerTakashi Iwai <tiwai@suse.de>
Tue, 13 Nov 2018 11:04:49 +0000 (12:04 +0100)
commit0e1b59cb4fddb942db6f157607db6db0413afe67
treedafdf109db747bca1098317d1176988701378581
parentcd211d8c22009c9b4866568ef5ff5d3426588fb3
axfer: add an option for waiter type

This commit is an integration to add an option for users to choose waiter
type. Users give the type to value to '--waiter-type' ('-w') option to
choose it. Currently, 'snd_pcm_wait()' is just supported as a default.
This alsa-lib API is implemented with a call of poll(2).

Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
axfer/xfer-libasound.c
axfer/xfer-libasound.h