mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-31 22:25:35 -04:00
Remove poll_ask callback
Removed poll_ask callbacks. poll_ask function is merged to poll_descriptors callbacks.
This commit is contained in:
parent
e61d385993
commit
a6d3b9e4e0
18 changed files with 24 additions and 55 deletions
|
|
@ -738,7 +738,6 @@ static snd_pcm_fast_ops_t snd_pcm_ioplug_fast_ops = {
|
|||
.hwsync = snd_pcm_ioplug_hwsync,
|
||||
.delay = snd_pcm_ioplug_delay,
|
||||
.resume = snd_pcm_ioplug_resume,
|
||||
.poll_ask = NULL,
|
||||
.link_fd = NULL,
|
||||
.link = NULL,
|
||||
.unlink = NULL,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue