mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-05 13:30:00 -05:00
Added dump facility. Continued pcm_multi implementation
This commit is contained in:
parent
d379686996
commit
84cb338f83
9 changed files with 360 additions and 68 deletions
|
|
@ -51,6 +51,7 @@ struct snd_pcm_ops {
|
|||
int (*munmap_data)(void *private, void *buffer, size_t bsize);
|
||||
int (*file_descriptor)(void *private);
|
||||
int (*channels_mask)(void *private, bitset_t *client_vmask);
|
||||
void (*dump)(void *private, FILE *fp);
|
||||
};
|
||||
|
||||
struct snd_pcm {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue