Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 73909
b: refs/heads/master
c: 56c36ca
h: refs/heads/master
i:
  73907: 1c9e5e3
v: v3
  • Loading branch information
Clemens Ladisch authored and Jaroslav Kysela committed Nov 19, 2007
1 parent 3272b07 commit 626327d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d29240ce57d96db7300360d1e6f18357810a5c2b
refs/heads/master: 56c36ca3b2df3ad8f2a3b7d3fba3670695163aaa
5 changes: 2 additions & 3 deletions trunk/sound/pci/cmipci.c
Original file line number Diff line number Diff line change
Expand Up @@ -246,10 +246,9 @@ MODULE_PARM_DESC(joystick_port, "Joystick port address.");
#define CM_MMODE_MASK 0x00000E00 /* model DAA interface mode */
#define CM_SPDIF_SELECT2 0x00000100 /* for model > 039 ? */
#define CM_ENCENTER 0x00000080
#define CM_FLINKON 0x00000080 /* force modem link detection on, model 037 */
#define CM_FLINKON 0x00000040 /* force modem link detection on, model 037 */
#define CM_MUTECH1 0x00000040 /* mute PCI ch1 to DAC */
#define CM_FLINKOFF 0x00000040 /* force modem link detection off, model 037 */
#define CM_UNKNOWN_18_5 0x00000020 /* ? */
#define CM_FLINKOFF 0x00000020 /* force modem link detection off, model 037 */
#define CM_MIDSMP 0x00000010 /* 1/2 interpolation at front end DAC */
#define CM_UPDDMA_MASK 0x0000000C /* TDMA position update notification */
#define CM_UPDDMA_2048 0x00000000
Expand Down

0 comments on commit 626327d

Please sign in to comment.