PCM loopback API improved and added back the functionality.

Some mmap() changes for the OSS emulation.
This commit is contained in:
Jaroslav Kysela 1999-11-30 09:25:59 +00:00
parent 3239ca9940
commit f5e461caa3
4 changed files with 182 additions and 34 deletions

View file

@ -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);