summaryrefslogtreecommitdiff
path: root/sys/arch/macppc/dev/daca.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/macppc/dev/daca.c')
-rw-r--r--sys/arch/macppc/dev/daca.c11
1 files changed, 8 insertions, 3 deletions
diff --git a/sys/arch/macppc/dev/daca.c b/sys/arch/macppc/dev/daca.c
index 0d7afbc4d38..834e7478e02 100644
--- a/sys/arch/macppc/dev/daca.c
+++ b/sys/arch/macppc/dev/daca.c
@@ -1,5 +1,5 @@
-/* $OpenBSD: daca.c,v 1.2 2005/11/05 04:26:22 brad Exp $ */
-/* $Id: daca.c,v 1.2 2005/11/05 04:26:22 brad Exp $ */
+/* $OpenBSD: daca.c,v 1.3 2005/11/20 19:54:05 brad Exp $ */
+/* $Id: daca.c,v 1.3 2005/11/20 19:54:05 brad Exp $ */
/*-
* Copyright (c) 2002,2003 Tsubai Masanari. All rights reserved.
@@ -27,6 +27,11 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
+/*
+ * Datasheet is available from
+ * http://www.indata.si/grega/pdfs/dac3550a.pdf
+ */
+
#include <sys/param.h>
#include <sys/audioio.h>
#include <sys/device.h>
@@ -103,7 +108,7 @@ struct audio_device daca_device = {
"daca"
};
-/* DAC3550 registers */
+/* DAC3550A registers */
#define DEQ_SR 0x01 /* Sample rate control (8) */
#define DEQ_AVOL 0x02 /* Analog volume (16) */
#define DEQ_GCFG 0x03 /* Global configuration (8) */