mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-12-18 08:56:42 -05: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,7 +851,7 @@ ssize_t snd_pcm_plug_client_voices_buf(snd_pcm_plugin_handle_t *handle,
|
||||||
return -EINVAL;
|
return -EINVAL;
|
||||||
}
|
}
|
||||||
|
|
||||||
int snd_pcm_plug_client_voices_iovec(snd_pcm_plugin_handle_t *handle,
|
ssize_t snd_pcm_plug_client_voices_iovec(snd_pcm_plugin_handle_t *handle,
|
||||||
int channel,
|
int channel,
|
||||||
const struct iovec *vector,
|
const struct iovec *vector,
|
||||||
unsigned long count,
|
unsigned long count,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue