mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-12-17 08:56:45 -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,11 +851,11 @@ 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,
|
||||||
snd_pcm_plugin_voice_t **voices)
|
snd_pcm_plugin_voice_t **voices)
|
||||||
{
|
{
|
||||||
snd_pcm_plugin_t *plugin;
|
snd_pcm_plugin_t *plugin;
|
||||||
snd_pcm_plugin_voice_t *v;
|
snd_pcm_plugin_voice_t *v;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue