diff options
| author | Cameron Grant <cg@FreeBSD.org> | 2000-09-02 18:55:01 +0000 |
|---|---|---|
| committer | Cameron Grant <cg@FreeBSD.org> | 2000-09-02 18:55:01 +0000 |
| commit | f3dcf66158f676bb2cac90e97fbf004a59ff8383 (patch) | |
| tree | 781b8c20af837a0811690d0fdff68399525c9a57 | |
| parent | 09ab664412f9cc4cf146742001de80149118b0c7 (diff) | |
Notes
| -rw-r--r-- | sys/dev/sound/pcm/mixer.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/sound/pcm/mixer.c b/sys/dev/sound/pcm/mixer.c index 77d3e66e93f4..8d71d7ebfb42 100644 --- a/sys/dev/sound/pcm/mixer.c +++ b/sys/dev/sound/pcm/mixer.c @@ -174,6 +174,7 @@ mixer_busy(snddev_info *d, int busy) { if (d == NULL) return -1; d->mixer.busy = busy; + return 0; } int |
