Subject: CVS commit: src/sys/dev
To: None <source-changes@NetBSD.org>
From: TAMURA Kent <kent@netbsd.org>
List: source-changes
Date: 11/13/2004 08:08:22
Module Name:	src
Committed By:	kent
Date:		Sat Nov 13 08:08:22 UTC 2004

Modified Files:
	src/sys/dev: auconv.c auconv.h

Log Message:
add the following four functions:
extern int auconv_set_converter(const struct audio_format *, int,
				int, struct audio_params *, int);
extern int auconv_create_encodings(const struct audio_format *, int,
				   struct audio_encoding_set **);
extern int auconv_delete_encodings(struct audio_encoding_set *);
extern int auconv_query_encoding(const struct audio_encoding_set *,
				 audio_encoding_t *);

These are helper functions for implementing audio_hw_if::set_params() and
audio_hw_if::query_encodings().


To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 src/sys/dev/auconv.c
cvs rdiff -r1.9 -r1.10 src/sys/dev/auconv.h

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