mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
Fix for format member..
This commit is contained in:
parent
7abdbe78a0
commit
05498059c3
1 changed files with 1 additions and 0 deletions
|
|
@ -68,6 +68,7 @@ int snd_instr_simple_convert_to_stream(snd_instr_simple_t *simple,
|
|||
xinstr->share_id[1] = snd_htoi_32(instr->share_id[1]);
|
||||
xinstr->share_id[2] = snd_htoi_32(instr->share_id[2]);
|
||||
xinstr->share_id[3] = snd_htoi_32(instr->share_id[3]);
|
||||
xinstr->format = snd_htoi_32(instr->format);
|
||||
xinstr->size = snd_htoi_32(instr->size);
|
||||
xinstr->start = snd_htoi_32(instr->start);
|
||||
xinstr->loop_start = snd_htoi_32(instr->loop_start);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue