Deleted Added
full compact
28c28
< * $FreeBSD: head/sys/dev/sound/pci/neomagic.c 55700 2000-01-10 01:59:12Z cg $
---
> * $FreeBSD: head/sys/dev/sound/pci/neomagic.c 55713 2000-01-10 06:19:20Z cg $
431c431
< int status, x;
---
> int status, x, active;
432a433
> active = (sc->pch.channel->buffer.dl || sc->rch.channel->buffer.dl);
434c435
< if (status == 0) {
---
> if (status == 0 && active) {
509c510
< }
---
> } else return -1;