aboutsummaryrefslogtreecommitdiff
path: root/include/aserver.h
diff options
context:
space:
mode:
authorJaroslav Kysela <perex@perex.cz>2000-11-30 19:17:55 +0000
committerJaroslav Kysela <perex@perex.cz>2000-11-30 19:17:55 +0000
commit35cb79860d314bf4d1124b5b720637260a6ad490 (patch)
tree33ff11685104a5bbff0150b68fc56a9d67a64822 /include/aserver.h
parent61e95094e7f97ae578e81d4b341543faaba4c78d (diff)
Changes and cleanups for the timer API.
The device lists use the next device syntax now.
Diffstat (limited to 'include/aserver.h')
-rw-r--r--include/aserver.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/aserver.h b/include/aserver.h
index 6106d43a..db8439e6 100644
--- a/include/aserver.h
+++ b/include/aserver.h
@@ -81,6 +81,7 @@ typedef struct {
int result;
int cmd;
union {
+ int device;
snd_ctl_hw_info_t hw_info;
snd_control_list_t clist;
snd_control_info_t cinfo;