From 79cb7f333378691472158805b2e62315adcd3266 Mon Sep 17 00:00:00 2001 From: Alexandre Ratchov Date: Fri, 7 May 2010 07:07:52 +0000 Subject: don't prime audio buffers if the device is only started to serve as clock source for MIDI clients. --- usr.bin/aucat/midi.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.bin') diff --git a/usr.bin/aucat/midi.c b/usr.bin/aucat/midi.c index 33263118ec5..beaae02b15c 100644 --- a/usr.bin/aucat/midi.c +++ b/usr.bin/aucat/midi.c @@ -1,4 +1,4 @@ -/* $OpenBSD: midi.c,v 1.22 2010/05/06 06:18:37 ratchov Exp $ */ +/* $OpenBSD: midi.c,v 1.23 2010/05/07 07:07:51 ratchov Exp $ */ /* * Copyright (c) 2008 Alexandre Ratchov * @@ -697,7 +697,7 @@ ctl_trystart(struct aproc *p, int caller) dbg_puts(" mtc fps\n"); } #endif - dev_wakeup(1); + dev_wakeup(0); ctl_full(p); return 1; } -- cgit v1.2.3