mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-02 09:01:48 -05:00
Moved mmap_size to setup struct
This commit is contained in:
parent
0bb7e43979
commit
875aed990f
4 changed files with 9 additions and 18 deletions
|
|
@ -65,7 +65,6 @@ struct snd_pcm {
|
|||
snd_pcm_mmap_status_t *mmap_status;
|
||||
snd_pcm_mmap_control_t *mmap_control;
|
||||
char *mmap_data;
|
||||
size_t mmap_data_size;
|
||||
enum { _INTERLEAVED, _NONINTERLEAVED, _COMPLEX } mmap_type;
|
||||
struct snd_pcm_ops *ops;
|
||||
void *op_arg;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue