diff options
Diffstat (limited to 'sys/dev/audio.c')
-rw-r--r-- | sys/dev/audio.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/audio.c b/sys/dev/audio.c index 66a825312e3..9698dc547cf 100644 --- a/sys/dev/audio.c +++ b/sys/dev/audio.c @@ -1,4 +1,4 @@ -/* $OpenBSD: audio.c,v 1.113 2011/07/02 22:20:07 nicm Exp $ */ +/* $OpenBSD: audio.c,v 1.114 2011/07/03 15:47:16 matthew Exp $ */ /* $NetBSD: audio.c,v 1.119 1999/11/09 16:50:47 augustss Exp $ */ /* @@ -372,8 +372,6 @@ audioactivate(struct device *self, int act) struct audio_softc *sc = (struct audio_softc *)self; switch (act) { - case DVACT_ACTIVATE: - break; case DVACT_QUIESCE: audio_quiesce(sc); break; |