summaryrefslogtreecommitdiff
path: root/sys/dev/pci/azalia.h
diff options
context:
space:
mode:
authorJacob Meuser <jakemsr@cvs.openbsd.org>2009-01-02 22:32:26 +0000
committerJacob Meuser <jakemsr@cvs.openbsd.org>2009-01-02 22:32:26 +0000
commitb845c006faaee044b45b2935b605066c47c01c64 (patch)
treefecf02c62e6d0173fd53378bf6df6772d313eed4 /sys/dev/pci/azalia.h
parent17954f4a461105ea0d92e1e96c1157de4308afe4 (diff)
- get rid of the function that was mostly just a wrapper for the old
function for creating "master" volume control. - apply gpio quirks separately from and prior to configuring the mixer. gpio manipulation can cause noise on output channels. configuring gpio before amps are unmuted in the mixer configuration is a good thing. from Alexey Suslikov, thanks
Diffstat (limited to 'sys/dev/pci/azalia.h')
-rw-r--r--sys/dev/pci/azalia.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/azalia.h b/sys/dev/pci/azalia.h
index 4b816774fa8..bc4036f2498 100644
--- a/sys/dev/pci/azalia.h
+++ b/sys/dev/pci/azalia.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: azalia.h,v 1.35 2009/01/02 20:37:57 jakemsr Exp $ */
+/* $OpenBSD: azalia.h,v 1.36 2009/01/02 22:32:25 jakemsr Exp $ */
/* $NetBSD: azalia.h,v 1.6 2006/01/16 14:15:26 kent Exp $ */
/*-
@@ -662,7 +662,7 @@ typedef struct codec_t {
u_int rate;
} codec_t;
-
int azalia_codec_init_vtbl(codec_t *);
int azalia_codec_construct_format(codec_t *, int, int);
int azalia_widget_enabled(const codec_t *, nid_t);
+int azalia_codec_gpio_quirks(codec_t *);