mirror of
https://github.com/adulau/aha.git
synced 2024-12-28 19:56:18 +00:00
[ALSA] cmipci: fix FLINKON/OFF bits
Fix the definitions of the CM_FLINKON/CM_FLINKOFF register bits that were garbled in the last 'update register definitions' patch. Signed-off-by: Clemens Ladisch <clemens@ladisch.de> Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
d29240ce57
commit
56c36ca3b2
1 changed files with 2 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue