aboutsummaryrefslogtreecommitdiff
path: root/include/aserver.h
diff options
context:
space:
mode:
authorAbramo Bagnara <abramo@alsa-project.org>2001-02-06 23:48:10 +0000
committerAbramo Bagnara <abramo@alsa-project.org>2001-02-06 23:48:10 +0000
commit8f0cb26fdfbd637765ed6ab65b365e43206c99f5 (patch)
tree79f0ba5e7099478557ea298343151bd4cb51d6db /include/aserver.h
parentccb399f0cdb5692c1ad523e3d03fb10f97bab588 (diff)
Control API encapsulation. Better names for kernel API. Simpler PCM hw_params API. Added missing const.
Diffstat (limited to 'include/aserver.h')
-rw-r--r--include/aserver.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/aserver.h b/include/aserver.h
index de092bc6..2f7f523c 100644
--- a/include/aserver.h
+++ b/include/aserver.h
@@ -89,7 +89,7 @@ typedef struct {
int cmd;
union {
int device;
- snd_ctl_hw_info_t hw_info;
+ snd_ctl_info_t hw_info;
snd_control_list_t clist;
snd_control_info_t cinfo;
snd_control_t cread;