From 20ec08b84e68e6c6bfa59bf789bd1ca7d992a087 Mon Sep 17 00:00:00 2001 From: mycroft Date: Mon, 10 Aug 1998 01:17:33 +0000 Subject: [PATCH] Oops. --- sys/dev/audio.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/dev/audio.c b/sys/dev/audio.c index 385b6ddcb637..8b9c0c6a979e 100644 --- a/sys/dev/audio.c +++ b/sys/dev/audio.c @@ -1,4 +1,4 @@ -/* $NetBSD: audio.c,v 1.97 1998/08/10 01:13:20 mycroft Exp $ */ +/* $NetBSD: audio.c,v 1.98 1998/08/10 01:17:33 mycroft Exp $ */ /* * Copyright (c) 1991-1993 Regents of the University of California. @@ -2306,7 +2306,7 @@ audiosetinfo(sc, ai) { struct audio_prinfo *r = &ai->record, *p = &ai->play; int cleared; - int s, setmode, modechange; + int s, setmode, modechange = 0; int error; struct audio_hw_if *hw = sc->hw_if; struct audio_params pp, rp;