mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-07 13:30:07 -05:00
MMAP changes (/dev/snd/pcmcontrol).
Removed unregister callback from snd_minor_t.
This commit is contained in:
parent
8738da23d8
commit
51dacc8e0e
3 changed files with 50 additions and 29 deletions
|
|
@ -26,8 +26,10 @@ struct snd_pcm {
|
|||
int device;
|
||||
int fd;
|
||||
int mode;
|
||||
int ver;
|
||||
int setup_is_valid[2];
|
||||
snd_pcm_channel_setup_t setup[2];
|
||||
int mmap_ctrl_fd[2];
|
||||
snd_pcm_mmap_control_t *mmap_caddr[2];
|
||||
char *mmap_daddr[2];
|
||||
long mmap_size[2];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue