Subject: CVS commit: [netbsd-3] src/sys/dev/pci
To: None <source-changes@NetBSD.org>
From: Matthias Scheler <tron@netbsd.org>
List: source-changes
Date: 07/30/2006 17:03:02
Module Name:	src
Committed By:	tron
Date:		Sun Jul 30 17:03:02 UTC 2006

Modified Files:
	src/sys/dev/pci [netbsd-3]: azalia.c azalia.h azalia_codec.c

Log Message:
Pull up following revision(s) (requested by kent in ticket #kent):
	sys/dev/pci/azalia.h: revision 1.7
	sys/dev/pci/azalia_codec.c: revision 1.9
	sys/dev/pci/azalia.c: revision 1.21
* move mixer functions from azalia.c to azalia_codec.c, and
rename them like azalia_mixer_foo() to generic_mixer_foo()
* enable codec-specific code to hook any mixer operations such
as creating mixer items, or special handling for a specific
item.
* provide a custom mixer table specific to ALC260
* provide a custom mixer table specific to Fujitsu LOOX


To generate a diff of this commit:
cvs rdiff -r1.7.2.19 -r1.7.2.20 src/sys/dev/pci/azalia.c
cvs rdiff -r1.4.2.5 -r1.4.2.6 src/sys/dev/pci/azalia.h
cvs rdiff -r1.4.2.7 -r1.4.2.8 src/sys/dev/pci/azalia_codec.c

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