Subject: CVS commit: src/sys/dev/pci
To: None <source-changes@NetBSD.org>
From: TAMURA Kent <kent@netbsd.org>
List: source-changes
Date: 06/07/2006 15:23:59
Module Name:	src
Committed By:	kent
Date:		Wed Jun  7 15:23:59 UTC 2006

Modified Files:
	src/sys/dev/pci: azalia.c azalia.h azalia_codec.c

Log Message:
* 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.20 -r1.21 src/sys/dev/pci/azalia.c
cvs rdiff -r1.6 -r1.7 src/sys/dev/pci/azalia.h
cvs rdiff -r1.8 -r1.9 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.