Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/audio audio: remove comment that is no longer valid



details:   https://anonhg.NetBSD.org/src/rev/9a88c09e9891
branches:  trunk
changeset: 933525:9a88c09e9891
user:      nia <nia%NetBSD.org@localhost>
date:      Tue May 26 11:43:00 2020 +0000

description:
audio: remove comment that is no longer valid

diffstat:

 sys/dev/audio/audio.c |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r d2c655b75995 -r 9a88c09e9891 sys/dev/audio/audio.c
--- a/sys/dev/audio/audio.c     Tue May 26 10:37:24 2020 +0000
+++ b/sys/dev/audio/audio.c     Tue May 26 11:43:00 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: audio.c,v 1.72 2020/05/26 10:12:12 nia Exp $   */
+/*     $NetBSD: audio.c,v 1.73 2020/05/26 11:43:00 nia Exp $   */
 
 /*-
  * Copyright (c) 2008 The NetBSD Foundation, Inc.
@@ -138,7 +138,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: audio.c,v 1.72 2020/05/26 10:12:12 nia Exp $");
+__KERNEL_RCSID(0, "$NetBSD: audio.c,v 1.73 2020/05/26 11:43:00 nia Exp $");
 
 #ifdef _KERNEL_OPT
 #include "audio.h"
@@ -7756,7 +7756,6 @@
                return error;
        audio_mixer_capture(sc);
 
-       /* Halts mixers but don't clear busy flag for resume */
        if (sc->sc_pbusy) {
                audio_pmixer_halt(sc);
        }



Home | Main Index | Thread Index | Old Index