diff options
author | scottl <scottl@FreeBSD.org> | 2002-01-25 04:14:12 +0000 |
---|---|---|
committer | scottl <scottl@FreeBSD.org> | 2002-01-25 04:14:12 +0000 |
commit | 96d2f68a834c0946ed292f01a7ec3d9f03645db6 (patch) | |
tree | a881d355b3905e4df6b8949491498ef830cebdff /sys/dev/sound/pcm/buffer.c | |
parent | ba4ccad7af410a746ed01fec7f04aea5b1eb10ac (diff) | |
download | FreeBSD-src-96d2f68a834c0946ed292f01a7ec3d9f03645db6.zip FreeBSD-src-96d2f68a834c0946ed292f01a7ec3d9f03645db6.tar.gz |
Fix code that had rotted behind debugging macros.
Approved by: cg (in principle)
MFC after: 2 weeks
Diffstat (limited to 'sys/dev/sound/pcm/buffer.c')
-rw-r--r-- | sys/dev/sound/pcm/buffer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/sound/pcm/buffer.c b/sys/dev/sound/pcm/buffer.c index 8e00e62..1081fdf 100644 --- a/sys/dev/sound/pcm/buffer.c +++ b/sys/dev/sound/pcm/buffer.c @@ -619,7 +619,7 @@ sndbuf_isadma(struct snd_dbuf *b, int go) DEB(printf("buf 0x%p ISA DMA %s, channel %d\n", b, (go == PCMTRIG_START)? "started" : "stopped", - b->chan)); + b->isadmachan)); } int |