summaryrefslogtreecommitdiff
path: root/src/control/control_local.h
diff options
context:
space:
mode:
authorAbramo Bagnara <abramo@alsa-project.org>2000-10-14 10:31:34 +0000
committerAbramo Bagnara <abramo@alsa-project.org>2000-10-14 10:31:34 +0000
commite5e1ca14d4c0cb2a644b135b4452f4205df6135e (patch)
tree6f53c4438fcc7b7967f4d7d91067badf7ee91924 /src/control/control_local.h
parentdcc88ffaa7eca209b39b0ae5f8be67105020c283 (diff)
downloadalsa-lib-e5e1ca14d4c0cb2a644b135b4452f4205df6135e.tar.gz
Fixed mmap wrt shm. Renamed pcm_client, control_client to shm. More error messages. Implemented asoundrc as documented.
Diffstat (limited to 'src/control/control_local.h')
-rw-r--r--src/control/control_local.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/control/control_local.h b/src/control/control_local.h
index cf1a5828..34f302d4 100644
--- a/src/control/control_local.h
+++ b/src/control/control_local.h
@@ -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;