summaryrefslogtreecommitdiff
path: root/include/hwdep.h
diff options
context:
space:
mode:
authorAbramo Bagnara <abramo@alsa-project.org>2001-03-29 17:50:28 +0000
committerAbramo Bagnara <abramo@alsa-project.org>2001-03-29 17:50:28 +0000
commit5b50ec848a65396d5e8be32290c4431485001ed5 (patch)
tree643d105bdf11f7b74b0d9c15eeaf84b975b0d1f6 /include/hwdep.h
parentce8275b943001a1dd8e3264f0cad11ca9e3cf2bb (diff)
downloadalsa-lib-5b50ec848a65396d5e8be32290c4431485001ed5.tar.gz
Lot of cleanings with the help of gcc3
Diffstat (limited to 'include/hwdep.h')
-rw-r--r--include/hwdep.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/hwdep.h b/include/hwdep.h
index 4fc0128a..0983c922 100644
--- a/include/hwdep.h
+++ b/include/hwdep.h
@@ -36,7 +36,7 @@ int snd_hwdep_close(snd_hwdep_t *hwdep);
int snd_hwdep_poll_descriptors(snd_hwdep_t *hwdep, struct pollfd *pfds, unsigned int space);
int snd_hwdep_block_mode(snd_hwdep_t *hwdep, int enable);
int snd_hwdep_info(snd_hwdep_t *hwdep, snd_hwdep_info_t * info);
-int snd_hwdep_ioctl(snd_hwdep_t *hwdep, int request, void * arg);
+int snd_hwdep_ioctl(snd_hwdep_t *hwdep, unsigned int request, void * arg);
ssize_t snd_hwdep_write(snd_hwdep_t *hwdep, const void *buffer, size_t size);
ssize_t snd_hwdep_read(snd_hwdep_t *hwdep, void *buffer, size_t size);