Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/pci An audio driver for High Definition Audio.
details: https://anonhg.NetBSD.org/src/rev/cee4450b9214
branches: trunk
changeset: 582136:cee4450b9214
user: kent <kent%NetBSD.org@localhost>
date: Sat Jun 18 10:43:47 2005 +0000
description:
An audio driver for High Definition Audio.
The driver is highly experimental at this moment:
- limieted support for playback
- support for no mixer controls
- support for no recording
diffstat:
sys/dev/pci/files.pci | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diffs (21 lines):
diff -r e50d142641dc -r cee4450b9214 sys/dev/pci/files.pci
--- a/sys/dev/pci/files.pci Sat Jun 18 10:43:46 2005 +0000
+++ b/sys/dev/pci/files.pci Sat Jun 18 10:43:47 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: files.pci,v 1.232 2005/02/27 00:27:32 perry Exp $
+# $NetBSD: files.pci,v 1.233 2005/06/18 10:43:47 kent Exp $
#
# Config file and device description for machine-independent PCI code.
# Included by ports that need it. Requires that the SCSI files be
@@ -437,6 +437,11 @@
attach auixp at pci
file dev/pci/auixp.c auixp
+# High Definition Audio
+device azalia: audiobus, auconv, mulaw, ac97, aurateconv
+attach azalia at pci
+file dev/pci/azalia.c azalia
+
# NeoMagic 256 AC'97 Audio
device neo: audiobus, auconv, mulaw, ac97
attach neo at pci
Home |
Main Index |
Thread Index |
Old Index