diff options
Diffstat (limited to 'sys/dev')
| -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 77d3e66e93f44..8d71d7ebfb426 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 |
