mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-12-18 08:56:42 -05:00
Merged pcm2 branch.
This commit is contained in:
parent
986c1500d2
commit
1cd6778173
40 changed files with 5053 additions and 3045 deletions
|
|
@ -43,7 +43,7 @@ static long simple_size(simple_instrument_t *instr)
|
|||
int snd_instr_simple_convert_to_stream(snd_instr_simple_t *simple,
|
||||
const char *name,
|
||||
snd_seq_instr_put_t **__data,
|
||||
long *__size)
|
||||
size_t *__size)
|
||||
{
|
||||
snd_seq_instr_put_t *put;
|
||||
snd_seq_instr_data_t *data;
|
||||
|
|
@ -93,9 +93,9 @@ int snd_instr_simple_convert_to_stream(snd_instr_simple_t *simple,
|
|||
return 0;
|
||||
}
|
||||
|
||||
int snd_instr_simple_convert_from_stream(snd_seq_instr_get_t *__data,
|
||||
long size,
|
||||
snd_instr_simple_t **simple)
|
||||
int snd_instr_simple_convert_from_stream(snd_seq_instr_get_t *__data UNUSED,
|
||||
size_t size UNUSED,
|
||||
snd_instr_simple_t **simple UNUSED)
|
||||
{
|
||||
/* TODO */
|
||||
return -ENXIO;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue