projects
/
dragonfly.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
6ef5977
)
pcm - Remove unused variable
author
Samuel J. Greear <sjg@thesjg.com>
Mon, 19 Jul 2010 21:49:28 +0000 (21:49 +0000)
committer
Samuel J. Greear <sjg@thesjg.com>
Mon, 19 Jul 2010 21:49:28 +0000 (21:49 +0000)
sys/dev/sound/pcm/channel.c
patch
|
blob
|
blame
|
history
diff --git
a/sys/dev/sound/pcm/channel.c
b/sys/dev/sound/pcm/channel.c
index
a0c5370
..
81d1758
100644
(file)
--- a/
sys/dev/sound/pcm/channel.c
+++ b/
sys/dev/sound/pcm/channel.c
@@
-648,7
+648,6
@@
chn_sync(struct pcm_channel *c, int threshold)
int
chn_poll(struct pcm_channel *c, int ev, struct thread *td)
{
- struct snd_dbuf *bs = c->bufsoft;
int ret;
CHN_LOCKASSERT(c);