Subject: CVS commit: [kent-audio1] src/sys/dev
To: None <source-changes@NetBSD.org>
From: TAMURA Kent <kent@netbsd.org>
List: source-changes
Date: 01/01/2005 17:35:27
Module Name: src
Committed By: kent
Date: Sat Jan 1 17:35:27 UTC 2005
Modified Files:
src/sys/dev [kent-audio1]: auconv.c audio.c audio_if.h audiovar.h
Log Message:
* unconstfy some parameters of trigger_output() and start_output() because
const pointers are harmful to unifying playing routine and recording
routine in a hardware driver.
* strem_filter_list_t::filters[0] represents the most hardware-side filter
even for playing filter pipeline to access hardware encoding by
filters[0].param.
To generate a diff of this commit:
cvs rdiff -r1.11.2.5 -r1.11.2.6 src/sys/dev/auconv.c
cvs rdiff -r1.184.2.21 -r1.184.2.22 src/sys/dev/audio.c
cvs rdiff -r1.54.2.9 -r1.54.2.10 src/sys/dev/audio_if.h
cvs rdiff -r1.31.2.9 -r1.31.2.10 src/sys/dev/audiovar.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.