mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-12-16 08:56:42 -05:00
PCM loopback API improved and added back the functionality.
Some mmap() changes for the OSS emulation.
This commit is contained in:
parent
3239ca9940
commit
f5e461caa3
4 changed files with 182 additions and 34 deletions
|
|
@ -6,7 +6,7 @@
|
|||
****************************************************************************/
|
||||
|
||||
typedef struct snd_mixer_callbacks {
|
||||
void *private_data; /* should be used by an application */
|
||||
void *private_data; /* should be used with an application */
|
||||
void (*rebuild) (void *private_data);
|
||||
void (*element) (void *private_data, int cmd, snd_mixer_eid_t *eid);
|
||||
void (*group) (void *private_data, int cmd, snd_mixer_gid_t *gid);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue