Update of /cvsroot/alsa/alsa-kernel/pci
In directory usw-pr-cvs1:/tmp/cvs-serv15520

Modified Files:
        cmipci.c 
Log Message:
added "Mic As Center/LFE" switch for model 039 or later.



Index: cmipci.c
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/pci/cmipci.c,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- cmipci.c    15 Aug 2002 12:13:07 -0000      1.32
+++ cmipci.c    12 Sep 2002 08:56:58 -0000      1.33
@@ -257,6 +257,7 @@
 #define CM_REG_MISC            0x27
 #define CM_XGPO1               0x20
 // #define CM_XGPBIO           0x04
+#define CM_MIC_CENTER_LFE      0x04    /* mic as center/lfe out? (model 039 or 
+later?) */
 #define CM_SPDIF_INVERSE       0x04    /* spdif input phase inverse (model 037) */
 #define CM_SPDVALID            0x02    /* spdif input valid check */
 #define CM_DMAUTO              0x01
@@ -2257,6 +2258,7 @@
        DEFINE_MIXER_SWITCH("Line-In As Bass", line_bass),
        DEFINE_MIXER_SWITCH("IEC958 In Select", spdif_in_sel2),
        DEFINE_MIXER_SWITCH("IEC958 In Phase Inverse", spdi_phase2),
+       DEFINE_MIXER_SWITCH("Mic As Center/LFE", spdi_phase), /* same bit as 
+spdi_phase */
 };
 
 /* card control switches */



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog

Reply via email to