Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Nathan J Williams <nathanw@netbsd.org>
List: source-changes
Date: 05/29/1999 17:21:08
Module Name:	syssrc
Committed By:	nathanw
Date:		Sun May 30 00:21:08 UTC 1999

Modified Files:
	syssrc/sys/dev: audio.c

Log Message:
Fix two small bugs:
(1) Fix sense of a strcmp() test so that the monitor subdevice of the
    mixer is properly identified.
(2) Use hw_if->set_port() instead of hw_if->get_port() when changinh
    the monitor level in audiosetinfo().

Fixes PR kern/7661.


To generate a diff of this commit:
cvs rdiff -r1.113 -r1.114 syssrc/sys/dev/audio.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.