diff options
author | Jacob Meuser <jakemsr@cvs.openbsd.org> | 2009-01-02 20:18:19 +0000 |
---|---|---|
committer | Jacob Meuser <jakemsr@cvs.openbsd.org> | 2009-01-02 20:18:19 +0000 |
commit | 607b1a43f92b24d786599566c0c181424ac3a517 (patch) | |
tree | f03eaf86261adc8ea5453bc5967bdce574afb1cb /sys/dev/pci/azalia.h | |
parent | 54c1a267ee03f17fbdc0378c6d405ec22b5084e1 (diff) |
this is what I really wanted with r1.100 of azalia.c - fixed mics
are not really useful as output devices and fixed speakers are not
really useful as input devices
Diffstat (limited to 'sys/dev/pci/azalia.h')
-rw-r--r-- | sys/dev/pci/azalia.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/dev/pci/azalia.h b/sys/dev/pci/azalia.h index 18d29c28595..f61c2ea0499 100644 --- a/sys/dev/pci/azalia.h +++ b/sys/dev/pci/azalia.h @@ -1,4 +1,4 @@ -/* $OpenBSD: azalia.h,v 1.33 2009/01/02 00:39:25 jakemsr Exp $ */ +/* $OpenBSD: azalia.h,v 1.34 2009/01/02 20:18:18 jakemsr Exp $ */ /* $NetBSD: azalia.h,v 1.6 2006/01/16 14:15:26 kent Exp $ */ /*- @@ -644,10 +644,11 @@ typedef struct codec_t { int nencs; int headphones; - int speaker; int hp_dac; + int speaker; int spkr_dac; int spkr_muters; + int mic; volgroup_t playvols; volgroup_t recvols; |