Source-Changes-HG archive

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

[src/netbsd-1-4]: src/sys/dev/isa pullup 1.44->1.45 (nathanw)



details:   https://anonhg.NetBSD.org/src/rev/a2ac7005af29
branches:  netbsd-1-4
changeset: 468877:a2ac7005af29
user:      perry <perry%NetBSD.org@localhost>
date:      Tue Jun 22 14:20:24 1999 +0000

description:
pullup 1.44->1.45 (nathanw)

diffstat:

 sys/dev/isa/ess.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 696a25b4fd19 -r a2ac7005af29 sys/dev/isa/ess.c
--- a/sys/dev/isa/ess.c Tue Jun 22 14:18:41 1999 +0000
+++ b/sys/dev/isa/ess.c Tue Jun 22 14:20:24 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ess.c,v 1.44 1999/03/19 12:40:21 mycroft Exp $ */
+/*     $NetBSD: ess.c,v 1.44.2.1 1999/06/22 14:20:24 perry Exp $       */
 
 /*
  * Copyright 1997
@@ -2021,7 +2021,7 @@
 
        case ESS_RECORD_MONITOR:
                dip->prev = dip->next = AUDIO_MIXER_LAST;
-               strcpy(dip->label.name, AudioNmonitor);
+               strcpy(dip->label.name, AudioNmute);
                dip->type = AUDIO_MIXER_ENUM;
                dip->mixer_class = ESS_MONITOR_CLASS;
                dip->un.e.num_mem = 2;



Home | Main Index | Thread Index | Old Index