aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/sound/pcm/sound.h
diff options
context:
space:
mode:
authorAlexander Leidinger <netchild@FreeBSD.org>2006-07-17 17:43:06 +0000
committerAlexander Leidinger <netchild@FreeBSD.org>2006-07-17 17:43:06 +0000
commitd55d96f61724d948b8232f933e0a93c5ba8aec6b (patch)
tree97a302b472e6fa20ea03d05a1d95e84098332ded /sys/dev/sound/pcm/sound.h
parent4002c39216ef9396cae0e63d628b7019c6ed346d (diff)
downloadsrc-d55d96f61724d948b8232f933e0a93c5ba8aec6b.tar.gz
src-d55d96f61724d948b8232f933e0a93c5ba8aec6b.zip
Rename some variables. This fixes some (but not all) problems on the way
for WARNS > 2 cleanlyness. Submitted by: Yuriy Tsibizov <Yuriy.Tsibizov@gfk.ru>
Notes
Notes: svn path=/head/; revision=160439
Diffstat (limited to 'sys/dev/sound/pcm/sound.h')
-rw-r--r--sys/dev/sound/pcm/sound.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/sound/pcm/sound.h b/sys/dev/sound/pcm/sound.h
index dd4af6374de3..045e1e57c0b8 100644
--- a/sys/dev/sound/pcm/sound.h
+++ b/sys/dev/sound/pcm/sound.h
@@ -222,7 +222,7 @@ int pcm_chn_add(struct snddev_info *d, struct pcm_channel *ch);
int pcm_chn_remove(struct snddev_info *d, struct pcm_channel *ch);
int pcm_addchan(device_t dev, int dir, kobj_class_t cls, void *devinfo);
-unsigned int pcm_getbuffersize(device_t dev, unsigned int min, unsigned int deflt, unsigned int max);
+unsigned int pcm_getbuffersize(device_t dev, unsigned int minbufsz, unsigned int deflt, unsigned int maxbufsz);
int pcm_register(device_t dev, void *devinfo, int numplay, int numrec);
int pcm_unregister(device_t dev);
int pcm_setstatus(device_t dev, char *str);