mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2026-03-29 07:57:59 -04:00
topology: convert builder to use the mallocated memory
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
14e43a1187
commit
39fb37fef5
3 changed files with 103 additions and 64 deletions
|
|
@ -60,8 +60,9 @@ typedef enum _snd_pcm_rates {
|
|||
|
||||
struct snd_tplg {
|
||||
/* out file */
|
||||
int out_fd;
|
||||
size_t out_pos;
|
||||
unsigned char *bin;
|
||||
size_t bin_pos;
|
||||
size_t bin_size;
|
||||
|
||||
int verbose;
|
||||
unsigned int version;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue