Fixed mmap wrt shm. Renamed pcm_client, control_client to shm. More error messages. Implemented asoundrc as documented.

This commit is contained in:
Abramo Bagnara 2000-10-14 10:31:34 +00:00
parent dcc88ffaa7
commit e5e1ca14d4
30 changed files with 1642 additions and 2555 deletions

View file

@ -40,6 +40,7 @@ struct snd_ctl_ops {
struct snd_ctl {
char *name;
snd_ctl_type_t type;
struct snd_ctl_ops *ops;
void *private;