Source-Changes-HG archive

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

[src/trunk]: src/sys/dev Fix typo. sc_mrr -> sc_mpr for play buffer.



details:   https://anonhg.NetBSD.org/src/rev/e8f9f0e7e1ba
branches:  trunk
changeset: 826152:e8f9f0e7e1ba
user:      isaki <isaki%NetBSD.org@localhost>
date:      Thu Aug 17 04:33:22 2017 +0000

description:
Fix typo. sc_mrr -> sc_mpr for play buffer.

diffstat:

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

diffs (27 lines):

diff -r 4f79eaf3de90 -r e8f9f0e7e1ba sys/dev/audio.c
--- a/sys/dev/audio.c   Thu Aug 17 02:17:00 2017 +0000
+++ b/sys/dev/audio.c   Thu Aug 17 04:33:22 2017 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: audio.c,v 1.399 2017/08/15 08:30:21 isaki Exp $        */
+/*     $NetBSD: audio.c,v 1.400 2017/08/17 04:33:22 isaki Exp $        */
 
 /*-
  * Copyright (c) 2016 Nathanial Sloss <nathanialsloss%yahoo.com.au@localhost>
@@ -148,7 +148,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: audio.c,v 1.399 2017/08/15 08:30:21 isaki Exp $");
+__KERNEL_RCSID(0, "$NetBSD: audio.c,v 1.400 2017/08/17 04:33:22 isaki Exp $");
 
 #ifdef _KERNEL_OPT
 #include "audio.h"
@@ -2020,7 +2020,7 @@
 
        if (vc == NULL) {
                vc = sc->sc_hwvc;
-               sc->sc_pr.blksize = vc->sc_mrr.blksize;
+               sc->sc_pr.blksize = vc->sc_mpr.blksize;
                sc->sc_rr.blksize = vc->sc_mrr.blksize;
        }
 



Home | Main Index | Thread Index | Old Index