mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
Fixed snd_pcm_plug_client_voices_iovec return type
This commit is contained in:
parent
2284d80ef0
commit
bec89c69ae
1 changed files with 5 additions and 5 deletions
|
|
@ -851,11 +851,11 @@ ssize_t snd_pcm_plug_client_voices_buf(snd_pcm_plugin_handle_t *handle,
|
|||
return -EINVAL;
|
||||
}
|
||||
|
||||
int snd_pcm_plug_client_voices_iovec(snd_pcm_plugin_handle_t *handle,
|
||||
int channel,
|
||||
const struct iovec *vector,
|
||||
unsigned long count,
|
||||
snd_pcm_plugin_voice_t **voices)
|
||||
ssize_t snd_pcm_plug_client_voices_iovec(snd_pcm_plugin_handle_t *handle,
|
||||
int channel,
|
||||
const struct iovec *vector,
|
||||
unsigned long count,
|
||||
snd_pcm_plugin_voice_t **voices)
|
||||
{
|
||||
snd_pcm_plugin_t *plugin;
|
||||
snd_pcm_plugin_voice_t *v;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue