summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound/pcm/buffer.h
diff options
context:
space:
mode:
authornetchild <netchild@FreeBSD.org>2006-07-17 17:43:06 +0000
committernetchild <netchild@FreeBSD.org>2006-07-17 17:43:06 +0000
commit07bf4cebfe7f3d86f3947e68287fa1602bc40d07 (patch)
tree97a302b472e6fa20ea03d05a1d95e84098332ded /sys/dev/sound/pcm/buffer.h
parente3e18f6aa5dc73cb52799f498201226b56f2f131 (diff)
downloadFreeBSD-src-07bf4cebfe7f3d86f3947e68287fa1602bc40d07.zip
FreeBSD-src-07bf4cebfe7f3d86f3947e68287fa1602bc40d07.tar.gz
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>
Diffstat (limited to 'sys/dev/sound/pcm/buffer.h')
-rw-r--r--sys/dev/sound/pcm/buffer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/sound/pcm/buffer.h b/sys/dev/sound/pcm/buffer.h
index 7b2bffb..dbbabd9 100644
--- a/sys/dev/sound/pcm/buffer.h
+++ b/sys/dev/sound/pcm/buffer.h
@@ -93,7 +93,7 @@ void sndbuf_setrun(struct snd_dbuf *b, int go);
struct selinfo *sndbuf_getsel(struct snd_dbuf *b);
unsigned int sndbuf_getxrun(struct snd_dbuf *b);
-void sndbuf_setxrun(struct snd_dbuf *b, unsigned int cnt);
+void sndbuf_setxrun(struct snd_dbuf *b, unsigned int xrun);
unsigned int sndbuf_gethwptr(struct snd_dbuf *b);
void sndbuf_sethwptr(struct snd_dbuf *b, unsigned int ptr);
unsigned int sndbuf_getfree(struct snd_dbuf *b);
OpenPOWER on IntegriCloud