Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-5]: src/sys/dev/ic Pull up revision 1.8 (requested by itohy):
details: https://anonhg.NetBSD.org/src/rev/49a4358d691e
branches: netbsd-1-5
changeset: 493002:49a4358d691e
user: he <he%NetBSD.org@localhost>
date: Wed Mar 27 10:14:00 2002 +0000
description:
Pull up revision 1.8 (requested by itohy):
Several changes to wss-compatible audio devices:
o Fix ADPCM playback/recording
o Add explicit support for OPL3-SA2 (YMF711), fixes PR#14819
o Add AD1845 support
o other minor bugfixes and cleanups
diffstat:
sys/dev/ic/ad1848var.h | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 3f50c16d7a71 -r 49a4358d691e sys/dev/ic/ad1848var.h
--- a/sys/dev/ic/ad1848var.h Wed Mar 27 10:13:33 2002 +0000
+++ b/sys/dev/ic/ad1848var.h Wed Mar 27 10:14:00 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ad1848var.h,v 1.6.12.1 2000/06/30 16:27:46 simonb Exp $ */
+/* $NetBSD: ad1848var.h,v 1.6.12.2 2002/03/27 10:14:00 he Exp $ */
/*-
* Copyright (c) 1999 The NetBSD Foundation, Inc.
@@ -101,6 +101,7 @@
char *chip_name;
int mode;
+ int is_ad1845;
u_int precision; /* 8/16 bits */
int channels;
Home |
Main Index |
Thread Index |
Old Index