Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Lennart Augustsson <augustss@netbsd.org>
List: source-changes
Date: 12/29/2000 12:00:09
Module Name: syssrc
Committed By: augustss
Date: Fri Dec 29 10:00:09 UTC 2000
Modified Files:
syssrc/sys/dev: audio.c
syssrc/sys/sys: audioio.h
Log Message:
Add a field in mixer_devinfo_t that indicates the minimum delta to
change mixer value. A value of 0 indicates that the driver doesn't
supply a delta.
The change is backwards compatible.
To generate a diff of this commit:
cvs rdiff -r1.132 -r1.133 syssrc/sys/dev/audio.c
cvs rdiff -r1.24 -r1.25 syssrc/sys/sys/audioio.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.