diff options
author | netchild <netchild@FreeBSD.org> | 2006-07-17 17:43:06 +0000 |
---|---|---|
committer | netchild <netchild@FreeBSD.org> | 2006-07-17 17:43:06 +0000 |
commit | 07bf4cebfe7f3d86f3947e68287fa1602bc40d07 (patch) | |
tree | 97a302b472e6fa20ea03d05a1d95e84098332ded /sys/dev/sound/pcm/buffer.h | |
parent | e3e18f6aa5dc73cb52799f498201226b56f2f131 (diff) | |
download | FreeBSD-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.h | 2 |
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); |