Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev Fix indent in comments.
details: https://anonhg.NetBSD.org/src/rev/bde57d746b88
branches: trunk
changeset: 350650:bde57d746b88
user: isaki <isaki%NetBSD.org@localhost>
date: Sun Jan 15 07:46:57 2017 +0000
description:
Fix indent in comments.
diffstat:
sys/dev/audiovar.h | 21 +++++++++++----------
1 files changed, 11 insertions(+), 10 deletions(-)
diffs (58 lines):
diff -r 951edd38ed25 -r bde57d746b88 sys/dev/audiovar.h
--- a/sys/dev/audiovar.h Sun Jan 15 04:45:39 2017 +0000
+++ b/sys/dev/audiovar.h Sun Jan 15 07:46:57 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: audiovar.h,v 1.48 2016/12/28 02:44:59 nat Exp $ */
+/* $NetBSD: audiovar.h,v 1.49 2017/01/15 07:46:57 isaki Exp $ */
/*-
* Copyright (c) 2002 The NetBSD Foundation, Inc.
@@ -202,7 +202,7 @@
/**
* userland
- * | write(2) & uiomove(9)
+ * | write(2) & uiomove(9)
* sc_pstreams[0] <sc_pparams> == sc_pustream;
* | sc_pfilters[0]
* sc_pstreams[1] <list_t::filters[n-1].param>
@@ -216,9 +216,9 @@
* sc_pr
* |
* vchan[0]->sc_pustream
- * |
+ * |
* vchan[0]->sc_mpr
- * |
+ * |
* hardware
*/
@@ -226,20 +226,21 @@
/**
* hardware
- * |
+ * |
* oc->sc_mrr oc = sc->sc_vchan[0]
- * : Transform though filters same process as each vc to IF
+ * : Transform though filters same process as each
+ * : vc to IF
* oc->sc_rustream Audio now in intermediate format (IF)
- * | mix_read();
+ * | mix_read();
* sc_rr
- * | audio_upmix vc = sc->sc_vchan[n]
+ * | audio_upmix vc = sc->sc_vchan[n]
* vc->sc_mrr <list_t::filters[0].param>
- * | vc->sc_rfilters[0]
+ * | vc->sc_rfilters[0]
* vc->sc_rstreams[0] <list_t::filters[1].param>
* | vc->sc_rfilters[1]
* vc->sc_rstreams[1] <list_t::filters[2].param>
* :
- * | vc->sc_rfilters[n-1]
+ * | vc->sc_rfilters[n-1]
* vc->sc_rstreams[n-1] <vc->sc_rparams> == vc->sc_rustream
* | uiomove(9) & read(2)
* userland
Home |
Main Index |
Thread Index |
Old Index