Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev Add an `aux' audio device sub-type, to be used to at...



details:   https://anonhg.NetBSD.org/src/rev/78dafbd11934
branches:  trunk
changeset: 526086:78dafbd11934
user:      kleink <kleink%NetBSD.org@localhost>
date:      Thu Apr 25 00:50:39 2002 +0000

description:
Add an `aux' audio device sub-type, to be used to attach parent
device-specific children to an audio device; per discussion with
Lennart Augustsson.

diffstat:

 sys/dev/audio_if.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r f7fa2a42a510 -r 78dafbd11934 sys/dev/audio_if.h
--- a/sys/dev/audio_if.h        Wed Apr 24 23:54:24 2002 +0000
+++ b/sys/dev/audio_if.h        Thu Apr 25 00:50:39 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: audio_if.h,v 1.43 2002/03/17 11:36:37 kent Exp $       */
+/*     $NetBSD: audio_if.h,v 1.44 2002/04/25 00:50:39 kleink Exp $     */
 
 /*
  * Copyright (c) 1994 Havard Eidnes.
@@ -147,6 +147,7 @@
 #define        AUDIODEV_TYPE_MIDI      1
 #define AUDIODEV_TYPE_OPL      2
 #define AUDIODEV_TYPE_MPU      3
+#define AUDIODEV_TYPE_AUX      4
 
 /* Attach the MI driver(s) to the MD driver. */
 struct device *audio_attach_mi(struct audio_hw_if *, void *, struct device *);



Home | Main Index | Thread Index | Old Index