Diff markup
1 #ifndef __SOUND_EMU10K1_H 1 #ifndef __SOUND_EMU10K1_H
2 #define __SOUND_EMU10K1_H 2 #define __SOUND_EMU10K1_H
3 3
>> 4 #include <linux/types.h>
>> 5
4 /* 6 /*
5 * Copyright (c) by Jaroslav Kysela <perex@pe 7 * Copyright (c) by Jaroslav Kysela <perex@perex.cz>,
6 * Creative Labs, Inc. 8 * Creative Labs, Inc.
7 * Definitions for EMU10K1 (SB Live!) chips 9 * Definitions for EMU10K1 (SB Live!) chips
8 * 10 *
9 * 11 *
10 * This program is free software; you can re 12 * This program is free software; you can redistribute it and/or modify
11 * it under the terms of the GNU General Pub 13 * it under the terms of the GNU General Public License as published by
12 * the Free Software Foundation; either vers 14 * the Free Software Foundation; either version 2 of the License, or
13 * (at your option) any later version. 15 * (at your option) any later version.
14 * 16 *
15 * This program is distributed in the hope t 17 * This program is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even th 18 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICUL 19 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18 * GNU General Public License for more detai 20 * GNU General Public License for more details.
19 * 21 *
20 * You should have received a copy of the GN 22 * You should have received a copy of the GNU General Public License
21 * along with this program; if not, write to 23 * along with this program; if not, write to the Free Software
22 * Foundation, Inc., 59 Temple Place, Suite 24 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
23 * 25 *
24 */ 26 */
25 27
26 #ifdef __KERNEL__ 28 #ifdef __KERNEL__
27 29
28 #include <sound/pcm.h> 30 #include <sound/pcm.h>
29 #include <sound/rawmidi.h> 31 #include <sound/rawmidi.h>
30 #include <sound/hwdep.h> 32 #include <sound/hwdep.h>
31 #include <sound/ac97_codec.h> 33 #include <sound/ac97_codec.h>
32 #include <sound/util_mem.h> 34 #include <sound/util_mem.h>
33 #include <sound/pcm-indirect.h> 35 #include <sound/pcm-indirect.h>
34 #include <sound/timer.h> 36 #include <sound/timer.h>
35 #include <linux/interrupt.h> 37 #include <linux/interrupt.h>
36 #include <linux/mutex.h> 38 #include <linux/mutex.h>
>> 39
37 #include <asm/io.h> 40 #include <asm/io.h>
38 41
39 /* ------------------- DEFINES --------------- 42 /* ------------------- DEFINES -------------------- */
40 43
41 #define EMUPAGESIZE 4096 44 #define EMUPAGESIZE 4096
42 #define MAXREQVOICES 8 45 #define MAXREQVOICES 8
43 #define MAXPAGES 8192 46 #define MAXPAGES 8192
44 #define RESERVED 0 47 #define RESERVED 0
45 #define NUM_MIDI 16 48 #define NUM_MIDI 16
46 #define NUM_G 64 /* use 49 #define NUM_G 64 /* use all channels */
47 #define NUM_FXSENDS 4 50 #define NUM_FXSENDS 4
48 #define NUM_EFX_PLAYBACK 16 51 #define NUM_EFX_PLAYBACK 16
49 52
50 /* FIXME? - according to the OSS driver the EM 53 /* FIXME? - according to the OSS driver the EMU10K1 needs a 29 bit DMA mask */
51 #define EMU10K1_DMA_MASK 0x7fffffffUL 54 #define EMU10K1_DMA_MASK 0x7fffffffUL /* 31bit */
52 #define AUDIGY_DMA_MASK 0x7fffffffUL 55 #define AUDIGY_DMA_MASK 0x7fffffffUL /* 31bit FIXME - 32 should work? */
53 56 /* See ALSA bug #1276 - rlrevell */
54 57
55 #define TMEMSIZE 256*1024 58 #define TMEMSIZE 256*1024
56 #define TMEMSIZEREG 4 59 #define TMEMSIZEREG 4
57 60
58 #define IP_TO_CP(ip) ((ip == 0) ? 0 : (((0x000 61 #define IP_TO_CP(ip) ((ip == 0) ? 0 : (((0x00001000uL | (ip & 0x00000FFFL)) << (((ip >> 12) & 0x000FL) + 4)) & 0xFFFF0000uL))
59 62
60 // Audigy specify registers are prefixed with 63 // Audigy specify registers are prefixed with 'A_'
61 64
62 /********************************************* 65 /************************************************************************************************/
63 /* PCI function 0 registers, address = <val> + 66 /* PCI function 0 registers, address = <val> + PCIBASE0 */
64 /********************************************* 67 /************************************************************************************************/
65 68
66 #define PTR 0x00 69 #define PTR 0x00 /* Indexed register set pointer register */
67 70 /* NOTE: The CHANNELNUM and ADDRESS words can */
68 71 /* be modified independently of each other. */
69 #define PTR_CHANNELNUM_MASK 0x0000003f 72 #define PTR_CHANNELNUM_MASK 0x0000003f /* For each per-channel register, indicates the */
70 73 /* channel number of the register to be */
71 74 /* accessed. For non per-channel registers the */
72 75 /* value should be set to zero. */
73 #define PTR_ADDRESS_MASK 0x07ff0000 76 #define PTR_ADDRESS_MASK 0x07ff0000 /* Register index */
74 #define A_PTR_ADDRESS_MASK 0x0fff0000 77 #define A_PTR_ADDRESS_MASK 0x0fff0000
75 78
76 #define DATA 0x04 79 #define DATA 0x04 /* Indexed register set data register */
77 80
78 #define IPR 0x08 81 #define IPR 0x08 /* Global interrupt pending register */
79 82 /* Clear pending interrupts by writing a 1 to */
80 83 /* the relevant bits and zero to the other bits */
81 #define IPR_P16V 0x80000000 84 #define IPR_P16V 0x80000000 /* Bit set when the CA0151 P16V chip wishes
82 85 to interrupt */
83 #define IPR_GPIOMSG 0x20000000 86 #define IPR_GPIOMSG 0x20000000 /* GPIO message interrupt (RE'd, still not sure
84 87 which INTE bits enable it) */
85 88
86 /* The next two interrupts are for the midi po 89 /* The next two interrupts are for the midi port on the Audigy Drive (A_MPU1) */
87 #define IPR_A_MIDITRANSBUFEMPTY2 0x10000000 90 #define IPR_A_MIDITRANSBUFEMPTY2 0x10000000 /* MIDI UART transmit buffer empty */
88 #define IPR_A_MIDIRECVBUFEMPTY2 0x08000000 91 #define IPR_A_MIDIRECVBUFEMPTY2 0x08000000 /* MIDI UART receive buffer empty */
89 92
90 #define IPR_SPDIFBUFFULL 0x04000000 93 #define IPR_SPDIFBUFFULL 0x04000000 /* SPDIF capture related, 10k2 only? (RE) */
91 #define IPR_SPDIFBUFHALFFULL 0x02000000 94 #define IPR_SPDIFBUFHALFFULL 0x02000000 /* SPDIF capture related? (RE) */
92 95
93 #define IPR_SAMPLERATETRACKER 0x01000000 96 #define IPR_SAMPLERATETRACKER 0x01000000 /* Sample rate tracker lock status change */
94 #define IPR_FXDSP 0x00800000 97 #define IPR_FXDSP 0x00800000 /* Enable FX DSP interrupts */
95 #define IPR_FORCEINT 0x00400000 98 #define IPR_FORCEINT 0x00400000 /* Force Sound Blaster interrupt */
96 #define IPR_PCIERROR 0x00200000 99 #define IPR_PCIERROR 0x00200000 /* PCI bus error */
97 #define IPR_VOLINCR 0x00100000 100 #define IPR_VOLINCR 0x00100000 /* Volume increment button pressed */
98 #define IPR_VOLDECR 0x00080000 101 #define IPR_VOLDECR 0x00080000 /* Volume decrement button pressed */
99 #define IPR_MUTE 0x00040000 102 #define IPR_MUTE 0x00040000 /* Mute button pressed */
100 #define IPR_MICBUFFULL 0x00020000 103 #define IPR_MICBUFFULL 0x00020000 /* Microphone buffer full */
101 #define IPR_MICBUFHALFFULL 0x00010000 104 #define IPR_MICBUFHALFFULL 0x00010000 /* Microphone buffer half full */
102 #define IPR_ADCBUFFULL 0x00008000 105 #define IPR_ADCBUFFULL 0x00008000 /* ADC buffer full */
103 #define IPR_ADCBUFHALFFULL 0x00004000 106 #define IPR_ADCBUFHALFFULL 0x00004000 /* ADC buffer half full */
104 #define IPR_EFXBUFFULL 0x00002000 107 #define IPR_EFXBUFFULL 0x00002000 /* Effects buffer full */
105 #define IPR_EFXBUFHALFFULL 0x00001000 108 #define IPR_EFXBUFHALFFULL 0x00001000 /* Effects buffer half full */
106 #define IPR_GPSPDIFSTATUSCHANGE 0x00000800 109 #define IPR_GPSPDIFSTATUSCHANGE 0x00000800 /* GPSPDIF channel status change */
107 #define IPR_CDROMSTATUSCHANGE 0x00000400 110 #define IPR_CDROMSTATUSCHANGE 0x00000400 /* CD-ROM channel status change */
108 #define IPR_INTERVALTIMER 0x00000200 111 #define IPR_INTERVALTIMER 0x00000200 /* Interval timer terminal count */
109 #define IPR_MIDITRANSBUFEMPTY 0x00000100 112 #define IPR_MIDITRANSBUFEMPTY 0x00000100 /* MIDI UART transmit buffer empty */
110 #define IPR_MIDIRECVBUFEMPTY 0x00000080 113 #define IPR_MIDIRECVBUFEMPTY 0x00000080 /* MIDI UART receive buffer empty */
111 #define IPR_CHANNELLOOP 0x00000040 114 #define IPR_CHANNELLOOP 0x00000040 /* Channel (half) loop interrupt(s) pending */
112 #define IPR_CHANNELNUMBERMASK 0x0000003f 115 #define IPR_CHANNELNUMBERMASK 0x0000003f /* When IPR_CHANNELLOOP is set, indicates the */
113 116 /* highest set channel in CLIPL, CLIPH, HLIPL, */
114 117 /* or HLIPH. When IP is written with CL set, */
115 118 /* the bit in H/CLIPL or H/CLIPH corresponding */
116 119 /* to the CIN value written will be cleared. */
117 120
118 #define INTE 0x0c 121 #define INTE 0x0c /* Interrupt enable register */
119 #define INTE_VIRTUALSB_MASK 0xc0000000 122 #define INTE_VIRTUALSB_MASK 0xc0000000 /* Virtual Soundblaster I/O port capture */
120 #define INTE_VIRTUALSB_220 0x00000000 123 #define INTE_VIRTUALSB_220 0x00000000 /* Capture at I/O base address 0x220-0x22f */
121 #define INTE_VIRTUALSB_240 0x40000000 124 #define INTE_VIRTUALSB_240 0x40000000 /* Capture at I/O base address 0x240 */
122 #define INTE_VIRTUALSB_260 0x80000000 125 #define INTE_VIRTUALSB_260 0x80000000 /* Capture at I/O base address 0x260 */
123 #define INTE_VIRTUALSB_280 0xc0000000 126 #define INTE_VIRTUALSB_280 0xc0000000 /* Capture at I/O base address 0x280 */
124 #define INTE_VIRTUALMPU_MASK 0x30000000 127 #define INTE_VIRTUALMPU_MASK 0x30000000 /* Virtual MPU I/O port capture */
125 #define INTE_VIRTUALMPU_300 0x00000000 128 #define INTE_VIRTUALMPU_300 0x00000000 /* Capture at I/O base address 0x300-0x301 */
126 #define INTE_VIRTUALMPU_310 0x10000000 129 #define INTE_VIRTUALMPU_310 0x10000000 /* Capture at I/O base address 0x310 */
127 #define INTE_VIRTUALMPU_320 0x20000000 130 #define INTE_VIRTUALMPU_320 0x20000000 /* Capture at I/O base address 0x320 */
128 #define INTE_VIRTUALMPU_330 0x30000000 131 #define INTE_VIRTUALMPU_330 0x30000000 /* Capture at I/O base address 0x330 */
129 #define INTE_MASTERDMAENABLE 0x08000000 132 #define INTE_MASTERDMAENABLE 0x08000000 /* Master DMA emulation at 0x000-0x00f */
130 #define INTE_SLAVEDMAENABLE 0x04000000 133 #define INTE_SLAVEDMAENABLE 0x04000000 /* Slave DMA emulation at 0x0c0-0x0df */
131 #define INTE_MASTERPICENABLE 0x02000000 134 #define INTE_MASTERPICENABLE 0x02000000 /* Master PIC emulation at 0x020-0x021 */
132 #define INTE_SLAVEPICENABLE 0x01000000 135 #define INTE_SLAVEPICENABLE 0x01000000 /* Slave PIC emulation at 0x0a0-0x0a1 */
133 #define INTE_VSBENABLE 0x00800000 136 #define INTE_VSBENABLE 0x00800000 /* Enable virtual Soundblaster */
134 #define INTE_ADLIBENABLE 0x00400000 137 #define INTE_ADLIBENABLE 0x00400000 /* Enable AdLib emulation at 0x388-0x38b */
135 #define INTE_MPUENABLE 0x00200000 138 #define INTE_MPUENABLE 0x00200000 /* Enable virtual MPU */
136 #define INTE_FORCEINT 0x00100000 139 #define INTE_FORCEINT 0x00100000 /* Continuously assert INTAN */
137 140
138 #define INTE_MRHANDENABLE 0x00080000 141 #define INTE_MRHANDENABLE 0x00080000 /* Enable the "Mr. Hand" logic */
139 142 /* NOTE: There is no reason to use this under */
140 143 /* Linux, and it will cause odd hardware */
141 144 /* behavior and possibly random segfaults and */
142 145 /* lockups if enabled. */
143 146
144 /* The next two interrupts are for the midi po 147 /* The next two interrupts are for the midi port on the Audigy Drive (A_MPU1) */
145 #define INTE_A_MIDITXENABLE2 0x00020000 148 #define INTE_A_MIDITXENABLE2 0x00020000 /* Enable MIDI transmit-buffer-empty interrupts */
146 #define INTE_A_MIDIRXENABLE2 0x00010000 149 #define INTE_A_MIDIRXENABLE2 0x00010000 /* Enable MIDI receive-buffer-empty interrupts */
147 150
148 151
149 #define INTE_SAMPLERATETRACKER 0x00002000 152 #define INTE_SAMPLERATETRACKER 0x00002000 /* Enable sample rate tracker interrupts */
150 153 /* NOTE: This bit must always be enabled */
151 #define INTE_FXDSPENABLE 0x00001000 154 #define INTE_FXDSPENABLE 0x00001000 /* Enable FX DSP interrupts */
152 #define INTE_PCIERRORENABLE 0x00000800 155 #define INTE_PCIERRORENABLE 0x00000800 /* Enable PCI bus error interrupts */
153 #define INTE_VOLINCRENABLE 0x00000400 156 #define INTE_VOLINCRENABLE 0x00000400 /* Enable volume increment button interrupts */
154 #define INTE_VOLDECRENABLE 0x00000200 157 #define INTE_VOLDECRENABLE 0x00000200 /* Enable volume decrement button interrupts */
155 #define INTE_MUTEENABLE 0x00000100 158 #define INTE_MUTEENABLE 0x00000100 /* Enable mute button interrupts */
156 #define INTE_MICBUFENABLE 0x00000080 159 #define INTE_MICBUFENABLE 0x00000080 /* Enable microphone buffer interrupts */
157 #define INTE_ADCBUFENABLE 0x00000040 160 #define INTE_ADCBUFENABLE 0x00000040 /* Enable ADC buffer interrupts */
158 #define INTE_EFXBUFENABLE 0x00000020 161 #define INTE_EFXBUFENABLE 0x00000020 /* Enable Effects buffer interrupts */
159 #define INTE_GPSPDIFENABLE 0x00000010 162 #define INTE_GPSPDIFENABLE 0x00000010 /* Enable GPSPDIF status interrupts */
160 #define INTE_CDSPDIFENABLE 0x00000008 163 #define INTE_CDSPDIFENABLE 0x00000008 /* Enable CDSPDIF status interrupts */
161 #define INTE_INTERVALTIMERENB 0x00000004 164 #define INTE_INTERVALTIMERENB 0x00000004 /* Enable interval timer interrupts */
162 #define INTE_MIDITXENABLE 0x00000002 165 #define INTE_MIDITXENABLE 0x00000002 /* Enable MIDI transmit-buffer-empty interrupts */
163 #define INTE_MIDIRXENABLE 0x00000001 166 #define INTE_MIDIRXENABLE 0x00000001 /* Enable MIDI receive-buffer-empty interrupts */
164 167
165 #define WC 0x10 168 #define WC 0x10 /* Wall Clock register */
166 #define WC_SAMPLECOUNTER_MASK 0x03FFFFC0 169 #define WC_SAMPLECOUNTER_MASK 0x03FFFFC0 /* Sample periods elapsed since reset */
167 #define WC_SAMPLECOUNTER 0x14060010 170 #define WC_SAMPLECOUNTER 0x14060010
168 #define WC_CURRENTCHANNEL 0x0000003F 171 #define WC_CURRENTCHANNEL 0x0000003F /* Channel [0..63] currently being serviced */
169 172 /* NOTE: Each channel takes 1/64th of a sample */
170 173 /* period to be serviced. */
171 174
172 #define HCFG 0x14 175 #define HCFG 0x14 /* Hardware config register */
173 176 /* NOTE: There is no reason to use the legacy */
174 177 /* SoundBlaster emulation stuff described below */
175 178 /* under Linux, and all kinds of weird hardware */
176 179 /* behavior can result if you try. Don't. */
177 #define HCFG_LEGACYFUNC_MASK 0xe0000000 180 #define HCFG_LEGACYFUNC_MASK 0xe0000000 /* Legacy function number */
178 #define HCFG_LEGACYFUNC_MPU 0x00000000 181 #define HCFG_LEGACYFUNC_MPU 0x00000000 /* Legacy MPU */
179 #define HCFG_LEGACYFUNC_SB 0x40000000 182 #define HCFG_LEGACYFUNC_SB 0x40000000 /* Legacy SB */
180 #define HCFG_LEGACYFUNC_AD 0x60000000 183 #define HCFG_LEGACYFUNC_AD 0x60000000 /* Legacy AD */
181 #define HCFG_LEGACYFUNC_MPIC 0x80000000 184 #define HCFG_LEGACYFUNC_MPIC 0x80000000 /* Legacy MPIC */
182 #define HCFG_LEGACYFUNC_MDMA 0xa0000000 185 #define HCFG_LEGACYFUNC_MDMA 0xa0000000 /* Legacy MDMA */
183 #define HCFG_LEGACYFUNC_SPCI 0xc0000000 186 #define HCFG_LEGACYFUNC_SPCI 0xc0000000 /* Legacy SPCI */
184 #define HCFG_LEGACYFUNC_SDMA 0xe0000000 187 #define HCFG_LEGACYFUNC_SDMA 0xe0000000 /* Legacy SDMA */
185 #define HCFG_IOCAPTUREADDR 0x1f000000 188 #define HCFG_IOCAPTUREADDR 0x1f000000 /* The 4 LSBs of the captured I/O address. */
186 #define HCFG_LEGACYWRITE 0x00800000 189 #define HCFG_LEGACYWRITE 0x00800000 /* 1 = write, 0 = read */
187 #define HCFG_LEGACYWORD 0x00400000 190 #define HCFG_LEGACYWORD 0x00400000 /* 1 = word, 0 = byte */
188 #define HCFG_LEGACYINT 0x00200000 191 #define HCFG_LEGACYINT 0x00200000 /* 1 = legacy event captured. Write 1 to clear. */
189 192 /* NOTE: The rest of the bits in this register */
190 193 /* _are_ relevant under Linux. */
191 #define HCFG_PUSH_BUTTON_ENABLE 0x00100000 194 #define HCFG_PUSH_BUTTON_ENABLE 0x00100000 /* Enables Volume Inc/Dec and Mute functions */
192 #define HCFG_BAUD_RATE 0x00080000 195 #define HCFG_BAUD_RATE 0x00080000 /* 0 = 48kHz, 1 = 44.1kHz */
193 #define HCFG_EXPANDED_MEM 0x00040000 196 #define HCFG_EXPANDED_MEM 0x00040000 /* 1 = any 16M of 4G addr, 0 = 32M of 2G addr */
194 #define HCFG_CODECFORMAT_MASK 0x00030000 197 #define HCFG_CODECFORMAT_MASK 0x00030000 /* CODEC format */
195 198
196 /* Specific to Alice2, CA0102 */ 199 /* Specific to Alice2, CA0102 */
197 #define HCFG_CODECFORMAT_AC97_1 0x00000000 200 #define HCFG_CODECFORMAT_AC97_1 0x00000000 /* AC97 CODEC format -- Ver 1.03 */
198 #define HCFG_CODECFORMAT_AC97_2 0x00010000 201 #define HCFG_CODECFORMAT_AC97_2 0x00010000 /* AC97 CODEC format -- Ver 2.1 */
199 #define HCFG_AUTOMUTE_ASYNC 0x00008000 202 #define HCFG_AUTOMUTE_ASYNC 0x00008000 /* When set, the async sample rate convertors */
200 203 /* will automatically mute their output when */
201 204 /* they are not rate-locked to the external */
202 205 /* async audio source */
203 #define HCFG_AUTOMUTE_SPDIF 0x00004000 206 #define HCFG_AUTOMUTE_SPDIF 0x00004000 /* When set, the async sample rate convertors */
204 207 /* will automatically mute their output when */
205 208 /* the SPDIF V-bit indicates invalid audio */
206 #define HCFG_EMU32_SLAVE 0x00002000 209 #define HCFG_EMU32_SLAVE 0x00002000 /* 0 = Master, 1 = Slave. Slave for EMU1010 */
207 #define HCFG_SLOW_RAMP 0x00001000 210 #define HCFG_SLOW_RAMP 0x00001000 /* Increases Send Smoothing time constant */
208 /* 0x00000800 not used on Alice2 */ 211 /* 0x00000800 not used on Alice2 */
209 #define HCFG_PHASE_TRACK_MASK 0x00000700 212 #define HCFG_PHASE_TRACK_MASK 0x00000700 /* When set, forces corresponding input to */
210 213 /* phase track the previous input. */
211 214 /* I2S0 can phase track the last S/PDIF input */
212 #define HCFG_I2S_ASRC_ENABLE 0x00000070 215 #define HCFG_I2S_ASRC_ENABLE 0x00000070 /* When set, enables asynchronous sample rate */
213 216 /* conversion for the corresponding */
214 217 /* I2S format input */
215 /* Rest of HCFG 0x0000000f same as below. LOCK 218 /* Rest of HCFG 0x0000000f same as below. LOCKSOUNDCACHE etc. */
216 219
217 220
218 221
219 /* Older chips */ 222 /* Older chips */
220 #define HCFG_CODECFORMAT_AC97 0x00000000 223 #define HCFG_CODECFORMAT_AC97 0x00000000 /* AC97 CODEC format -- Primary Output */
221 #define HCFG_CODECFORMAT_I2S 0x00010000 224 #define HCFG_CODECFORMAT_I2S 0x00010000 /* I2S CODEC format -- Secondary (Rear) Output */
222 #define HCFG_GPINPUT0 0x00004000 225 #define HCFG_GPINPUT0 0x00004000 /* External pin112 */
223 #define HCFG_GPINPUT1 0x00002000 226 #define HCFG_GPINPUT1 0x00002000 /* External pin110 */
224 #define HCFG_GPOUTPUT_MASK 0x00001c00 227 #define HCFG_GPOUTPUT_MASK 0x00001c00 /* External pins which may be controlled */
225 #define HCFG_GPOUT0 0x00001000 228 #define HCFG_GPOUT0 0x00001000 /* External pin? (spdif enable on 5.1) */
226 #define HCFG_GPOUT1 0x00000800 229 #define HCFG_GPOUT1 0x00000800 /* External pin? (IR) */
227 #define HCFG_GPOUT2 0x00000400 230 #define HCFG_GPOUT2 0x00000400 /* External pin? (IR) */
228 #define HCFG_JOYENABLE 0x00000200 231 #define HCFG_JOYENABLE 0x00000200 /* Internal joystick enable */
229 #define HCFG_PHASETRACKENABLE 0x00000100 232 #define HCFG_PHASETRACKENABLE 0x00000100 /* Phase tracking enable */
230 233 /* 1 = Force all 3 async digital inputs to use */
231 234 /* the same async sample rate tracker (ZVIDEO) */
232 #define HCFG_AC3ENABLE_MASK 0x000000e0 235 #define HCFG_AC3ENABLE_MASK 0x000000e0 /* AC3 async input control - Not implemented */
233 #define HCFG_AC3ENABLE_ZVIDEO 0x00000080 236 #define HCFG_AC3ENABLE_ZVIDEO 0x00000080 /* Channels 0 and 1 replace ZVIDEO */
234 #define HCFG_AC3ENABLE_CDSPDIF 0x00000040 237 #define HCFG_AC3ENABLE_CDSPDIF 0x00000040 /* Channels 0 and 1 replace CDSPDIF */
235 #define HCFG_AC3ENABLE_GPSPDIF 0x00000020 238 #define HCFG_AC3ENABLE_GPSPDIF 0x00000020 /* Channels 0 and 1 replace GPSPDIF */
236 #define HCFG_AUTOMUTE 0x00000010 239 #define HCFG_AUTOMUTE 0x00000010 /* When set, the async sample rate convertors */
237 240 /* will automatically mute their output when */
238 241 /* they are not rate-locked to the external */
239 242 /* async audio source */
240 #define HCFG_LOCKSOUNDCACHE 0x00000008 243 #define HCFG_LOCKSOUNDCACHE 0x00000008 /* 1 = Cancel bustmaster accesses to soundcache */
241 244 /* NOTE: This should generally never be used. */
242 #define HCFG_LOCKTANKCACHE_MASK 0x00000004 245 #define HCFG_LOCKTANKCACHE_MASK 0x00000004 /* 1 = Cancel bustmaster accesses to tankcache */
243 246 /* NOTE: This should generally never be used. */
244 #define HCFG_LOCKTANKCACHE 0x01020014 247 #define HCFG_LOCKTANKCACHE 0x01020014
245 #define HCFG_MUTEBUTTONENABLE 0x00000002 248 #define HCFG_MUTEBUTTONENABLE 0x00000002 /* 1 = Master mute button sets AUDIOENABLE = 0. */
246 249 /* NOTE: This is a 'cheap' way to implement a */
247 250 /* master mute function on the mute button, and */
248 251 /* in general should not be used unless a more */
249 252 /* sophisticated master mute function has not */
250 253 /* been written. */
251 #define HCFG_AUDIOENABLE 0x00000001 254 #define HCFG_AUDIOENABLE 0x00000001 /* 0 = CODECs transmit zero-valued samples */
252 255 /* Should be set to 1 when the EMU10K1 is */
253 256 /* completely initialized. */
254 257
255 //For Audigy, MPU port move to 0x70-0x74 ptr r 258 //For Audigy, MPU port move to 0x70-0x74 ptr register
256 259
257 #define MUDATA 0x18 260 #define MUDATA 0x18 /* MPU401 data register (8 bits) */
258 261
259 #define MUCMD 0x19 262 #define MUCMD 0x19 /* MPU401 command register (8 bits) */
260 #define MUCMD_RESET 0xff 263 #define MUCMD_RESET 0xff /* RESET command */
261 #define MUCMD_ENTERUARTMODE 0x3f 264 #define MUCMD_ENTERUARTMODE 0x3f /* Enter_UART_mode command */
262 265 /* NOTE: All other commands are ignored */
263 266
264 #define MUSTAT MUCMD 267 #define MUSTAT MUCMD /* MPU401 status register (8 bits) */
265 #define MUSTAT_IRDYN 0x80 268 #define MUSTAT_IRDYN 0x80 /* 0 = MIDI data or command ACK */
266 #define MUSTAT_ORDYN 0x40 269 #define MUSTAT_ORDYN 0x40 /* 0 = MUDATA can accept a command or data */
267 270
268 #define A_IOCFG 0x18 271 #define A_IOCFG 0x18 /* GPIO on Audigy card (16bits) */
269 #define A_GPINPUT_MASK 0xff00 272 #define A_GPINPUT_MASK 0xff00
270 #define A_GPOUTPUT_MASK 0x00ff 273 #define A_GPOUTPUT_MASK 0x00ff
271 274
272 // Audigy output/GPIO stuff taken from the kX 275 // Audigy output/GPIO stuff taken from the kX drivers
273 #define A_IOCFG_GPOUT0 0x0044 276 #define A_IOCFG_GPOUT0 0x0044 /* analog/digital */
274 #define A_IOCFG_DISABLE_ANALOG 0x0040 277 #define A_IOCFG_DISABLE_ANALOG 0x0040 /* = 'enable' for Audigy2 (chiprev=4) */
275 #define A_IOCFG_ENABLE_DIGITAL 0x0004 278 #define A_IOCFG_ENABLE_DIGITAL 0x0004
276 #define A_IOCFG_ENABLE_DIGITAL_AUDIGY4 0x0080 279 #define A_IOCFG_ENABLE_DIGITAL_AUDIGY4 0x0080
277 #define A_IOCFG_UNKNOWN_20 0x0020 280 #define A_IOCFG_UNKNOWN_20 0x0020
278 #define A_IOCFG_DISABLE_AC97_FRONT 0x0080 281 #define A_IOCFG_DISABLE_AC97_FRONT 0x0080 /* turn off ac97 front -> front (10k2.1) */
279 #define A_IOCFG_GPOUT1 0x0002 282 #define A_IOCFG_GPOUT1 0x0002 /* IR? drive's internal bypass (?) */
280 #define A_IOCFG_GPOUT2 0x0001 283 #define A_IOCFG_GPOUT2 0x0001 /* IR */
281 #define A_IOCFG_MULTIPURPOSE_JACK 0x2000 284 #define A_IOCFG_MULTIPURPOSE_JACK 0x2000 /* center+lfe+rear_center (a2/a2ex) */
282 285 /* + digital for generic 10k2 */
283 #define A_IOCFG_DIGITAL_JACK 0x1000 286 #define A_IOCFG_DIGITAL_JACK 0x1000 /* digital for a2 platinum */
284 #define A_IOCFG_FRONT_JACK 0x4000 287 #define A_IOCFG_FRONT_JACK 0x4000
285 #define A_IOCFG_REAR_JACK 0x8000 288 #define A_IOCFG_REAR_JACK 0x8000
286 #define A_IOCFG_PHONES_JACK 0x0100 289 #define A_IOCFG_PHONES_JACK 0x0100 /* LiveDrive */
287 290
288 /* outputs: 291 /* outputs:
289 * for audigy2 platinum: 0xa00 292 * for audigy2 platinum: 0xa00
290 * for a2 platinum ex: 0x1c00 293 * for a2 platinum ex: 0x1c00
291 * for a1 platinum: 0x0 294 * for a1 platinum: 0x0
292 */ 295 */
293 296
294 #define TIMER 0x1a 297 #define TIMER 0x1a /* Timer terminal count register */
295 298 /* NOTE: After the rate is changed, a maximum */
296 299 /* of 1024 sample periods should be allowed */
297 300 /* before the new rate is guaranteed accurate. */
298 #define TIMER_RATE_MASK 0x000003ff 301 #define TIMER_RATE_MASK 0x000003ff /* Timer interrupt rate in sample periods */
299 302 /* 0 == 1024 periods, [1..4] are not useful */
300 #define TIMER_RATE 0x0a00001a 303 #define TIMER_RATE 0x0a00001a
301 304
302 #define AC97DATA 0x1c 305 #define AC97DATA 0x1c /* AC97 register set data register (16 bit) */
303 306
304 #define AC97ADDRESS 0x1e 307 #define AC97ADDRESS 0x1e /* AC97 register set address register (8 bit) */
305 #define AC97ADDRESS_READY 0x80 308 #define AC97ADDRESS_READY 0x80 /* Read-only bit, reflects CODEC READY signal */
306 #define AC97ADDRESS_ADDRESS 0x7f 309 #define AC97ADDRESS_ADDRESS 0x7f /* Address of indexed AC97 register */
307 310
308 /* Available on the Audigy 2 and Audigy 4 only 311 /* Available on the Audigy 2 and Audigy 4 only. This is the P16V chip. */
309 #define PTR2 0x20 312 #define PTR2 0x20 /* Indexed register set pointer register */
310 #define DATA2 0x24 313 #define DATA2 0x24 /* Indexed register set data register */
311 #define IPR2 0x28 314 #define IPR2 0x28 /* P16V interrupt pending register */
312 #define IPR2_PLAYBACK_CH_0_LOOP 0x0000100 315 #define IPR2_PLAYBACK_CH_0_LOOP 0x00001000 /* Playback Channel 0 loop */
313 #define IPR2_PLAYBACK_CH_0_HALF_LOOP 0x0000010 316 #define IPR2_PLAYBACK_CH_0_HALF_LOOP 0x00000100 /* Playback Channel 0 half loop */
314 #define IPR2_CAPTURE_CH_0_LOOP 0x0010000 317 #define IPR2_CAPTURE_CH_0_LOOP 0x00100000 /* Capture Channel 0 loop */
315 #define IPR2_CAPTURE_CH_0_HALF_LOOP 0x0001000 318 #define IPR2_CAPTURE_CH_0_HALF_LOOP 0x00010000 /* Capture Channel 0 half loop */
316 319 /* 0x00000100 Playback. Only in once per period.
317 320 * 0x00110000 Capture. Int on half buffer.
318 321 */
319 #define INTE2 0x2c 322 #define INTE2 0x2c /* P16V Interrupt enable register. */
320 #define INTE2_PLAYBACK_CH_0_LOOP 0x000010 323 #define INTE2_PLAYBACK_CH_0_LOOP 0x00001000 /* Playback Channel 0 loop */
321 #define INTE2_PLAYBACK_CH_0_HALF_LOOP 0x000001 324 #define INTE2_PLAYBACK_CH_0_HALF_LOOP 0x00000100 /* Playback Channel 0 half loop */
322 #define INTE2_PLAYBACK_CH_1_LOOP 0x000020 325 #define INTE2_PLAYBACK_CH_1_LOOP 0x00002000 /* Playback Channel 1 loop */
323 #define INTE2_PLAYBACK_CH_1_HALF_LOOP 0x000002 326 #define INTE2_PLAYBACK_CH_1_HALF_LOOP 0x00000200 /* Playback Channel 1 half loop */
324 #define INTE2_PLAYBACK_CH_2_LOOP 0x000040 327 #define INTE2_PLAYBACK_CH_2_LOOP 0x00004000 /* Playback Channel 2 loop */
325 #define INTE2_PLAYBACK_CH_2_HALF_LOOP 0x000004 328 #define INTE2_PLAYBACK_CH_2_HALF_LOOP 0x00000400 /* Playback Channel 2 half loop */
326 #define INTE2_PLAYBACK_CH_3_LOOP 0x000080 329 #define INTE2_PLAYBACK_CH_3_LOOP 0x00008000 /* Playback Channel 3 loop */
327 #define INTE2_PLAYBACK_CH_3_HALF_LOOP 0x000008 330 #define INTE2_PLAYBACK_CH_3_HALF_LOOP 0x00000800 /* Playback Channel 3 half loop */
328 #define INTE2_CAPTURE_CH_0_LOOP 0x001000 331 #define INTE2_CAPTURE_CH_0_LOOP 0x00100000 /* Capture Channel 0 loop */
329 #define INTE2_CAPTURE_CH_0_HALF_LOOP 0x000100 332 #define INTE2_CAPTURE_CH_0_HALF_LOOP 0x00010000 /* Caputre Channel 0 half loop */
330 #define HCFG2 0x34 333 #define HCFG2 0x34 /* Defaults: 0, win2000 sets it to 00004201 */
331 334 /* 0x00000000 2-channel output. */
332 335 /* 0x00000200 8-channel output. */
333 336 /* 0x00000004 pauses stream/irq fail. */
334 337 /* Rest of bits no nothing to sound output */
335 338 /* bit 0: Enable P16V audio.
336 339 * bit 1: Lock P16V record memory cache.
337 340 * bit 2: Lock P16V playback memory cache.
338 341 * bit 3: Dummy record insert zero samples.
339 342 * bit 8: Record 8-channel in phase.
340 343 * bit 9: Playback 8-channel in phase.
341 344 * bit 11-12: Playback mixer attenuation: 0=0dB, 1=-6dB, 2=-12dB, 3=Mute.
342 345 * bit 13: Playback mixer enable.
343 346 * bit 14: Route SRC48 mixer output to fx engine.
344 347 * bit 15: Enable IEEE 1394 chip.
345 348 */
346 #define IPR3 0x38 349 #define IPR3 0x38 /* Cdif interrupt pending register */
347 #define INTE3 0x3c 350 #define INTE3 0x3c /* Cdif interrupt enable register. */
348 /********************************************* 351 /************************************************************************************************/
349 /* PCI function 1 registers, address = <val> + 352 /* PCI function 1 registers, address = <val> + PCIBASE1 */
350 /********************************************* 353 /************************************************************************************************/
351 354
352 #define JOYSTICK1 0x00 355 #define JOYSTICK1 0x00 /* Analog joystick port register */
353 #define JOYSTICK2 0x01 356 #define JOYSTICK2 0x01 /* Analog joystick port register */
354 #define JOYSTICK3 0x02 357 #define JOYSTICK3 0x02 /* Analog joystick port register */
355 #define JOYSTICK4 0x03 358 #define JOYSTICK4 0x03 /* Analog joystick port register */
356 #define JOYSTICK5 0x04 359 #define JOYSTICK5 0x04 /* Analog joystick port register */
357 #define JOYSTICK6 0x05 360 #define JOYSTICK6 0x05 /* Analog joystick port register */
358 #define JOYSTICK7 0x06 361 #define JOYSTICK7 0x06 /* Analog joystick port register */
359 #define JOYSTICK8 0x07 362 #define JOYSTICK8 0x07 /* Analog joystick port register */
360 363
361 /* When writing, any write causes JOYSTICK_COM 364 /* When writing, any write causes JOYSTICK_COMPARATOR output enable to be pulsed on write. */
362 /* When reading, use these bitfields: */ 365 /* When reading, use these bitfields: */
363 #define JOYSTICK_BUTTONS 0x0f 366 #define JOYSTICK_BUTTONS 0x0f /* Joystick button data */
364 #define JOYSTICK_COMPARATOR 0xf0 367 #define JOYSTICK_COMPARATOR 0xf0 /* Joystick comparator data */
365 368
366 369
367 /********************************************* 370 /********************************************************************************************************/
368 /* Emu10k1 pointer-offset register set, access 371 /* Emu10k1 pointer-offset register set, accessed through the PTR and DATA registers */
369 /********************************************* 372 /********************************************************************************************************/
370 373
371 #define CPF 0x00 374 #define CPF 0x00 /* Current pitch and fraction register */
372 #define CPF_CURRENTPITCH_MASK 0xffff0000 375 #define CPF_CURRENTPITCH_MASK 0xffff0000 /* Current pitch (linear, 0x4000 == unity pitch shift) */
373 #define CPF_CURRENTPITCH 0x10100000 376 #define CPF_CURRENTPITCH 0x10100000
374 #define CPF_STEREO_MASK 0x00008000 377 #define CPF_STEREO_MASK 0x00008000 /* 1 = Even channel interleave, odd channel locked */
375 #define CPF_STOP_MASK 0x00004000 378 #define CPF_STOP_MASK 0x00004000 /* 1 = Current pitch forced to 0 */
376 #define CPF_FRACADDRESS_MASK 0x00003fff 379 #define CPF_FRACADDRESS_MASK 0x00003fff /* Linear fractional address of the current channel */
377 380
378 #define PTRX 0x01 381 #define PTRX 0x01 /* Pitch target and send A/B amounts register */
379 #define PTRX_PITCHTARGET_MASK 0xffff0000 382 #define PTRX_PITCHTARGET_MASK 0xffff0000 /* Pitch target of specified channel */
380 #define PTRX_PITCHTARGET 0x10100001 383 #define PTRX_PITCHTARGET 0x10100001
381 #define PTRX_FXSENDAMOUNT_A_MASK 0x0000ff00 384 #define PTRX_FXSENDAMOUNT_A_MASK 0x0000ff00 /* Linear level of channel output sent to FX send bus A */
382 #define PTRX_FXSENDAMOUNT_A 0x08080001 385 #define PTRX_FXSENDAMOUNT_A 0x08080001
383 #define PTRX_FXSENDAMOUNT_B_MASK 0x000000ff 386 #define PTRX_FXSENDAMOUNT_B_MASK 0x000000ff /* Linear level of channel output sent to FX send bus B */
384 #define PTRX_FXSENDAMOUNT_B 0x08000001 387 #define PTRX_FXSENDAMOUNT_B 0x08000001
385 388
386 #define CVCF 0x02 389 #define CVCF 0x02 /* Current volume and filter cutoff register */
387 #define CVCF_CURRENTVOL_MASK 0xffff0000 390 #define CVCF_CURRENTVOL_MASK 0xffff0000 /* Current linear volume of specified channel */
388 #define CVCF_CURRENTVOL 0x10100002 391 #define CVCF_CURRENTVOL 0x10100002
389 #define CVCF_CURRENTFILTER_MASK 0x0000ffff 392 #define CVCF_CURRENTFILTER_MASK 0x0000ffff /* Current filter cutoff frequency of specified channel */
390 #define CVCF_CURRENTFILTER 0x10000002 393 #define CVCF_CURRENTFILTER 0x10000002
391 394
392 #define VTFT 0x03 395 #define VTFT 0x03 /* Volume target and filter cutoff target register */
393 #define VTFT_VOLUMETARGET_MASK 0xffff0000 396 #define VTFT_VOLUMETARGET_MASK 0xffff0000 /* Volume target of specified channel */
394 #define VTFT_VOLUMETARGET 0x10100003 397 #define VTFT_VOLUMETARGET 0x10100003
395 #define VTFT_FILTERTARGET_MASK 0x0000ffff 398 #define VTFT_FILTERTARGET_MASK 0x0000ffff /* Filter cutoff target of specified channel */
396 #define VTFT_FILTERTARGET 0x10000003 399 #define VTFT_FILTERTARGET 0x10000003
397 400
398 #define Z1 0x05 401 #define Z1 0x05 /* Filter delay memory 1 register */
399 402
400 #define Z2 0x04 403 #define Z2 0x04 /* Filter delay memory 2 register */
401 404
402 #define PSST 0x06 405 #define PSST 0x06 /* Send C amount and loop start address register */
403 #define PSST_FXSENDAMOUNT_C_MASK 0xff000000 406 #define PSST_FXSENDAMOUNT_C_MASK 0xff000000 /* Linear level of channel output sent to FX send bus C */
404 407
405 #define PSST_FXSENDAMOUNT_C 0x08180006 408 #define PSST_FXSENDAMOUNT_C 0x08180006
406 409
407 #define PSST_LOOPSTARTADDR_MASK 0x00ffffff 410 #define PSST_LOOPSTARTADDR_MASK 0x00ffffff /* Loop start address of the specified channel */
408 #define PSST_LOOPSTARTADDR 0x18000006 411 #define PSST_LOOPSTARTADDR 0x18000006
409 412
410 #define DSL 0x07 413 #define DSL 0x07 /* Send D amount and loop start address register */
411 #define DSL_FXSENDAMOUNT_D_MASK 0xff000000 414 #define DSL_FXSENDAMOUNT_D_MASK 0xff000000 /* Linear level of channel output sent to FX send bus D */
412 415
413 #define DSL_FXSENDAMOUNT_D 0x08180007 416 #define DSL_FXSENDAMOUNT_D 0x08180007
414 417
415 #define DSL_LOOPENDADDR_MASK 0x00ffffff 418 #define DSL_LOOPENDADDR_MASK 0x00ffffff /* Loop end address of the specified channel */
416 #define DSL_LOOPENDADDR 0x18000007 419 #define DSL_LOOPENDADDR 0x18000007
417 420
418 #define CCCA 0x08 421 #define CCCA 0x08 /* Filter Q, interp. ROM, byte size, cur. addr register */
419 #define CCCA_RESONANCE 0xf0000000 422 #define CCCA_RESONANCE 0xf0000000 /* Lowpass filter resonance (Q) height */
420 #define CCCA_INTERPROMMASK 0x0e000000 423 #define CCCA_INTERPROMMASK 0x0e000000 /* Selects passband of interpolation ROM */
421 424 /* 1 == full band, 7 == lowpass */
422 425 /* ROM 0 is used when pitch shifting downward or less */
423 426 /* then 3 semitones upward. Increasingly higher ROM */
424 427 /* numbers are used, typically in steps of 3 semitones, */
425 428 /* as upward pitch shifting is performed. */
426 #define CCCA_INTERPROM_0 0x00000000 429 #define CCCA_INTERPROM_0 0x00000000 /* Select interpolation ROM 0 */
427 #define CCCA_INTERPROM_1 0x02000000 430 #define CCCA_INTERPROM_1 0x02000000 /* Select interpolation ROM 1 */
428 #define CCCA_INTERPROM_2 0x04000000 431 #define CCCA_INTERPROM_2 0x04000000 /* Select interpolation ROM 2 */
429 #define CCCA_INTERPROM_3 0x06000000 432 #define CCCA_INTERPROM_3 0x06000000 /* Select interpolation ROM 3 */
430 #define CCCA_INTERPROM_4 0x08000000 433 #define CCCA_INTERPROM_4 0x08000000 /* Select interpolation ROM 4 */
431 #define CCCA_INTERPROM_5 0x0a000000 434 #define CCCA_INTERPROM_5 0x0a000000 /* Select interpolation ROM 5 */
432 #define CCCA_INTERPROM_6 0x0c000000 435 #define CCCA_INTERPROM_6 0x0c000000 /* Select interpolation ROM 6 */
433 #define CCCA_INTERPROM_7 0x0e000000 436 #define CCCA_INTERPROM_7 0x0e000000 /* Select interpolation ROM 7 */
434 #define CCCA_8BITSELECT 0x01000000 437 #define CCCA_8BITSELECT 0x01000000 /* 1 = Sound memory for this channel uses 8-bit samples */
435 #define CCCA_CURRADDR_MASK 0x00ffffff 438 #define CCCA_CURRADDR_MASK 0x00ffffff /* Current address of the selected channel */
436 #define CCCA_CURRADDR 0x18000008 439 #define CCCA_CURRADDR 0x18000008
437 440
438 #define CCR 0x09 441 #define CCR 0x09 /* Cache control register */
439 #define CCR_CACHEINVALIDSIZE 0x07190009 442 #define CCR_CACHEINVALIDSIZE 0x07190009
440 #define CCR_CACHEINVALIDSIZE_MASK 0xfe00 443 #define CCR_CACHEINVALIDSIZE_MASK 0xfe000000 /* Number of invalid samples cache for this channel */
441 #define CCR_CACHELOOPFLAG 0x01000000 444 #define CCR_CACHELOOPFLAG 0x01000000 /* 1 = Cache has a loop service pending */
442 #define CCR_INTERLEAVEDSAMPLES 0x00800000 445 #define CCR_INTERLEAVEDSAMPLES 0x00800000 /* 1 = A cache service will fetch interleaved samples */
443 #define CCR_WORDSIZEDSAMPLES 0x00400000 446 #define CCR_WORDSIZEDSAMPLES 0x00400000 /* 1 = A cache service will fetch word sized samples */
444 #define CCR_READADDRESS 0x06100009 447 #define CCR_READADDRESS 0x06100009
445 #define CCR_READADDRESS_MASK 0x003f0000 448 #define CCR_READADDRESS_MASK 0x003f0000 /* Location of cache just beyond current cache service */
446 #define CCR_LOOPINVALSIZE 0x0000fe00 449 #define CCR_LOOPINVALSIZE 0x0000fe00 /* Number of invalid samples in cache prior to loop */
447 450 /* NOTE: This is valid only if CACHELOOPFLAG is set */
448 #define CCR_LOOPFLAG 0x00000100 451 #define CCR_LOOPFLAG 0x00000100 /* Set for a single sample period when a loop occurs */
449 #define CCR_CACHELOOPADDRHI 0x000000ff 452 #define CCR_CACHELOOPADDRHI 0x000000ff /* DSL_LOOPSTARTADDR's hi byte if CACHELOOPFLAG is set */
450 453
451 #define CLP 0x0a 454 #define CLP 0x0a /* Cache loop register (valid if CCR_CACHELOOPFLAG = 1) */
452 455 /* NOTE: This register is normally not used */
453 #define CLP_CACHELOOPADDR 0x0000ffff 456 #define CLP_CACHELOOPADDR 0x0000ffff /* Cache loop address (DSL_LOOPSTARTADDR [0..15]) */
454 457
455 #define FXRT 0x0b 458 #define FXRT 0x0b /* Effects send routing register */
456 459 /* NOTE: It is illegal to assign the same routing to */
457 460 /* two effects sends. */
458 #define FXRT_CHANNELA 0x000f0000 461 #define FXRT_CHANNELA 0x000f0000 /* Effects send bus number for channel's effects send A */
459 #define FXRT_CHANNELB 0x00f00000 462 #define FXRT_CHANNELB 0x00f00000 /* Effects send bus number for channel's effects send B */
460 #define FXRT_CHANNELC 0x0f000000 463 #define FXRT_CHANNELC 0x0f000000 /* Effects send bus number for channel's effects send C */
461 #define FXRT_CHANNELD 0xf0000000 464 #define FXRT_CHANNELD 0xf0000000 /* Effects send bus number for channel's effects send D */
462 465
463 #define A_HR 0x0b /* Hig 466 #define A_HR 0x0b /* High Resolution. 24bit playback from host to DSP. */
464 #define MAPA 0x0c 467 #define MAPA 0x0c /* Cache map A */
465 468
466 #define MAPB 0x0d 469 #define MAPB 0x0d /* Cache map B */
467 470
468 #define MAP_PTE_MASK 0xffffe000 471 #define MAP_PTE_MASK 0xffffe000 /* The 19 MSBs of the PTE indexed by the PTI */
469 #define MAP_PTI_MASK 0x00001fff 472 #define MAP_PTI_MASK 0x00001fff /* The 13 bit index to one of the 8192 PTE dwords */
470 473
471 /* 0x0e, 0x0f: Not used */ 474 /* 0x0e, 0x0f: Not used */
472 475
473 #define ENVVOL 0x10 476 #define ENVVOL 0x10 /* Volume envelope register */
474 #define ENVVOL_MASK 0x0000ffff 477 #define ENVVOL_MASK 0x0000ffff /* Current value of volume envelope state variable */
475 478 /* 0x8000-n == 666*n usec delay */
476 479
477 #define ATKHLDV 0x11 480 #define ATKHLDV 0x11 /* Volume envelope hold and attack register */
478 #define ATKHLDV_PHASE0 0x00008000 481 #define ATKHLDV_PHASE0 0x00008000 /* 0 = Begin attack phase */
479 #define ATKHLDV_HOLDTIME_MASK 0x00007f00 482 #define ATKHLDV_HOLDTIME_MASK 0x00007f00 /* Envelope hold time (127-n == n*88.2msec) */
480 #define ATKHLDV_ATTACKTIME_MASK 0x0000007f 483 #define ATKHLDV_ATTACKTIME_MASK 0x0000007f /* Envelope attack time, log encoded */
481 484 /* 0 = infinite, 1 = 10.9msec, ... 0x7f = 5.5msec */
482 485
483 #define DCYSUSV 0x12 486 #define DCYSUSV 0x12 /* Volume envelope sustain and decay register */
484 #define DCYSUSV_PHASE1_MASK 0x00008000 487 #define DCYSUSV_PHASE1_MASK 0x00008000 /* 0 = Begin attack phase, 1 = begin release phase */
485 #define DCYSUSV_SUSTAINLEVEL_MASK 0x00007f00 488 #define DCYSUSV_SUSTAINLEVEL_MASK 0x00007f00 /* 127 = full, 0 = off, 0.75dB increments */
486 #define DCYSUSV_CHANNELENABLE_MASK 0x00000080 489 #define DCYSUSV_CHANNELENABLE_MASK 0x00000080 /* 1 = Inhibit envelope engine from writing values in */
487 490 /* this channel and from writing to pitch, filter and */
488 491 /* volume targets. */
489 #define DCYSUSV_DECAYTIME_MASK 0x0000007f 492 #define DCYSUSV_DECAYTIME_MASK 0x0000007f /* Volume envelope decay time, log encoded */
490 493 /* 0 = 43.7msec, 1 = 21.8msec, 0x7f = 22msec */
491 494
492 #define LFOVAL1 0x13 495 #define LFOVAL1 0x13 /* Modulation LFO value */
493 #define LFOVAL_MASK 0x0000ffff 496 #define LFOVAL_MASK 0x0000ffff /* Current value of modulation LFO state variable */
494 497 /* 0x8000-n == 666*n usec delay */
495 498
496 #define ENVVAL 0x14 499 #define ENVVAL 0x14 /* Modulation envelope register */
497 #define ENVVAL_MASK 0x0000ffff 500 #define ENVVAL_MASK 0x0000ffff /* Current value of modulation envelope state variable */
498 501 /* 0x8000-n == 666*n usec delay */
499 502
500 #define ATKHLDM 0x15 503 #define ATKHLDM 0x15 /* Modulation envelope hold and attack register */
501 #define ATKHLDM_PHASE0 0x00008000 504 #define ATKHLDM_PHASE0 0x00008000 /* 0 = Begin attack phase */
502 #define ATKHLDM_HOLDTIME 0x00007f00 505 #define ATKHLDM_HOLDTIME 0x00007f00 /* Envelope hold time (127-n == n*42msec) */
503 #define ATKHLDM_ATTACKTIME 0x0000007f 506 #define ATKHLDM_ATTACKTIME 0x0000007f /* Envelope attack time, log encoded */
504 507 /* 0 = infinite, 1 = 11msec, ... 0x7f = 5.5msec */
505 508
506 #define DCYSUSM 0x16 509 #define DCYSUSM 0x16 /* Modulation envelope decay and sustain register */
507 #define DCYSUSM_PHASE1_MASK 0x00008000 510 #define DCYSUSM_PHASE1_MASK 0x00008000 /* 0 = Begin attack phase, 1 = begin release phase */
508 #define DCYSUSM_SUSTAINLEVEL_MASK 0x00007f00 511 #define DCYSUSM_SUSTAINLEVEL_MASK 0x00007f00 /* 127 = full, 0 = off, 0.75dB increments */
509 #define DCYSUSM_DECAYTIME_MASK 0x0000007f 512 #define DCYSUSM_DECAYTIME_MASK 0x0000007f /* Envelope decay time, log encoded */
510 513 /* 0 = 43.7msec, 1 = 21.8msec, 0x7f = 22msec */
511 514
512 #define LFOVAL2 0x17 515 #define LFOVAL2 0x17 /* Vibrato LFO register */
513 #define LFOVAL2_MASK 0x0000ffff 516 #define LFOVAL2_MASK 0x0000ffff /* Current value of vibrato LFO state variable */
514 517 /* 0x8000-n == 666*n usec delay */
515 518
516 #define IP 0x18 519 #define IP 0x18 /* Initial pitch register */
517 #define IP_MASK 0x0000ffff 520 #define IP_MASK 0x0000ffff /* Exponential initial pitch shift */
518 521 /* 4 bits of octave, 12 bits of fractional octave */
519 #define IP_UNITY 0x0000e000 522 #define IP_UNITY 0x0000e000 /* Unity pitch shift */
520 523
521 #define IFATN 0x19 524 #define IFATN 0x19 /* Initial filter cutoff and attenuation register */
522 #define IFATN_FILTERCUTOFF_MASK 0x0000ff00 525 #define IFATN_FILTERCUTOFF_MASK 0x0000ff00 /* Initial filter cutoff frequency in exponential units */
523 526 /* 6 most significant bits are semitones */
524 527 /* 2 least significant bits are fractions */
525 #define IFATN_FILTERCUTOFF 0x08080019 528 #define IFATN_FILTERCUTOFF 0x08080019
526 #define IFATN_ATTENUATION_MASK 0x000000ff 529 #define IFATN_ATTENUATION_MASK 0x000000ff /* Initial attenuation in 0.375dB steps */
527 #define IFATN_ATTENUATION 0x08000019 530 #define IFATN_ATTENUATION 0x08000019
528 531
529 532
530 #define PEFE 0x1a 533 #define PEFE 0x1a /* Pitch envelope and filter envelope amount register */
531 #define PEFE_PITCHAMOUNT_MASK 0x0000ff00 534 #define PEFE_PITCHAMOUNT_MASK 0x0000ff00 /* Pitch envlope amount */
532 535 /* Signed 2's complement, +/- one octave peak extremes */
533 #define PEFE_PITCHAMOUNT 0x0808001a 536 #define PEFE_PITCHAMOUNT 0x0808001a
534 #define PEFE_FILTERAMOUNT_MASK 0x000000ff 537 #define PEFE_FILTERAMOUNT_MASK 0x000000ff /* Filter envlope amount */
535 538 /* Signed 2's complement, +/- six octaves peak extremes */
536 #define PEFE_FILTERAMOUNT 0x0800001a 539 #define PEFE_FILTERAMOUNT 0x0800001a
537 #define FMMOD 0x1b 540 #define FMMOD 0x1b /* Vibrato/filter modulation from LFO register */
538 #define FMMOD_MODVIBRATO 0x0000ff00 541 #define FMMOD_MODVIBRATO 0x0000ff00 /* Vibrato LFO modulation depth */
539 542 /* Signed 2's complement, +/- one octave extremes */
540 #define FMMOD_MOFILTER 0x000000ff 543 #define FMMOD_MOFILTER 0x000000ff /* Filter LFO modulation depth */
541 544 /* Signed 2's complement, +/- three octave extremes */
542 545
543 546
544 #define TREMFRQ 0x1c 547 #define TREMFRQ 0x1c /* Tremolo amount and modulation LFO frequency register */
545 #define TREMFRQ_DEPTH 0x0000ff00 548 #define TREMFRQ_DEPTH 0x0000ff00 /* Tremolo depth */
546 549 /* Signed 2's complement, with +/- 12dB extremes */
547 550
548 #define TREMFRQ_FREQUENCY 0x000000ff 551 #define TREMFRQ_FREQUENCY 0x000000ff /* Tremolo LFO frequency */
549 552 /* ??Hz steps, maximum of ?? Hz. */
550 #define FM2FRQ2 0x1d 553 #define FM2FRQ2 0x1d /* Vibrato amount and vibrato LFO frequency register */
551 #define FM2FRQ2_DEPTH 0x0000ff00 554 #define FM2FRQ2_DEPTH 0x0000ff00 /* Vibrato LFO vibrato depth */
552 555 /* Signed 2's complement, +/- one octave extremes */
553 #define FM2FRQ2_FREQUENCY 0x000000ff 556 #define FM2FRQ2_FREQUENCY 0x000000ff /* Vibrato LFO frequency */
554 557 /* 0.039Hz steps, maximum of 9.85 Hz. */
555 558
556 #define TEMPENV 0x1e 559 #define TEMPENV 0x1e /* Tempory envelope register */
557 #define TEMPENV_MASK 0x0000ffff 560 #define TEMPENV_MASK 0x0000ffff /* 16-bit value */
558 561 /* NOTE: All channels contain internal variables; do */
559 562 /* not write to these locations. */
560 563
561 /* 0x1f: not used */ 564 /* 0x1f: not used */
562 565
563 #define CD0 0x20 566 #define CD0 0x20 /* Cache data 0 register */
564 #define CD1 0x21 567 #define CD1 0x21 /* Cache data 1 register */
565 #define CD2 0x22 568 #define CD2 0x22 /* Cache data 2 register */
566 #define CD3 0x23 569 #define CD3 0x23 /* Cache data 3 register */
567 #define CD4 0x24 570 #define CD4 0x24 /* Cache data 4 register */
568 #define CD5 0x25 571 #define CD5 0x25 /* Cache data 5 register */
569 #define CD6 0x26 572 #define CD6 0x26 /* Cache data 6 register */
570 #define CD7 0x27 573 #define CD7 0x27 /* Cache data 7 register */
571 #define CD8 0x28 574 #define CD8 0x28 /* Cache data 8 register */
572 #define CD9 0x29 575 #define CD9 0x29 /* Cache data 9 register */
573 #define CDA 0x2a 576 #define CDA 0x2a /* Cache data A register */
574 #define CDB 0x2b 577 #define CDB 0x2b /* Cache data B register */
575 #define CDC 0x2c 578 #define CDC 0x2c /* Cache data C register */
576 #define CDD 0x2d 579 #define CDD 0x2d /* Cache data D register */
577 #define CDE 0x2e 580 #define CDE 0x2e /* Cache data E register */
578 #define CDF 0x2f 581 #define CDF 0x2f /* Cache data F register */
579 582
580 /* 0x30-3f seem to be the same as 0x20-2f */ 583 /* 0x30-3f seem to be the same as 0x20-2f */
581 584
582 #define PTB 0x40 585 #define PTB 0x40 /* Page table base register */
583 #define PTB_MASK 0xfffff000 586 #define PTB_MASK 0xfffff000 /* Physical address of the page table in host memory */
584 587
585 #define TCB 0x41 588 #define TCB 0x41 /* Tank cache base register */
586 #define TCB_MASK 0xfffff000 589 #define TCB_MASK 0xfffff000 /* Physical address of the bottom of host based TRAM */
587 590
588 #define ADCCR 0x42 591 #define ADCCR 0x42 /* ADC sample rate/stereo control register */
589 #define ADCCR_RCHANENABLE 0x00000010 592 #define ADCCR_RCHANENABLE 0x00000010 /* Enables right channel for writing to the host */
590 #define ADCCR_LCHANENABLE 0x00000008 593 #define ADCCR_LCHANENABLE 0x00000008 /* Enables left channel for writing to the host */
591 594 /* NOTE: To guarantee phase coherency, both channels */
592 595 /* must be disabled prior to enabling both channels. */
593 #define A_ADCCR_RCHANENABLE 0x00000020 596 #define A_ADCCR_RCHANENABLE 0x00000020
594 #define A_ADCCR_LCHANENABLE 0x00000010 597 #define A_ADCCR_LCHANENABLE 0x00000010
595 598
596 #define A_ADCCR_SAMPLERATE_MASK 0x0000000F 599 #define A_ADCCR_SAMPLERATE_MASK 0x0000000F /* Audigy sample rate convertor output rate */
597 #define ADCCR_SAMPLERATE_MASK 0x00000007 600 #define ADCCR_SAMPLERATE_MASK 0x00000007 /* Sample rate convertor output rate */
598 #define ADCCR_SAMPLERATE_48 0x00000000 601 #define ADCCR_SAMPLERATE_48 0x00000000 /* 48kHz sample rate */
599 #define ADCCR_SAMPLERATE_44 0x00000001 602 #define ADCCR_SAMPLERATE_44 0x00000001 /* 44.1kHz sample rate */
600 #define ADCCR_SAMPLERATE_32 0x00000002 603 #define ADCCR_SAMPLERATE_32 0x00000002 /* 32kHz sample rate */
601 #define ADCCR_SAMPLERATE_24 0x00000003 604 #define ADCCR_SAMPLERATE_24 0x00000003 /* 24kHz sample rate */
602 #define ADCCR_SAMPLERATE_22 0x00000004 605 #define ADCCR_SAMPLERATE_22 0x00000004 /* 22.05kHz sample rate */
603 #define ADCCR_SAMPLERATE_16 0x00000005 606 #define ADCCR_SAMPLERATE_16 0x00000005 /* 16kHz sample rate */
604 #define ADCCR_SAMPLERATE_11 0x00000006 607 #define ADCCR_SAMPLERATE_11 0x00000006 /* 11.025kHz sample rate */
605 #define ADCCR_SAMPLERATE_8 0x00000007 608 #define ADCCR_SAMPLERATE_8 0x00000007 /* 8kHz sample rate */
606 #define A_ADCCR_SAMPLERATE_12 0x00000006 609 #define A_ADCCR_SAMPLERATE_12 0x00000006 /* 12kHz sample rate */
607 #define A_ADCCR_SAMPLERATE_11 0x00000007 610 #define A_ADCCR_SAMPLERATE_11 0x00000007 /* 11.025kHz sample rate */
608 #define A_ADCCR_SAMPLERATE_8 0x00000008 611 #define A_ADCCR_SAMPLERATE_8 0x00000008 /* 8kHz sample rate */
609 612
610 #define FXWC 0x43 613 #define FXWC 0x43 /* FX output write channels register */
611 614 /* When set, each bit enables the writing of the */
612 615 /* corresponding FX output channel (internal registers */
613 616 /* 0x20-0x3f) to host memory. This mode of recording */
614 617 /* is 16bit, 48KHz only. All 32 channels can be enabled */
615 618 /* simultaneously. */
616 619
617 #define FXWC_DEFAULTROUTE_C (1<<0) 620 #define FXWC_DEFAULTROUTE_C (1<<0) /* left emu out? */
618 #define FXWC_DEFAULTROUTE_B (1<<1) 621 #define FXWC_DEFAULTROUTE_B (1<<1) /* right emu out? */
619 #define FXWC_DEFAULTROUTE_A (1<<12) 622 #define FXWC_DEFAULTROUTE_A (1<<12)
620 #define FXWC_DEFAULTROUTE_D (1<<13) 623 #define FXWC_DEFAULTROUTE_D (1<<13)
621 #define FXWC_ADCLEFT (1<<18) 624 #define FXWC_ADCLEFT (1<<18)
622 #define FXWC_CDROMSPDIFLEFT (1<<18) 625 #define FXWC_CDROMSPDIFLEFT (1<<18)
623 #define FXWC_ADCRIGHT (1<<19) 626 #define FXWC_ADCRIGHT (1<<19)
624 #define FXWC_CDROMSPDIFRIGHT (1<<19) 627 #define FXWC_CDROMSPDIFRIGHT (1<<19)
625 #define FXWC_MIC (1<<20) 628 #define FXWC_MIC (1<<20)
626 #define FXWC_ZOOMLEFT (1<<20) 629 #define FXWC_ZOOMLEFT (1<<20)
627 #define FXWC_ZOOMRIGHT (1<<21) 630 #define FXWC_ZOOMRIGHT (1<<21)
628 #define FXWC_SPDIFLEFT (1<<22) 631 #define FXWC_SPDIFLEFT (1<<22) /* 0x00400000 */
629 #define FXWC_SPDIFRIGHT (1<<23) 632 #define FXWC_SPDIFRIGHT (1<<23) /* 0x00800000 */
630 633
631 #define A_TBLSZ 0x43 /* Eff 634 #define A_TBLSZ 0x43 /* Effects Tank Internal Table Size. Only low byte or register used */
632 635
633 #define TCBS 0x44 636 #define TCBS 0x44 /* Tank cache buffer size register */
634 #define TCBS_MASK 0x00000007 637 #define TCBS_MASK 0x00000007 /* Tank cache buffer size field */
635 #define TCBS_BUFFSIZE_16K 0x00000000 638 #define TCBS_BUFFSIZE_16K 0x00000000
636 #define TCBS_BUFFSIZE_32K 0x00000001 639 #define TCBS_BUFFSIZE_32K 0x00000001
637 #define TCBS_BUFFSIZE_64K 0x00000002 640 #define TCBS_BUFFSIZE_64K 0x00000002
638 #define TCBS_BUFFSIZE_128K 0x00000003 641 #define TCBS_BUFFSIZE_128K 0x00000003
639 #define TCBS_BUFFSIZE_256K 0x00000004 642 #define TCBS_BUFFSIZE_256K 0x00000004
640 #define TCBS_BUFFSIZE_512K 0x00000005 643 #define TCBS_BUFFSIZE_512K 0x00000005
641 #define TCBS_BUFFSIZE_1024K 0x00000006 644 #define TCBS_BUFFSIZE_1024K 0x00000006
642 #define TCBS_BUFFSIZE_2048K 0x00000007 645 #define TCBS_BUFFSIZE_2048K 0x00000007
643 646
644 #define MICBA 0x45 647 #define MICBA 0x45 /* AC97 microphone buffer address register */
645 #define MICBA_MASK 0xfffff000 648 #define MICBA_MASK 0xfffff000 /* 20 bit base address */
646 649
647 #define ADCBA 0x46 650 #define ADCBA 0x46 /* ADC buffer address register */
648 #define ADCBA_MASK 0xfffff000 651 #define ADCBA_MASK 0xfffff000 /* 20 bit base address */
649 652
650 #define FXBA 0x47 653 #define FXBA 0x47 /* FX Buffer Address */
651 #define FXBA_MASK 0xfffff000 654 #define FXBA_MASK 0xfffff000 /* 20 bit base address */
652 655
653 #define A_HWM 0x48 /* Hig 656 #define A_HWM 0x48 /* High PCI Water Mark - word access, defaults to 3f */
654 657
655 #define MICBS 0x49 658 #define MICBS 0x49 /* Microphone buffer size register */
656 659
657 #define ADCBS 0x4a 660 #define ADCBS 0x4a /* ADC buffer size register */
658 661
659 #define FXBS 0x4b 662 #define FXBS 0x4b /* FX buffer size register */
660 663
661 /* register: 0x4c..4f: ffff-ffff current amoun 664 /* register: 0x4c..4f: ffff-ffff current amounts, per-channel */
662 665
663 /* The following mask values define the size o 666 /* The following mask values define the size of the ADC, MIX and FX buffers in bytes */
664 #define ADCBS_BUFSIZE_NONE 0x00000000 667 #define ADCBS_BUFSIZE_NONE 0x00000000
665 #define ADCBS_BUFSIZE_384 0x00000001 668 #define ADCBS_BUFSIZE_384 0x00000001
666 #define ADCBS_BUFSIZE_448 0x00000002 669 #define ADCBS_BUFSIZE_448 0x00000002
667 #define ADCBS_BUFSIZE_512 0x00000003 670 #define ADCBS_BUFSIZE_512 0x00000003
668 #define ADCBS_BUFSIZE_640 0x00000004 671 #define ADCBS_BUFSIZE_640 0x00000004
669 #define ADCBS_BUFSIZE_768 0x00000005 672 #define ADCBS_BUFSIZE_768 0x00000005
670 #define ADCBS_BUFSIZE_896 0x00000006 673 #define ADCBS_BUFSIZE_896 0x00000006
671 #define ADCBS_BUFSIZE_1024 0x00000007 674 #define ADCBS_BUFSIZE_1024 0x00000007
672 #define ADCBS_BUFSIZE_1280 0x00000008 675 #define ADCBS_BUFSIZE_1280 0x00000008
673 #define ADCBS_BUFSIZE_1536 0x00000009 676 #define ADCBS_BUFSIZE_1536 0x00000009
674 #define ADCBS_BUFSIZE_1792 0x0000000a 677 #define ADCBS_BUFSIZE_1792 0x0000000a
675 #define ADCBS_BUFSIZE_2048 0x0000000b 678 #define ADCBS_BUFSIZE_2048 0x0000000b
676 #define ADCBS_BUFSIZE_2560 0x0000000c 679 #define ADCBS_BUFSIZE_2560 0x0000000c
677 #define ADCBS_BUFSIZE_3072 0x0000000d 680 #define ADCBS_BUFSIZE_3072 0x0000000d
678 #define ADCBS_BUFSIZE_3584 0x0000000e 681 #define ADCBS_BUFSIZE_3584 0x0000000e
679 #define ADCBS_BUFSIZE_4096 0x0000000f 682 #define ADCBS_BUFSIZE_4096 0x0000000f
680 #define ADCBS_BUFSIZE_5120 0x00000010 683 #define ADCBS_BUFSIZE_5120 0x00000010
681 #define ADCBS_BUFSIZE_6144 0x00000011 684 #define ADCBS_BUFSIZE_6144 0x00000011
682 #define ADCBS_BUFSIZE_7168 0x00000012 685 #define ADCBS_BUFSIZE_7168 0x00000012
683 #define ADCBS_BUFSIZE_8192 0x00000013 686 #define ADCBS_BUFSIZE_8192 0x00000013
684 #define ADCBS_BUFSIZE_10240 0x00000014 687 #define ADCBS_BUFSIZE_10240 0x00000014
685 #define ADCBS_BUFSIZE_12288 0x00000015 688 #define ADCBS_BUFSIZE_12288 0x00000015
686 #define ADCBS_BUFSIZE_14366 0x00000016 689 #define ADCBS_BUFSIZE_14366 0x00000016
687 #define ADCBS_BUFSIZE_16384 0x00000017 690 #define ADCBS_BUFSIZE_16384 0x00000017
688 #define ADCBS_BUFSIZE_20480 0x00000018 691 #define ADCBS_BUFSIZE_20480 0x00000018
689 #define ADCBS_BUFSIZE_24576 0x00000019 692 #define ADCBS_BUFSIZE_24576 0x00000019
690 #define ADCBS_BUFSIZE_28672 0x0000001a 693 #define ADCBS_BUFSIZE_28672 0x0000001a
691 #define ADCBS_BUFSIZE_32768 0x0000001b 694 #define ADCBS_BUFSIZE_32768 0x0000001b
692 #define ADCBS_BUFSIZE_40960 0x0000001c 695 #define ADCBS_BUFSIZE_40960 0x0000001c
693 #define ADCBS_BUFSIZE_49152 0x0000001d 696 #define ADCBS_BUFSIZE_49152 0x0000001d
694 #define ADCBS_BUFSIZE_57344 0x0000001e 697 #define ADCBS_BUFSIZE_57344 0x0000001e
695 #define ADCBS_BUFSIZE_65536 0x0000001f 698 #define ADCBS_BUFSIZE_65536 0x0000001f
696 699
697 /* Current Send B, A Amounts */ 700 /* Current Send B, A Amounts */
698 #define A_CSBA 0x4c 701 #define A_CSBA 0x4c
699 702
700 /* Current Send D, C Amounts */ 703 /* Current Send D, C Amounts */
701 #define A_CSDC 0x4d 704 #define A_CSDC 0x4d
702 705
703 /* Current Send F, E Amounts */ 706 /* Current Send F, E Amounts */
704 #define A_CSFE 0x4e 707 #define A_CSFE 0x4e
705 708
706 /* Current Send H, G Amounts */ 709 /* Current Send H, G Amounts */
707 #define A_CSHG 0x4f 710 #define A_CSHG 0x4f
708 711
709 712
710 #define CDCS 0x50 713 #define CDCS 0x50 /* CD-ROM digital channel status register */
711 714
712 #define GPSCS 0x51 715 #define GPSCS 0x51 /* General Purpose SPDIF channel status register*/
713 716
714 #define DBG 0x52 717 #define DBG 0x52 /* DO NOT PROGRAM THIS REGISTER!!! MAY DESTROY CHIP */
715 718
716 /* S/PDIF Input C Channel Status */ 719 /* S/PDIF Input C Channel Status */
717 #define A_SPSC 0x52 720 #define A_SPSC 0x52
718 721
719 #define REG53 0x53 722 #define REG53 0x53 /* DO NOT PROGRAM THIS REGISTER!!! MAY DESTROY CHIP */
720 723
721 #define A_DBG 0x53 724 #define A_DBG 0x53
722 #define A_DBG_SINGLE_STEP 0x00020000 725 #define A_DBG_SINGLE_STEP 0x00020000 /* Set to zero to start dsp */
723 #define A_DBG_ZC 0x40000000 726 #define A_DBG_ZC 0x40000000 /* zero tram counter */
724 #define A_DBG_STEP_ADDR 0x000003ff 727 #define A_DBG_STEP_ADDR 0x000003ff
725 #define A_DBG_SATURATION_OCCURED 0x20000000 728 #define A_DBG_SATURATION_OCCURED 0x20000000
726 #define A_DBG_SATURATION_ADDR 0x0ffc0000 729 #define A_DBG_SATURATION_ADDR 0x0ffc0000
727 730
728 // NOTE: 0x54,55,56: 64-bit 731 // NOTE: 0x54,55,56: 64-bit
729 #define SPCS0 0x54 732 #define SPCS0 0x54 /* SPDIF output Channel Status 0 register */
730 733
731 #define SPCS1 0x55 734 #define SPCS1 0x55 /* SPDIF output Channel Status 1 register */
732 735
733 #define SPCS2 0x56 736 #define SPCS2 0x56 /* SPDIF output Channel Status 2 register */
734 737
735 #define SPCS_CLKACCYMASK 0x30000000 738 #define SPCS_CLKACCYMASK 0x30000000 /* Clock accuracy */
736 #define SPCS_CLKACCY_1000PPM 0x00000000 739 #define SPCS_CLKACCY_1000PPM 0x00000000 /* 1000 parts per million */
737 #define SPCS_CLKACCY_50PPM 0x10000000 740 #define SPCS_CLKACCY_50PPM 0x10000000 /* 50 parts per million */
738 #define SPCS_CLKACCY_VARIABLE 0x20000000 741 #define SPCS_CLKACCY_VARIABLE 0x20000000 /* Variable accuracy */
739 #define SPCS_SAMPLERATEMASK 0x0f000000 742 #define SPCS_SAMPLERATEMASK 0x0f000000 /* Sample rate */
740 #define SPCS_SAMPLERATE_44 0x00000000 743 #define SPCS_SAMPLERATE_44 0x00000000 /* 44.1kHz sample rate */
741 #define SPCS_SAMPLERATE_48 0x02000000 744 #define SPCS_SAMPLERATE_48 0x02000000 /* 48kHz sample rate */
742 #define SPCS_SAMPLERATE_32 0x03000000 745 #define SPCS_SAMPLERATE_32 0x03000000 /* 32kHz sample rate */
743 #define SPCS_CHANNELNUMMASK 0x00f00000 746 #define SPCS_CHANNELNUMMASK 0x00f00000 /* Channel number */
744 #define SPCS_CHANNELNUM_UNSPEC 0x00000000 747 #define SPCS_CHANNELNUM_UNSPEC 0x00000000 /* Unspecified channel number */
745 #define SPCS_CHANNELNUM_LEFT 0x00100000 748 #define SPCS_CHANNELNUM_LEFT 0x00100000 /* Left channel */
746 #define SPCS_CHANNELNUM_RIGHT 0x00200000 749 #define SPCS_CHANNELNUM_RIGHT 0x00200000 /* Right channel */
747 #define SPCS_SOURCENUMMASK 0x000f0000 750 #define SPCS_SOURCENUMMASK 0x000f0000 /* Source number */
748 #define SPCS_SOURCENUM_UNSPEC 0x00000000 751 #define SPCS_SOURCENUM_UNSPEC 0x00000000 /* Unspecified source number */
749 #define SPCS_GENERATIONSTATUS 0x00008000 752 #define SPCS_GENERATIONSTATUS 0x00008000 /* Originality flag (see IEC-958 spec) */
750 #define SPCS_CATEGORYCODEMASK 0x00007f00 753 #define SPCS_CATEGORYCODEMASK 0x00007f00 /* Category code (see IEC-958 spec) */
751 #define SPCS_MODEMASK 0x000000c0 754 #define SPCS_MODEMASK 0x000000c0 /* Mode (see IEC-958 spec) */
752 #define SPCS_EMPHASISMASK 0x00000038 755 #define SPCS_EMPHASISMASK 0x00000038 /* Emphasis */
753 #define SPCS_EMPHASIS_NONE 0x00000000 756 #define SPCS_EMPHASIS_NONE 0x00000000 /* No emphasis */
754 #define SPCS_EMPHASIS_50_15 0x00000008 757 #define SPCS_EMPHASIS_50_15 0x00000008 /* 50/15 usec 2 channel */
755 #define SPCS_COPYRIGHT 0x00000004 758 #define SPCS_COPYRIGHT 0x00000004 /* Copyright asserted flag -- do not modify */
756 #define SPCS_NOTAUDIODATA 0x00000002 759 #define SPCS_NOTAUDIODATA 0x00000002 /* 0 = Digital audio, 1 = not audio */
757 #define SPCS_PROFESSIONAL 0x00000001 760 #define SPCS_PROFESSIONAL 0x00000001 /* 0 = Consumer (IEC-958), 1 = pro (AES3-1992) */
758 761
759 /* 0x57: Not used */ 762 /* 0x57: Not used */
760 763
761 /* The 32-bit CLIx and SOLx registers all have 764 /* The 32-bit CLIx and SOLx registers all have one bit per channel control/status */
762 #define CLIEL 0x58 765 #define CLIEL 0x58 /* Channel loop interrupt enable low register */
763 766
764 #define CLIEH 0x59 767 #define CLIEH 0x59 /* Channel loop interrupt enable high register */
765 768
766 #define CLIPL 0x5a 769 #define CLIPL 0x5a /* Channel loop interrupt pending low register */
767 770
768 #define CLIPH 0x5b 771 #define CLIPH 0x5b /* Channel loop interrupt pending high register */
769 772
770 #define SOLEL 0x5c 773 #define SOLEL 0x5c /* Stop on loop enable low register */
771 774
772 #define SOLEH 0x5d 775 #define SOLEH 0x5d /* Stop on loop enable high register */
773 776
774 #define SPBYPASS 0x5e 777 #define SPBYPASS 0x5e /* SPDIF BYPASS mode register */
775 #define SPBYPASS_SPDIF0_MASK 0x00000003 778 #define SPBYPASS_SPDIF0_MASK 0x00000003 /* SPDIF 0 bypass mode */
776 #define SPBYPASS_SPDIF1_MASK 0x0000000c 779 #define SPBYPASS_SPDIF1_MASK 0x0000000c /* SPDIF 1 bypass mode */
777 /* bypass mode: 0 - DSP; 1 - SPDIF A, 2 - SPDI 780 /* bypass mode: 0 - DSP; 1 - SPDIF A, 2 - SPDIF B, 3 - SPDIF C */
778 #define SPBYPASS_FORMAT 0x00000f00 781 #define SPBYPASS_FORMAT 0x00000f00 /* If 1, SPDIF XX uses 24 bit, if 0 - 20 bit */
779 782
780 #define AC97SLOT 0x5f 783 #define AC97SLOT 0x5f /* additional AC97 slots enable bits */
781 #define AC97SLOT_REAR_RIGHT 0x01 784 #define AC97SLOT_REAR_RIGHT 0x01 /* Rear left */
782 #define AC97SLOT_REAR_LEFT 0x02 785 #define AC97SLOT_REAR_LEFT 0x02 /* Rear right */
783 #define AC97SLOT_CNTR 0x10 786 #define AC97SLOT_CNTR 0x10 /* Center enable */
784 #define AC97SLOT_LFE 0x20 787 #define AC97SLOT_LFE 0x20 /* LFE enable */
785 788
786 /* PCB Revision */ 789 /* PCB Revision */
787 #define A_PCB 0x5f 790 #define A_PCB 0x5f
788 791
789 // NOTE: 0x60,61,62: 64-bit 792 // NOTE: 0x60,61,62: 64-bit
790 #define CDSRCS 0x60 793 #define CDSRCS 0x60 /* CD-ROM Sample Rate Converter status register */
791 794
792 #define GPSRCS 0x61 795 #define GPSRCS 0x61 /* General Purpose SPDIF sample rate cvt status */
793 796
794 #define ZVSRCS 0x62 797 #define ZVSRCS 0x62 /* ZVideo sample rate converter status */
795 798 /* NOTE: This one has no SPDIFLOCKED field */
796 799 /* Assumes sample lock */
797 800
798 /* These three bitfields apply to CDSRCS, GPSR 801 /* These three bitfields apply to CDSRCS, GPSRCS, and (except as noted) ZVSRCS. */
799 #define SRCS_SPDIFVALID 0x04000000 802 #define SRCS_SPDIFVALID 0x04000000 /* SPDIF stream valid */
800 #define SRCS_SPDIFLOCKED 0x02000000 803 #define SRCS_SPDIFLOCKED 0x02000000 /* SPDIF stream locked */
801 #define SRCS_RATELOCKED 0x01000000 804 #define SRCS_RATELOCKED 0x01000000 /* Sample rate locked */
802 #define SRCS_ESTSAMPLERATE 0x0007ffff 805 #define SRCS_ESTSAMPLERATE 0x0007ffff /* Do not modify this field. */
803 806
804 /* Note that these values can vary +/- by a sm 807 /* Note that these values can vary +/- by a small amount */
805 #define SRCS_SPDIFRATE_44 0x0003acd9 808 #define SRCS_SPDIFRATE_44 0x0003acd9
806 #define SRCS_SPDIFRATE_48 0x00040000 809 #define SRCS_SPDIFRATE_48 0x00040000
807 #define SRCS_SPDIFRATE_96 0x00080000 810 #define SRCS_SPDIFRATE_96 0x00080000
808 811
809 #define MICIDX 0x63 812 #define MICIDX 0x63 /* Microphone recording buffer index register */
810 #define MICIDX_MASK 0x0000ffff 813 #define MICIDX_MASK 0x0000ffff /* 16-bit value */
811 #define MICIDX_IDX 0x10000063 814 #define MICIDX_IDX 0x10000063
812 815
813 #define ADCIDX 0x64 816 #define ADCIDX 0x64 /* ADC recording buffer index register */
814 #define ADCIDX_MASK 0x0000ffff 817 #define ADCIDX_MASK 0x0000ffff /* 16 bit index field */
815 #define ADCIDX_IDX 0x10000064 818 #define ADCIDX_IDX 0x10000064
816 819
817 #define A_ADCIDX 0x63 820 #define A_ADCIDX 0x63
818 #define A_ADCIDX_IDX 0x10000063 821 #define A_ADCIDX_IDX 0x10000063
819 822
820 #define A_MICIDX 0x64 823 #define A_MICIDX 0x64
821 #define A_MICIDX_IDX 0x10000064 824 #define A_MICIDX_IDX 0x10000064
822 825
823 #define FXIDX 0x65 826 #define FXIDX 0x65 /* FX recording buffer index register */
824 #define FXIDX_MASK 0x0000ffff 827 #define FXIDX_MASK 0x0000ffff /* 16-bit value */
825 #define FXIDX_IDX 0x10000065 828 #define FXIDX_IDX 0x10000065
826 829
827 /* The 32-bit HLIx and HLIPx registers all hav 830 /* The 32-bit HLIx and HLIPx registers all have one bit per channel control/status */
828 #define HLIEL 0x66 831 #define HLIEL 0x66 /* Channel half loop interrupt enable low register */
829 832
830 #define HLIEH 0x67 833 #define HLIEH 0x67 /* Channel half loop interrupt enable high register */
831 834
832 #define HLIPL 0x68 835 #define HLIPL 0x68 /* Channel half loop interrupt pending low register */
833 836
834 #define HLIPH 0x69 837 #define HLIPH 0x69 /* Channel half loop interrupt pending high register */
835 838
836 /* S/PDIF Host Record Index (bypasses SRC) */ 839 /* S/PDIF Host Record Index (bypasses SRC) */
837 #define A_SPRI 0x6a 840 #define A_SPRI 0x6a
838 /* S/PDIF Host Record Address */ 841 /* S/PDIF Host Record Address */
839 #define A_SPRA 0x6b 842 #define A_SPRA 0x6b
840 /* S/PDIF Host Record Control */ 843 /* S/PDIF Host Record Control */
841 #define A_SPRC 0x6c 844 #define A_SPRC 0x6c
842 /* Delayed Interrupt Counter & Enable */ 845 /* Delayed Interrupt Counter & Enable */
843 #define A_DICE 0x6d 846 #define A_DICE 0x6d
844 /* Tank Table Base */ 847 /* Tank Table Base */
845 #define A_TTB 0x6e 848 #define A_TTB 0x6e
846 /* Tank Delay Offset */ 849 /* Tank Delay Offset */
847 #define A_TDOF 0x6f 850 #define A_TDOF 0x6f
848 851
849 /* This is the MPU port on the card (via the g 852 /* This is the MPU port on the card (via the game port) */
850 #define A_MUDATA1 0x70 853 #define A_MUDATA1 0x70
851 #define A_MUCMD1 0x71 854 #define A_MUCMD1 0x71
852 #define A_MUSTAT1 A_MUCMD1 855 #define A_MUSTAT1 A_MUCMD1
853 856
854 /* This is the MPU port on the Audigy Drive 857 /* This is the MPU port on the Audigy Drive */
855 #define A_MUDATA2 0x72 858 #define A_MUDATA2 0x72
856 #define A_MUCMD2 0x73 859 #define A_MUCMD2 0x73
857 #define A_MUSTAT2 A_MUCMD2 860 #define A_MUSTAT2 A_MUCMD2
858 861
859 /* The next two are the Audigy equivalent of F 862 /* The next two are the Audigy equivalent of FXWC */
860 /* the Audigy can record any output (16bit, 48 863 /* the Audigy can record any output (16bit, 48kHz, up to 64 channel simultaneously) */
861 /* Each bit selects a channel for recording */ 864 /* Each bit selects a channel for recording */
862 #define A_FXWC1 0x74 865 #define A_FXWC1 0x74 /* Selects 0x7f-0x60 for FX recording */
863 #define A_FXWC2 0x75 866 #define A_FXWC2 0x75 /* Selects 0x9f-0x80 for FX recording */
864 867
865 /* Extended Hardware Control */ 868 /* Extended Hardware Control */
866 #define A_SPDIF_SAMPLERATE 0x76 869 #define A_SPDIF_SAMPLERATE 0x76 /* Set the sample rate of SPDIF output */
867 #define A_SAMPLE_RATE 0x76 870 #define A_SAMPLE_RATE 0x76 /* Various sample rate settings. */
868 #define A_SAMPLE_RATE_NOT_USED 0x0ffc111e 871 #define A_SAMPLE_RATE_NOT_USED 0x0ffc111e /* Bits that are not used and cannot be set. */
869 #define A_SAMPLE_RATE_UNKNOWN 0xf0030001 872 #define A_SAMPLE_RATE_UNKNOWN 0xf0030001 /* Bits that can be set, but have unknown use. */
870 #define A_SPDIF_RATE_MASK 0x000000e0 873 #define A_SPDIF_RATE_MASK 0x000000e0 /* Any other values for rates, just use 48000 */
871 #define A_SPDIF_48000 0x00000000 874 #define A_SPDIF_48000 0x00000000
872 #define A_SPDIF_192000 0x00000020 875 #define A_SPDIF_192000 0x00000020
873 #define A_SPDIF_96000 0x00000040 876 #define A_SPDIF_96000 0x00000040
874 #define A_SPDIF_44100 0x00000080 877 #define A_SPDIF_44100 0x00000080
875 878
876 #define A_I2S_CAPTURE_RATE_MASK 0x00000e00 879 #define A_I2S_CAPTURE_RATE_MASK 0x00000e00 /* This sets the capture PCM rate, but it is */
877 #define A_I2S_CAPTURE_48000 0x00000000 880 #define A_I2S_CAPTURE_48000 0x00000000 /* unclear if this sets the ADC rate as well. */
878 #define A_I2S_CAPTURE_192000 0x00000200 881 #define A_I2S_CAPTURE_192000 0x00000200
879 #define A_I2S_CAPTURE_96000 0x00000400 882 #define A_I2S_CAPTURE_96000 0x00000400
880 #define A_I2S_CAPTURE_44100 0x00000800 883 #define A_I2S_CAPTURE_44100 0x00000800
881 884
882 #define A_PCM_RATE_MASK 0x0000e000 885 #define A_PCM_RATE_MASK 0x0000e000 /* This sets the playback PCM rate on the P16V */
883 #define A_PCM_48000 0x00000000 886 #define A_PCM_48000 0x00000000
884 #define A_PCM_192000 0x00002000 887 #define A_PCM_192000 0x00002000
885 #define A_PCM_96000 0x00004000 888 #define A_PCM_96000 0x00004000
886 #define A_PCM_44100 0x00008000 889 #define A_PCM_44100 0x00008000
887 890
888 /* I2S0 Sample Rate Tracker Status */ 891 /* I2S0 Sample Rate Tracker Status */
889 #define A_SRT3 0x77 892 #define A_SRT3 0x77
890 893
891 /* I2S1 Sample Rate Tracker Status */ 894 /* I2S1 Sample Rate Tracker Status */
892 #define A_SRT4 0x78 895 #define A_SRT4 0x78
893 896
894 /* I2S2 Sample Rate Tracker Status */ 897 /* I2S2 Sample Rate Tracker Status */
895 #define A_SRT5 0x79 898 #define A_SRT5 0x79
896 /* - default to 0x01080000 on my audigy 2 ZS - 899 /* - default to 0x01080000 on my audigy 2 ZS --rlrevell */
897 900
898 /* Tank Table DMA Address */ 901 /* Tank Table DMA Address */
899 #define A_TTDA 0x7a 902 #define A_TTDA 0x7a
900 /* Tank Table DMA Data */ 903 /* Tank Table DMA Data */
901 #define A_TTDD 0x7b 904 #define A_TTDD 0x7b
902 905
903 #define A_FXRT2 0x7c 906 #define A_FXRT2 0x7c
904 #define A_FXRT_CHANNELE 0x0000003f 907 #define A_FXRT_CHANNELE 0x0000003f /* Effects send bus number for channel's effects send E */
905 #define A_FXRT_CHANNELF 0x00003f00 908 #define A_FXRT_CHANNELF 0x00003f00 /* Effects send bus number for channel's effects send F */
906 #define A_FXRT_CHANNELG 0x003f0000 909 #define A_FXRT_CHANNELG 0x003f0000 /* Effects send bus number for channel's effects send G */
907 #define A_FXRT_CHANNELH 0x3f000000 910 #define A_FXRT_CHANNELH 0x3f000000 /* Effects send bus number for channel's effects send H */
908 911
909 #define A_SENDAMOUNTS 0x7d 912 #define A_SENDAMOUNTS 0x7d
910 #define A_FXSENDAMOUNT_E_MASK 0xFF000000 913 #define A_FXSENDAMOUNT_E_MASK 0xFF000000
911 #define A_FXSENDAMOUNT_F_MASK 0x00FF0000 914 #define A_FXSENDAMOUNT_F_MASK 0x00FF0000
912 #define A_FXSENDAMOUNT_G_MASK 0x0000FF00 915 #define A_FXSENDAMOUNT_G_MASK 0x0000FF00
913 #define A_FXSENDAMOUNT_H_MASK 0x000000FF 916 #define A_FXSENDAMOUNT_H_MASK 0x000000FF
914 /* 0x7c, 0x7e "high bit is used for filtering" 917 /* 0x7c, 0x7e "high bit is used for filtering" */
915 918
916 /* The send amounts for this one are the same 919 /* The send amounts for this one are the same as used with the emu10k1 */
917 #define A_FXRT1 0x7e 920 #define A_FXRT1 0x7e
918 #define A_FXRT_CHANNELA 0x0000003f 921 #define A_FXRT_CHANNELA 0x0000003f
919 #define A_FXRT_CHANNELB 0x00003f00 922 #define A_FXRT_CHANNELB 0x00003f00
920 #define A_FXRT_CHANNELC 0x003f0000 923 #define A_FXRT_CHANNELC 0x003f0000
921 #define A_FXRT_CHANNELD 0x3f000000 924 #define A_FXRT_CHANNELD 0x3f000000
922 925
923 /* 0x7f: Not used */ 926 /* 0x7f: Not used */
924 /* Each FX general purpose register is 32 bits 927 /* Each FX general purpose register is 32 bits in length, all bits are used */
925 #define FXGPREGBASE 0x100 928 #define FXGPREGBASE 0x100 /* FX general purpose registers base */
926 #define A_FXGPREGBASE 0x400 929 #define A_FXGPREGBASE 0x400 /* Audigy GPRs, 0x400 to 0x5ff */
927 930
928 #define A_TANKMEMCTLREGBASE 0x100 931 #define A_TANKMEMCTLREGBASE 0x100 /* Tank memory control registers base - only for Audigy */
929 #define A_TANKMEMCTLREG_MASK 0x1f 932 #define A_TANKMEMCTLREG_MASK 0x1f /* only 5 bits used - only for Audigy */
930 933
931 /* Tank audio data is logarithmically compress 934 /* Tank audio data is logarithmically compressed down to 16 bits before writing to TRAM and is */
932 /* decompressed back to 20 bits on a read. Th 935 /* decompressed back to 20 bits on a read. There are a total of 160 locations, the last 32 */
933 /* locations are for external TRAM. 936 /* locations are for external TRAM. */
934 #define TANKMEMDATAREGBASE 0x200 937 #define TANKMEMDATAREGBASE 0x200 /* Tank memory data registers base */
935 #define TANKMEMDATAREG_MASK 0x000fffff 938 #define TANKMEMDATAREG_MASK 0x000fffff /* 20 bit tank audio data field */
936 939
937 /* Combined address field and memory opcode or 940 /* Combined address field and memory opcode or flag field. 160 locations, last 32 are external */
938 #define TANKMEMADDRREGBASE 0x300 941 #define TANKMEMADDRREGBASE 0x300 /* Tank memory address registers base */
939 #define TANKMEMADDRREG_ADDR_MASK 0x000fffff 942 #define TANKMEMADDRREG_ADDR_MASK 0x000fffff /* 20 bit tank address field */
940 #define TANKMEMADDRREG_CLEAR 0x00800000 943 #define TANKMEMADDRREG_CLEAR 0x00800000 /* Clear tank memory */
941 #define TANKMEMADDRREG_ALIGN 0x00400000 944 #define TANKMEMADDRREG_ALIGN 0x00400000 /* Align read or write relative to tank access */
942 #define TANKMEMADDRREG_WRITE 0x00200000 945 #define TANKMEMADDRREG_WRITE 0x00200000 /* Write to tank memory */
943 #define TANKMEMADDRREG_READ 0x00100000 946 #define TANKMEMADDRREG_READ 0x00100000 /* Read from tank memory */
944 947
945 #define MICROCODEBASE 0x400 948 #define MICROCODEBASE 0x400 /* Microcode data base address */
946 949
947 /* Each DSP microcode instruction is mapped in 950 /* Each DSP microcode instruction is mapped into 2 doublewords */
948 /* NOTE: When writing, always write the LO dou 951 /* NOTE: When writing, always write the LO doubleword first. Reads can be in either order. */
949 #define LOWORD_OPX_MASK 0x000ffc00 952 #define LOWORD_OPX_MASK 0x000ffc00 /* Instruction operand X */
950 #define LOWORD_OPY_MASK 0x000003ff 953 #define LOWORD_OPY_MASK 0x000003ff /* Instruction operand Y */
951 #define HIWORD_OPCODE_MASK 0x00f00000 954 #define HIWORD_OPCODE_MASK 0x00f00000 /* Instruction opcode */
952 #define HIWORD_RESULT_MASK 0x000ffc00 955 #define HIWORD_RESULT_MASK 0x000ffc00 /* Instruction result */
953 #define HIWORD_OPA_MASK 0x000003ff 956 #define HIWORD_OPA_MASK 0x000003ff /* Instruction operand A */
954 957
955 958
956 /* Audigy Soundcard have a different instructi 959 /* Audigy Soundcard have a different instruction format */
957 #define A_MICROCODEBASE 0x600 960 #define A_MICROCODEBASE 0x600
958 #define A_LOWORD_OPY_MASK 0x000007ff 961 #define A_LOWORD_OPY_MASK 0x000007ff
959 #define A_LOWORD_OPX_MASK 0x007ff000 962 #define A_LOWORD_OPX_MASK 0x007ff000
960 #define A_HIWORD_OPCODE_MASK 0x0f000000 963 #define A_HIWORD_OPCODE_MASK 0x0f000000
961 #define A_HIWORD_RESULT_MASK 0x007ff000 964 #define A_HIWORD_RESULT_MASK 0x007ff000
962 #define A_HIWORD_OPA_MASK 0x000007ff 965 #define A_HIWORD_OPA_MASK 0x000007ff
963 966
964 /********************************************* 967 /************************************************************************************************/
965 /* EMU1010m HANA FPGA registers 968 /* EMU1010m HANA FPGA registers */
966 /********************************************* 969 /************************************************************************************************/
967 #define EMU_HANA_DESTHI 0x00 /* 000 970 #define EMU_HANA_DESTHI 0x00 /* 0000xxx 3 bits Link Destination */
968 #define EMU_HANA_DESTLO 0x01 /* 00x 971 #define EMU_HANA_DESTLO 0x01 /* 00xxxxx 5 bits */
969 #define EMU_HANA_SRCHI 0x02 /* 000 972 #define EMU_HANA_SRCHI 0x02 /* 0000xxx 3 bits Link Source */
970 #define EMU_HANA_SRCLO 0x03 /* 00x 973 #define EMU_HANA_SRCLO 0x03 /* 00xxxxx 5 bits */
971 #define EMU_HANA_DOCK_PWR 0x04 /* 000 974 #define EMU_HANA_DOCK_PWR 0x04 /* 000000x 1 bits Audio Dock power */
972 #define EMU_HANA_DOCK_PWR_ON 0x01 / 975 #define EMU_HANA_DOCK_PWR_ON 0x01 /* Audio Dock power on */
973 #define EMU_HANA_WCLOCK 0x05 /* 000 976 #define EMU_HANA_WCLOCK 0x05 /* 0000xxx 3 bits Word Clock source select */
974 /* Mus 977 /* Must be written after power on to reset DLL */
975 /* One 978 /* One is unable to detect the Audio dock without this */
976 #define EMU_HANA_WCLOCK_SRC_MASK 0x07 979 #define EMU_HANA_WCLOCK_SRC_MASK 0x07
977 #define EMU_HANA_WCLOCK_INT_48K 0x00 980 #define EMU_HANA_WCLOCK_INT_48K 0x00
978 #define EMU_HANA_WCLOCK_INT_44_1K 0x01 981 #define EMU_HANA_WCLOCK_INT_44_1K 0x01
979 #define EMU_HANA_WCLOCK_HANA_SPDIF_IN 0x02 982 #define EMU_HANA_WCLOCK_HANA_SPDIF_IN 0x02
980 #define EMU_HANA_WCLOCK_HANA_ADAT_IN 0x03 983 #define EMU_HANA_WCLOCK_HANA_ADAT_IN 0x03
981 #define EMU_HANA_WCLOCK_SYNC_BNCN 0x04 984 #define EMU_HANA_WCLOCK_SYNC_BNCN 0x04
982 #define EMU_HANA_WCLOCK_2ND_HANA 0x05 985 #define EMU_HANA_WCLOCK_2ND_HANA 0x05
983 #define EMU_HANA_WCLOCK_SRC_RESERVED 0x06 986 #define EMU_HANA_WCLOCK_SRC_RESERVED 0x06
984 #define EMU_HANA_WCLOCK_OFF 0x07 / 987 #define EMU_HANA_WCLOCK_OFF 0x07 /* For testing, forces fallback to DEFCLOCK */
985 #define EMU_HANA_WCLOCK_MULT_MASK 0x18 988 #define EMU_HANA_WCLOCK_MULT_MASK 0x18
986 #define EMU_HANA_WCLOCK_1X 0x00 989 #define EMU_HANA_WCLOCK_1X 0x00
987 #define EMU_HANA_WCLOCK_2X 0x08 990 #define EMU_HANA_WCLOCK_2X 0x08
988 #define EMU_HANA_WCLOCK_4X 0x10 991 #define EMU_HANA_WCLOCK_4X 0x10
989 #define EMU_HANA_WCLOCK_MULT_RESERVED 0x18 992 #define EMU_HANA_WCLOCK_MULT_RESERVED 0x18
990 993
991 #define EMU_HANA_DEFCLOCK 0x06 /* 000 994 #define EMU_HANA_DEFCLOCK 0x06 /* 000000x 1 bits Default Word Clock */
992 #define EMU_HANA_DEFCLOCK_48K 0x00 995 #define EMU_HANA_DEFCLOCK_48K 0x00
993 #define EMU_HANA_DEFCLOCK_44_1K 0x01 996 #define EMU_HANA_DEFCLOCK_44_1K 0x01
994 997
995 #define EMU_HANA_UNMUTE 0x07 /* 000 998 #define EMU_HANA_UNMUTE 0x07 /* 000000x 1 bits Mute all audio outputs */
996 #define EMU_MUTE 0x00 999 #define EMU_MUTE 0x00
997 #define EMU_UNMUTE 0x01 1000 #define EMU_UNMUTE 0x01
998 1001
999 #define EMU_HANA_FPGA_CONFIG 0x08 /* 000 1002 #define EMU_HANA_FPGA_CONFIG 0x08 /* 00000xx 2 bits Config control of FPGAs */
1000 #define EMU_HANA_FPGA_CONFIG_AUDIODOCK 0x01 1003 #define EMU_HANA_FPGA_CONFIG_AUDIODOCK 0x01 /* Set in order to program FPGA on Audio Dock */
1001 #define EMU_HANA_FPGA_CONFIG_HANA 0x02 1004 #define EMU_HANA_FPGA_CONFIG_HANA 0x02 /* Set in order to program FPGA on Hana */
1002 1005
1003 #define EMU_HANA_IRQ_ENABLE 0x09 /* 00 1006 #define EMU_HANA_IRQ_ENABLE 0x09 /* 000xxxx 4 bits IRQ Enable */
1004 #define EMU_HANA_IRQ_WCLK_CHANGED 0x01 1007 #define EMU_HANA_IRQ_WCLK_CHANGED 0x01
1005 #define EMU_HANA_IRQ_ADAT 0x02 1008 #define EMU_HANA_IRQ_ADAT 0x02
1006 #define EMU_HANA_IRQ_DOCK 0x04 1009 #define EMU_HANA_IRQ_DOCK 0x04
1007 #define EMU_HANA_IRQ_DOCK_LOST 0x08 1010 #define EMU_HANA_IRQ_DOCK_LOST 0x08
1008 1011
1009 #define EMU_HANA_SPDIF_MODE 0x0a /* 00 1012 #define EMU_HANA_SPDIF_MODE 0x0a /* 00xxxxx 5 bits SPDIF MODE */
1010 #define EMU_HANA_SPDIF_MODE_TX_COMSUMER 0x00 1013 #define EMU_HANA_SPDIF_MODE_TX_COMSUMER 0x00
1011 #define EMU_HANA_SPDIF_MODE_TX_PRO 0x01 1014 #define EMU_HANA_SPDIF_MODE_TX_PRO 0x01
1012 #define EMU_HANA_SPDIF_MODE_TX_NOCOPY 0x02 1015 #define EMU_HANA_SPDIF_MODE_TX_NOCOPY 0x02
1013 #define EMU_HANA_SPDIF_MODE_RX_COMSUMER 0x00 1016 #define EMU_HANA_SPDIF_MODE_RX_COMSUMER 0x00
1014 #define EMU_HANA_SPDIF_MODE_RX_PRO 0x04 1017 #define EMU_HANA_SPDIF_MODE_RX_PRO 0x04
1015 #define EMU_HANA_SPDIF_MODE_RX_NOCOPY 0x08 1018 #define EMU_HANA_SPDIF_MODE_RX_NOCOPY 0x08
1016 #define EMU_HANA_SPDIF_MODE_RX_INVALID 0x10 1019 #define EMU_HANA_SPDIF_MODE_RX_INVALID 0x10
1017 1020
1018 #define EMU_HANA_OPTICAL_TYPE 0x0b /* 00 1021 #define EMU_HANA_OPTICAL_TYPE 0x0b /* 00000xx 2 bits ADAT or SPDIF in/out */
1019 #define EMU_HANA_OPTICAL_IN_SPDIF 0x00 1022 #define EMU_HANA_OPTICAL_IN_SPDIF 0x00
1020 #define EMU_HANA_OPTICAL_IN_ADAT 0x01 1023 #define EMU_HANA_OPTICAL_IN_ADAT 0x01
1021 #define EMU_HANA_OPTICAL_OUT_SPDIF 0x00 1024 #define EMU_HANA_OPTICAL_OUT_SPDIF 0x00
1022 #define EMU_HANA_OPTICAL_OUT_ADAT 0x02 1025 #define EMU_HANA_OPTICAL_OUT_ADAT 0x02
1023 1026
1024 #define EMU_HANA_MIDI_IN 0x0c 1027 #define EMU_HANA_MIDI_IN 0x0c /* 000000x 1 bit Control MIDI */
1025 #define EMU_HANA_MIDI_IN_FROM_HAMOA 0x00 1028 #define EMU_HANA_MIDI_IN_FROM_HAMOA 0x00 /* HAMOA MIDI in to Alice 2 MIDI B */
1026 #define EMU_HANA_MIDI_IN_FROM_DOCK 0x01 1029 #define EMU_HANA_MIDI_IN_FROM_DOCK 0x01 /* Audio Dock MIDI in to Alice 2 MIDI B */
1027 1030
1028 #define EMU_HANA_DOCK_LEDS_1 0x0d /* 00 1031 #define EMU_HANA_DOCK_LEDS_1 0x0d /* 000xxxx 4 bit Audio Dock LEDs */
1029 #define EMU_HANA_DOCK_LEDS_1_MIDI1 0x01 1032 #define EMU_HANA_DOCK_LEDS_1_MIDI1 0x01 /* MIDI 1 LED on */
1030 #define EMU_HANA_DOCK_LEDS_1_MIDI2 0x02 1033 #define EMU_HANA_DOCK_LEDS_1_MIDI2 0x02 /* MIDI 2 LED on */
1031 #define EMU_HANA_DOCK_LEDS_1_SMPTE_IN 0x04 1034 #define EMU_HANA_DOCK_LEDS_1_SMPTE_IN 0x04 /* SMPTE IN LED on */
1032 #define EMU_HANA_DOCK_LEDS_1_SMPTE_OUT 0x08 1035 #define EMU_HANA_DOCK_LEDS_1_SMPTE_OUT 0x08 /* SMPTE OUT LED on */
1033 1036
1034 #define EMU_HANA_DOCK_LEDS_2 0x0e /* 0x 1037 #define EMU_HANA_DOCK_LEDS_2 0x0e /* 0xxxxxx 6 bit Audio Dock LEDs */
1035 #define EMU_HANA_DOCK_LEDS_2_44K 0x01 1038 #define EMU_HANA_DOCK_LEDS_2_44K 0x01 /* 44.1 kHz LED on */
1036 #define EMU_HANA_DOCK_LEDS_2_48K 0x02 1039 #define EMU_HANA_DOCK_LEDS_2_48K 0x02 /* 48 kHz LED on */
1037 #define EMU_HANA_DOCK_LEDS_2_96K 0x04 1040 #define EMU_HANA_DOCK_LEDS_2_96K 0x04 /* 96 kHz LED on */
1038 #define EMU_HANA_DOCK_LEDS_2_192K 0x08 1041 #define EMU_HANA_DOCK_LEDS_2_192K 0x08 /* 192 kHz LED on */
1039 #define EMU_HANA_DOCK_LEDS_2_LOCK 0x10 1042 #define EMU_HANA_DOCK_LEDS_2_LOCK 0x10 /* LOCK LED on */
1040 #define EMU_HANA_DOCK_LEDS_2_EXT 0x20 1043 #define EMU_HANA_DOCK_LEDS_2_EXT 0x20 /* EXT LED on */
1041 1044
1042 #define EMU_HANA_DOCK_LEDS_3 0x0f /* 0x 1045 #define EMU_HANA_DOCK_LEDS_3 0x0f /* 0xxxxxx 6 bit Audio Dock LEDs */
1043 #define EMU_HANA_DOCK_LEDS_3_CLIP_A 0x01 1046 #define EMU_HANA_DOCK_LEDS_3_CLIP_A 0x01 /* Mic A Clip LED on */
1044 #define EMU_HANA_DOCK_LEDS_3_CLIP_B 0x02 1047 #define EMU_HANA_DOCK_LEDS_3_CLIP_B 0x02 /* Mic B Clip LED on */
1045 #define EMU_HANA_DOCK_LEDS_3_SIGNAL_A 0x04 1048 #define EMU_HANA_DOCK_LEDS_3_SIGNAL_A 0x04 /* Signal A Clip LED on */
1046 #define EMU_HANA_DOCK_LEDS_3_SIGNAL_B 0x08 1049 #define EMU_HANA_DOCK_LEDS_3_SIGNAL_B 0x08 /* Signal B Clip LED on */
1047 #define EMU_HANA_DOCK_LEDS_3_MANUAL_CLIP 1050 #define EMU_HANA_DOCK_LEDS_3_MANUAL_CLIP 0x10 /* Manual Clip detection */
1048 #define EMU_HANA_DOCK_LEDS_3_MANUAL_SIGNAL 1051 #define EMU_HANA_DOCK_LEDS_3_MANUAL_SIGNAL 0x20 /* Manual Signal detection */
1049 1052
1050 #define EMU_HANA_ADC_PADS 0x10 /* 00 1053 #define EMU_HANA_ADC_PADS 0x10 /* 0000xxx 3 bit Audio Dock ADC 14dB pads */
1051 #define EMU_HANA_DOCK_ADC_PAD1 0x01 /* 14 1054 #define EMU_HANA_DOCK_ADC_PAD1 0x01 /* 14dB Attenuation on Audio Dock ADC 1 */
1052 #define EMU_HANA_DOCK_ADC_PAD2 0x02 /* 14 1055 #define EMU_HANA_DOCK_ADC_PAD2 0x02 /* 14dB Attenuation on Audio Dock ADC 2 */
1053 #define EMU_HANA_DOCK_ADC_PAD3 0x04 /* 14 1056 #define EMU_HANA_DOCK_ADC_PAD3 0x04 /* 14dB Attenuation on Audio Dock ADC 3 */
1054 #define EMU_HANA_0202_ADC_PAD1 0x08 /* 14 1057 #define EMU_HANA_0202_ADC_PAD1 0x08 /* 14dB Attenuation on 0202 ADC 1 */
1055 1058
1056 #define EMU_HANA_DOCK_MISC 0x11 /* 0x 1059 #define EMU_HANA_DOCK_MISC 0x11 /* 0xxxxxx 6 bit Audio Dock misc bits */
1057 #define EMU_HANA_DOCK_DAC1_MUTE 0x01 /* DA 1060 #define EMU_HANA_DOCK_DAC1_MUTE 0x01 /* DAC 1 Mute */
1058 #define EMU_HANA_DOCK_DAC2_MUTE 0x02 /* DA 1061 #define EMU_HANA_DOCK_DAC2_MUTE 0x02 /* DAC 2 Mute */
1059 #define EMU_HANA_DOCK_DAC3_MUTE 0x04 /* DA 1062 #define EMU_HANA_DOCK_DAC3_MUTE 0x04 /* DAC 3 Mute */
1060 #define EMU_HANA_DOCK_DAC4_MUTE 0x08 /* DA 1063 #define EMU_HANA_DOCK_DAC4_MUTE 0x08 /* DAC 4 Mute */
1061 #define EMU_HANA_DOCK_PHONES_192_DAC1 0x00 1064 #define EMU_HANA_DOCK_PHONES_192_DAC1 0x00 /* DAC 1 Headphones source at 192kHz */
1062 #define EMU_HANA_DOCK_PHONES_192_DAC2 0x10 1065 #define EMU_HANA_DOCK_PHONES_192_DAC2 0x10 /* DAC 2 Headphones source at 192kHz */
1063 #define EMU_HANA_DOCK_PHONES_192_DAC3 0x20 1066 #define EMU_HANA_DOCK_PHONES_192_DAC3 0x20 /* DAC 3 Headphones source at 192kHz */
1064 #define EMU_HANA_DOCK_PHONES_192_DAC4 0x30 1067 #define EMU_HANA_DOCK_PHONES_192_DAC4 0x30 /* DAC 4 Headphones source at 192kHz */
1065 1068
1066 #define EMU_HANA_MIDI_OUT 0x12 /* 00 1069 #define EMU_HANA_MIDI_OUT 0x12 /* 00xxxxx 5 bit Source for each MIDI out port */
1067 #define EMU_HANA_MIDI_OUT_0202 0x01 /* 0202 1070 #define EMU_HANA_MIDI_OUT_0202 0x01 /* 0202 MIDI from Alice 2. 0 = A, 1 = B */
1068 #define EMU_HANA_MIDI_OUT_DOCK1 0x02 /* Audio 1071 #define EMU_HANA_MIDI_OUT_DOCK1 0x02 /* Audio Dock MIDI1 front, from Alice 2. 0 = A, 1 = B */
1069 #define EMU_HANA_MIDI_OUT_DOCK2 0x04 /* Audio 1072 #define EMU_HANA_MIDI_OUT_DOCK2 0x04 /* Audio Dock MIDI2 rear, from Alice 2. 0 = A, 1 = B */
1070 #define EMU_HANA_MIDI_OUT_SYNC2 0x08 /* Sync 1073 #define EMU_HANA_MIDI_OUT_SYNC2 0x08 /* Sync card. Not the actual MIDI out jack. 0 = A, 1 = B */
1071 #define EMU_HANA_MIDI_OUT_LOOP 0x10 /* 0 = b 1074 #define EMU_HANA_MIDI_OUT_LOOP 0x10 /* 0 = bits (3:0) normal. 1 = MIDI loopback enabled. */
1072 1075
1073 #define EMU_HANA_DAC_PADS 0x13 /* 00 1076 #define EMU_HANA_DAC_PADS 0x13 /* 00xxxxx 5 bit DAC 14dB attenuation pads */
1074 #define EMU_HANA_DOCK_DAC_PAD1 0x01 /* 14 1077 #define EMU_HANA_DOCK_DAC_PAD1 0x01 /* 14dB Attenuation on AudioDock DAC 1. Left and Right */
1075 #define EMU_HANA_DOCK_DAC_PAD2 0x02 /* 14 1078 #define EMU_HANA_DOCK_DAC_PAD2 0x02 /* 14dB Attenuation on AudioDock DAC 2. Left and Right */
1076 #define EMU_HANA_DOCK_DAC_PAD3 0x04 /* 14 1079 #define EMU_HANA_DOCK_DAC_PAD3 0x04 /* 14dB Attenuation on AudioDock DAC 3. Left and Right */
1077 #define EMU_HANA_DOCK_DAC_PAD4 0x08 /* 14 1080 #define EMU_HANA_DOCK_DAC_PAD4 0x08 /* 14dB Attenuation on AudioDock DAC 4. Left and Right */
1078 #define EMU_HANA_0202_DAC_PAD1 0x10 /* 14 1081 #define EMU_HANA_0202_DAC_PAD1 0x10 /* 14dB Attenuation on 0202 DAC 1. Left and Right */
1079 1082
1080 /* 0x14 - 0x1f Unused R/W registers */ 1083 /* 0x14 - 0x1f Unused R/W registers */
1081 #define EMU_HANA_IRQ_STATUS 0x20 /* 00 1084 #define EMU_HANA_IRQ_STATUS 0x20 /* 000xxxx 4 bits IRQ Status */
1082 #if 0 /* Already defined for reg 0x09 IRQ_EN 1085 #if 0 /* Already defined for reg 0x09 IRQ_ENABLE */
1083 #define EMU_HANA_IRQ_WCLK_CHANGED 0x01 1086 #define EMU_HANA_IRQ_WCLK_CHANGED 0x01
1084 #define EMU_HANA_IRQ_ADAT 0x02 1087 #define EMU_HANA_IRQ_ADAT 0x02
1085 #define EMU_HANA_IRQ_DOCK 0x04 1088 #define EMU_HANA_IRQ_DOCK 0x04
1086 #define EMU_HANA_IRQ_DOCK_LOST 0x08 1089 #define EMU_HANA_IRQ_DOCK_LOST 0x08
1087 #endif 1090 #endif
1088 1091
1089 #define EMU_HANA_OPTION_CARDS 0x21 /* 00 1092 #define EMU_HANA_OPTION_CARDS 0x21 /* 000xxxx 4 bits Presence of option cards */
1090 #define EMU_HANA_OPTION_HAMOA 0x01 /* HA 1093 #define EMU_HANA_OPTION_HAMOA 0x01 /* HAMOA card present */
1091 #define EMU_HANA_OPTION_SYNC 0x02 /* Sy 1094 #define EMU_HANA_OPTION_SYNC 0x02 /* Sync card present */
1092 #define EMU_HANA_OPTION_DOCK_ONLINE 0x04 1095 #define EMU_HANA_OPTION_DOCK_ONLINE 0x04 /* Audio Dock online and FPGA configured */
1093 #define EMU_HANA_OPTION_DOCK_OFFLINE 0x08 1096 #define EMU_HANA_OPTION_DOCK_OFFLINE 0x08 /* Audio Dock online and FPGA not configured */
1094 1097
1095 #define EMU_HANA_ID 0x22 /* 10 1098 #define EMU_HANA_ID 0x22 /* 1010101 7 bits ID byte & 0x7f = 0x55 */
1096 1099
1097 #define EMU_HANA_MAJOR_REV 0x23 /* 00 1100 #define EMU_HANA_MAJOR_REV 0x23 /* 0000xxx 3 bit Hana FPGA Major rev */
1098 #define EMU_HANA_MINOR_REV 0x24 /* 00 1101 #define EMU_HANA_MINOR_REV 0x24 /* 0000xxx 3 bit Hana FPGA Minor rev */
1099 1102
1100 #define EMU_DOCK_MAJOR_REV 0x25 /* 00 1103 #define EMU_DOCK_MAJOR_REV 0x25 /* 0000xxx 3 bit Audio Dock FPGA Major rev */
1101 #define EMU_DOCK_MINOR_REV 0x26 /* 00 1104 #define EMU_DOCK_MINOR_REV 0x26 /* 0000xxx 3 bit Audio Dock FPGA Minor rev */
1102 1105
1103 #define EMU_DOCK_BOARD_ID 0x27 /* 00 1106 #define EMU_DOCK_BOARD_ID 0x27 /* 00000xx 2 bits Audio Dock ID pins */
1104 #define EMU_DOCK_BOARD_ID0 0x00 /* ID 1107 #define EMU_DOCK_BOARD_ID0 0x00 /* ID bit 0 */
1105 #define EMU_DOCK_BOARD_ID1 0x03 /* ID 1108 #define EMU_DOCK_BOARD_ID1 0x03 /* ID bit 1 */
1106 1109
1107 #define EMU_HANA_WC_SPDIF_HI 0x28 /* 0x 1110 #define EMU_HANA_WC_SPDIF_HI 0x28 /* 0xxxxxx 6 bit SPDIF IN Word clock, upper 6 bits */
1108 #define EMU_HANA_WC_SPDIF_LO 0x29 /* 0x 1111 #define EMU_HANA_WC_SPDIF_LO 0x29 /* 0xxxxxx 6 bit SPDIF IN Word clock, lower 6 bits */
1109 1112
1110 #define EMU_HANA_WC_ADAT_HI 0x2a /* 0x 1113 #define EMU_HANA_WC_ADAT_HI 0x2a /* 0xxxxxx 6 bit ADAT IN Word clock, upper 6 bits */
1111 #define EMU_HANA_WC_ADAT_LO 0x2b /* 0x 1114 #define EMU_HANA_WC_ADAT_LO 0x2b /* 0xxxxxx 6 bit ADAT IN Word clock, lower 6 bits */
1112 1115
1113 #define EMU_HANA_WC_BNC_LO 0x2c /* 0x 1116 #define EMU_HANA_WC_BNC_LO 0x2c /* 0xxxxxx 6 bit BNC IN Word clock, lower 6 bits */
1114 #define EMU_HANA_WC_BNC_HI 0x2d /* 0x 1117 #define EMU_HANA_WC_BNC_HI 0x2d /* 0xxxxxx 6 bit BNC IN Word clock, upper 6 bits */
1115 1118
1116 #define EMU_HANA2_WC_SPDIF_HI 0x2e /* 0x 1119 #define EMU_HANA2_WC_SPDIF_HI 0x2e /* 0xxxxxx 6 bit HANA2 SPDIF IN Word clock, upper 6 bits */
1117 #define EMU_HANA2_WC_SPDIF_LO 0x2f /* 0x 1120 #define EMU_HANA2_WC_SPDIF_LO 0x2f /* 0xxxxxx 6 bit HANA2 SPDIF IN Word clock, lower 6 bits */
1118 /* 0x30 - 0x3f Unused Read only registers */ 1121 /* 0x30 - 0x3f Unused Read only registers */
1119 1122
1120 /******************************************** 1123 /************************************************************************************************/
1121 /* EMU1010m HANA Destinations 1124 /* EMU1010m HANA Destinations */
1122 /******************************************** 1125 /************************************************************************************************/
1123 /* Hana, original 1010,1212,1820 using Alice2 1126 /* Hana, original 1010,1212,1820 using Alice2
1124 * Destiniations for SRATEX = 1X rates: 44.1 1127 * Destiniations for SRATEX = 1X rates: 44.1 kHz or 48 kHz
1125 * 0x00, 0x00-0x0f: 16 EMU32 channels to Alic 1128 * 0x00, 0x00-0x0f: 16 EMU32 channels to Alice2
1126 * 0x01, 0x10-0x1f: 32 Elink channels to Audi 1129 * 0x01, 0x10-0x1f: 32 Elink channels to Audio Dock
1127 * 0x01, 0x00: Dock DAC 1 Left 1130 * 0x01, 0x00: Dock DAC 1 Left
1128 * 0x01, 0x04: Dock DAC 1 Right 1131 * 0x01, 0x04: Dock DAC 1 Right
1129 * 0x01, 0x08: Dock DAC 2 Left 1132 * 0x01, 0x08: Dock DAC 2 Left
1130 * 0x01, 0x0c: Dock DAC 2 Right 1133 * 0x01, 0x0c: Dock DAC 2 Right
1131 * 0x01, 0x10: Dock DAC 3 Left 1134 * 0x01, 0x10: Dock DAC 3 Left
1132 * 0x01, 0x12: PHONES Left 1135 * 0x01, 0x12: PHONES Left
1133 * 0x01, 0x14: Dock DAC 3 Right 1136 * 0x01, 0x14: Dock DAC 3 Right
1134 * 0x01, 0x16: PHONES Right 1137 * 0x01, 0x16: PHONES Right
1135 * 0x01, 0x18: Dock DAC 4 Left 1138 * 0x01, 0x18: Dock DAC 4 Left
1136 * 0x01, 0x1a: S/PDIF Left 1139 * 0x01, 0x1a: S/PDIF Left
1137 * 0x01, 0x1c: Dock DAC 4 Right 1140 * 0x01, 0x1c: Dock DAC 4 Right
1138 * 0x01, 0x1e: S/PDIF Right 1141 * 0x01, 0x1e: S/PDIF Right
1139 * 0x02, 0x00: Hana S/PDIF Left 1142 * 0x02, 0x00: Hana S/PDIF Left
1140 * 0x02, 0x01: Hana S/PDIF Right 1143 * 0x02, 0x01: Hana S/PDIF Right
1141 * 0x03, 0x00: Hanoa DAC Left 1144 * 0x03, 0x00: Hanoa DAC Left
1142 * 0x03, 0x01: Hanoa DAC Right 1145 * 0x03, 0x01: Hanoa DAC Right
1143 * 0x04, 0x00-0x07: Hana ADAT 1146 * 0x04, 0x00-0x07: Hana ADAT
1144 * 0x05, 0x00: I2S0 Left to Alice2 1147 * 0x05, 0x00: I2S0 Left to Alice2
1145 * 0x05, 0x01: I2S0 Right to Alice2 1148 * 0x05, 0x01: I2S0 Right to Alice2
1146 * 0x06, 0x00: I2S0 Left to Alice2 1149 * 0x06, 0x00: I2S0 Left to Alice2
1147 * 0x06, 0x01: I2S0 Right to Alice2 1150 * 0x06, 0x01: I2S0 Right to Alice2
1148 * 0x07, 0x00: I2S0 Left to Alice2 1151 * 0x07, 0x00: I2S0 Left to Alice2
1149 * 0x07, 0x01: I2S0 Right to Alice2 1152 * 0x07, 0x01: I2S0 Right to Alice2
1150 * 1153 *
1151 * Hana2 never released, but used Tina 1154 * Hana2 never released, but used Tina
1152 * Not needed. 1155 * Not needed.
1153 * 1156 *
1154 * Hana3, rev2 1010,1212,1616 using Tina 1157 * Hana3, rev2 1010,1212,1616 using Tina
1155 * Destinations for SRATEX = 1X rates: 44.1 k 1158 * Destinations for SRATEX = 1X rates: 44.1 kHz or 48 kHz
1156 * 0x00, 0x00-0x0f: 16 EMU32A channels to Tin 1159 * 0x00, 0x00-0x0f: 16 EMU32A channels to Tina
1157 * 0x01, 0x10-0x1f: 32 EDI channels to Micro 1160 * 0x01, 0x10-0x1f: 32 EDI channels to Micro Dock
1158 * 0x01, 0x00: Dock DAC 1 Left 1161 * 0x01, 0x00: Dock DAC 1 Left
1159 * 0x01, 0x04: Dock DAC 1 Right 1162 * 0x01, 0x04: Dock DAC 1 Right
1160 * 0x01, 0x08: Dock DAC 2 Left 1163 * 0x01, 0x08: Dock DAC 2 Left
1161 * 0x01, 0x0c: Dock DAC 2 Right 1164 * 0x01, 0x0c: Dock DAC 2 Right
1162 * 0x01, 0x10: Dock DAC 3 Left 1165 * 0x01, 0x10: Dock DAC 3 Left
1163 * 0x01, 0x12: Dock S/PDIF Left 1166 * 0x01, 0x12: Dock S/PDIF Left
1164 * 0x01, 0x14: Dock DAC 3 Right 1167 * 0x01, 0x14: Dock DAC 3 Right
1165 * 0x01, 0x16: Dock S/PDIF Right 1168 * 0x01, 0x16: Dock S/PDIF Right
1166 * 0x01, 0x18-0x1f: Dock ADAT 0-7 1169 * 0x01, 0x18-0x1f: Dock ADAT 0-7
1167 * 0x02, 0x00: Hana3 S/PDIF Left 1170 * 0x02, 0x00: Hana3 S/PDIF Left
1168 * 0x02, 0x01: Hana3 S/PDIF Right 1171 * 0x02, 0x01: Hana3 S/PDIF Right
1169 * 0x03, 0x00: Hanoa DAC Left 1172 * 0x03, 0x00: Hanoa DAC Left
1170 * 0x03, 0x01: Hanoa DAC Right 1173 * 0x03, 0x01: Hanoa DAC Right
1171 * 0x04, 0x00-0x07: Hana3 ADAT 0-7 1174 * 0x04, 0x00-0x07: Hana3 ADAT 0-7
1172 * 0x05, 0x00-0x0f: 16 EMU32B channels to Tin 1175 * 0x05, 0x00-0x0f: 16 EMU32B channels to Tina
1173 * 0x06-0x07: Not used 1176 * 0x06-0x07: Not used
1174 * 1177 *
1175 * HanaLite, rev1 0404 using Alice2 1178 * HanaLite, rev1 0404 using Alice2
1176 * Destiniations for SRATEX = 1X rates: 44.1 1179 * Destiniations for SRATEX = 1X rates: 44.1 kHz or 48 kHz
1177 * 0x00, 0x00-0x0f: 16 EMU32 channels to Alic 1180 * 0x00, 0x00-0x0f: 16 EMU32 channels to Alice2
1178 * 0x01: Not used 1181 * 0x01: Not used
1179 * 0x02, 0x00: S/PDIF Left 1182 * 0x02, 0x00: S/PDIF Left
1180 * 0x02, 0x01: S/PDIF Right 1183 * 0x02, 0x01: S/PDIF Right
1181 * 0x03, 0x00: DAC Left 1184 * 0x03, 0x00: DAC Left
1182 * 0x03, 0x01: DAC Right 1185 * 0x03, 0x01: DAC Right
1183 * 0x04-0x07: Not used 1186 * 0x04-0x07: Not used
1184 * 1187 *
1185 * HanaLiteLite, rev2 0404 using Alice2 1188 * HanaLiteLite, rev2 0404 using Alice2
1186 * Destiniations for SRATEX = 1X rates: 44.1 1189 * Destiniations for SRATEX = 1X rates: 44.1 kHz or 48 kHz
1187 * 0x00, 0x00-0x0f: 16 EMU32 channels to Alic 1190 * 0x00, 0x00-0x0f: 16 EMU32 channels to Alice2
1188 * 0x01: Not used 1191 * 0x01: Not used
1189 * 0x02, 0x00: S/PDIF Left 1192 * 0x02, 0x00: S/PDIF Left
1190 * 0x02, 0x01: S/PDIF Right 1193 * 0x02, 0x01: S/PDIF Right
1191 * 0x03, 0x00: DAC Left 1194 * 0x03, 0x00: DAC Left
1192 * 0x03, 0x01: DAC Right 1195 * 0x03, 0x01: DAC Right
1193 * 0x04-0x07: Not used 1196 * 0x04-0x07: Not used
1194 * 1197 *
1195 * Mana, Cardbus 1616 using Tina2 1198 * Mana, Cardbus 1616 using Tina2
1196 * Destinations for SRATEX = 1X rates: 44.1 k 1199 * Destinations for SRATEX = 1X rates: 44.1 kHz or 48 kHz
1197 * 0x00, 0x00-0x0f: 16 EMU32A channels to Tin 1200 * 0x00, 0x00-0x0f: 16 EMU32A channels to Tina2
1198 * 0x01, 0x10-0x1f: 32 EDI channels to Micro 1201 * 0x01, 0x10-0x1f: 32 EDI channels to Micro Dock
1199 * 0x01, 0x00: Dock DAC 1 Left 1202 * 0x01, 0x00: Dock DAC 1 Left
1200 * 0x01, 0x04: Dock DAC 1 Right 1203 * 0x01, 0x04: Dock DAC 1 Right
1201 * 0x01, 0x08: Dock DAC 2 Left 1204 * 0x01, 0x08: Dock DAC 2 Left
1202 * 0x01, 0x0c: Dock DAC 2 Right 1205 * 0x01, 0x0c: Dock DAC 2 Right
1203 * 0x01, 0x10: Dock DAC 3 Left 1206 * 0x01, 0x10: Dock DAC 3 Left
1204 * 0x01, 0x12: Dock S/PDIF Left 1207 * 0x01, 0x12: Dock S/PDIF Left
1205 * 0x01, 0x14: Dock DAC 3 Right 1208 * 0x01, 0x14: Dock DAC 3 Right
1206 * 0x01, 0x16: Dock S/PDIF Right 1209 * 0x01, 0x16: Dock S/PDIF Right
1207 * 0x01, 0x18-0x1f: Dock ADAT 0-7 1210 * 0x01, 0x18-0x1f: Dock ADAT 0-7
1208 * 0x02: Not used 1211 * 0x02: Not used
1209 * 0x03, 0x00: Mana DAC Left 1212 * 0x03, 0x00: Mana DAC Left
1210 * 0x03, 0x01: Mana DAC Right 1213 * 0x03, 0x01: Mana DAC Right
1211 * 0x04, 0x00-0x0f: 16 EMU32B channels to Tin 1214 * 0x04, 0x00-0x0f: 16 EMU32B channels to Tina2
1212 * 0x05-0x07: Not used 1215 * 0x05-0x07: Not used
1213 * 1216 *
1214 * 1217 *
1215 */ 1218 */
1216 /* 32-bit destinations of signal in the Hana 1219 /* 32-bit destinations of signal in the Hana FPGA. Destinations are either
1217 * physical outputs of Hana, or outputs going 1220 * physical outputs of Hana, or outputs going to Alice2 (audigy) for capture
1218 * - 16 x EMU_DST_ALICE2_EMU32_X. 1221 * - 16 x EMU_DST_ALICE2_EMU32_X.
1219 */ 1222 */
1220 /* EMU32 = 32-bit serial channel between Alic 1223 /* EMU32 = 32-bit serial channel between Alice2 (audigy) and Hana (FPGA) */
1221 /* EMU_DST_ALICE2_EMU32_X - data channels fro 1224 /* EMU_DST_ALICE2_EMU32_X - data channels from Hana to Alice2 used for capture.
1222 * Which data is fed into a EMU_DST_ALICE2_EM 1225 * Which data is fed into a EMU_DST_ALICE2_EMU32_X channel in Hana depends on
1223 * setup of mixer control for each destinatio 1226 * setup of mixer control for each destination - see emumixer.c -
1224 * snd_emu1010_output_enum_ctls[], snd_emu101 1227 * snd_emu1010_output_enum_ctls[], snd_emu1010_input_enum_ctls[]
1225 */ 1228 */
1226 #define EMU_DST_ALICE2_EMU32_0 0x000f /* 16 1229 #define EMU_DST_ALICE2_EMU32_0 0x000f /* 16 EMU32 channels to Alice2 +0 to +0xf */
1227 #define EMU_DST_ALICE2_EMU32_1 0x0000 /* 16 1230 #define EMU_DST_ALICE2_EMU32_1 0x0000 /* 16 EMU32 channels to Alice2 +0 to +0xf */
1228 #define EMU_DST_ALICE2_EMU32_2 0x0001 /* 16 1231 #define EMU_DST_ALICE2_EMU32_2 0x0001 /* 16 EMU32 channels to Alice2 +0 to +0xf */
1229 #define EMU_DST_ALICE2_EMU32_3 0x0002 /* 16 1232 #define EMU_DST_ALICE2_EMU32_3 0x0002 /* 16 EMU32 channels to Alice2 +0 to +0xf */
1230 #define EMU_DST_ALICE2_EMU32_4 0x0003 /* 16 1233 #define EMU_DST_ALICE2_EMU32_4 0x0003 /* 16 EMU32 channels to Alice2 +0 to +0xf */
1231 #define EMU_DST_ALICE2_EMU32_5 0x0004 /* 16 1234 #define EMU_DST_ALICE2_EMU32_5 0x0004 /* 16 EMU32 channels to Alice2 +0 to +0xf */
1232 #define EMU_DST_ALICE2_EMU32_6 0x0005 /* 16 1235 #define EMU_DST_ALICE2_EMU32_6 0x0005 /* 16 EMU32 channels to Alice2 +0 to +0xf */
1233 #define EMU_DST_ALICE2_EMU32_7 0x0006 /* 16 1236 #define EMU_DST_ALICE2_EMU32_7 0x0006 /* 16 EMU32 channels to Alice2 +0 to +0xf */
1234 #define EMU_DST_ALICE2_EMU32_8 0x0007 /* 16 1237 #define EMU_DST_ALICE2_EMU32_8 0x0007 /* 16 EMU32 channels to Alice2 +0 to +0xf */
1235 #define EMU_DST_ALICE2_EMU32_9 0x0008 /* 16 1238 #define EMU_DST_ALICE2_EMU32_9 0x0008 /* 16 EMU32 channels to Alice2 +0 to +0xf */
1236 #define EMU_DST_ALICE2_EMU32_A 0x0009 /* 16 1239 #define EMU_DST_ALICE2_EMU32_A 0x0009 /* 16 EMU32 channels to Alice2 +0 to +0xf */
1237 #define EMU_DST_ALICE2_EMU32_B 0x000a /* 16 1240 #define EMU_DST_ALICE2_EMU32_B 0x000a /* 16 EMU32 channels to Alice2 +0 to +0xf */
1238 #define EMU_DST_ALICE2_EMU32_C 0x000b /* 16 1241 #define EMU_DST_ALICE2_EMU32_C 0x000b /* 16 EMU32 channels to Alice2 +0 to +0xf */
1239 #define EMU_DST_ALICE2_EMU32_D 0x000c /* 16 1242 #define EMU_DST_ALICE2_EMU32_D 0x000c /* 16 EMU32 channels to Alice2 +0 to +0xf */
1240 #define EMU_DST_ALICE2_EMU32_E 0x000d /* 16 1243 #define EMU_DST_ALICE2_EMU32_E 0x000d /* 16 EMU32 channels to Alice2 +0 to +0xf */
1241 #define EMU_DST_ALICE2_EMU32_F 0x000e /* 16 1244 #define EMU_DST_ALICE2_EMU32_F 0x000e /* 16 EMU32 channels to Alice2 +0 to +0xf */
1242 #define EMU_DST_DOCK_DAC1_LEFT1 0x0100 /* Au 1245 #define EMU_DST_DOCK_DAC1_LEFT1 0x0100 /* Audio Dock DAC1 Left, 1st or 48kHz only */
1243 #define EMU_DST_DOCK_DAC1_LEFT2 0x0101 /* Au 1246 #define EMU_DST_DOCK_DAC1_LEFT2 0x0101 /* Audio Dock DAC1 Left, 2nd or 96kHz */
1244 #define EMU_DST_DOCK_DAC1_LEFT3 0x0102 /* Au 1247 #define EMU_DST_DOCK_DAC1_LEFT3 0x0102 /* Audio Dock DAC1 Left, 3rd or 192kHz */
1245 #define EMU_DST_DOCK_DAC1_LEFT4 0x0103 /* Au 1248 #define EMU_DST_DOCK_DAC1_LEFT4 0x0103 /* Audio Dock DAC1 Left, 4th or 192kHz */
1246 #define EMU_DST_DOCK_DAC1_RIGHT1 0x010 1249 #define EMU_DST_DOCK_DAC1_RIGHT1 0x0104 /* Audio Dock DAC1 Right, 1st or 48kHz only */
1247 #define EMU_DST_DOCK_DAC1_RIGHT2 0x010 1250 #define EMU_DST_DOCK_DAC1_RIGHT2 0x0105 /* Audio Dock DAC1 Right, 2nd or 96kHz */
1248 #define EMU_DST_DOCK_DAC1_RIGHT3 0x010 1251 #define EMU_DST_DOCK_DAC1_RIGHT3 0x0106 /* Audio Dock DAC1 Right, 3rd or 192kHz */
1249 #define EMU_DST_DOCK_DAC1_RIGHT4 0x010 1252 #define EMU_DST_DOCK_DAC1_RIGHT4 0x0107 /* Audio Dock DAC1 Right, 4th or 192kHz */
1250 #define EMU_DST_DOCK_DAC2_LEFT1 0x0108 /* Au 1253 #define EMU_DST_DOCK_DAC2_LEFT1 0x0108 /* Audio Dock DAC2 Left, 1st or 48kHz only */
1251 #define EMU_DST_DOCK_DAC2_LEFT2 0x0109 /* Au 1254 #define EMU_DST_DOCK_DAC2_LEFT2 0x0109 /* Audio Dock DAC2 Left, 2nd or 96kHz */
1252 #define EMU_DST_DOCK_DAC2_LEFT3 0x010a /* Au 1255 #define EMU_DST_DOCK_DAC2_LEFT3 0x010a /* Audio Dock DAC2 Left, 3rd or 192kHz */
1253 #define EMU_DST_DOCK_DAC2_LEFT4 0x010b /* Au 1256 #define EMU_DST_DOCK_DAC2_LEFT4 0x010b /* Audio Dock DAC2 Left, 4th or 192kHz */
1254 #define EMU_DST_DOCK_DAC2_RIGHT1 0x010 1257 #define EMU_DST_DOCK_DAC2_RIGHT1 0x010c /* Audio Dock DAC2 Right, 1st or 48kHz only */
1255 #define EMU_DST_DOCK_DAC2_RIGHT2 0x010 1258 #define EMU_DST_DOCK_DAC2_RIGHT2 0x010d /* Audio Dock DAC2 Right, 2nd or 96kHz */
1256 #define EMU_DST_DOCK_DAC2_RIGHT3 0x010 1259 #define EMU_DST_DOCK_DAC2_RIGHT3 0x010e /* Audio Dock DAC2 Right, 3rd or 192kHz */
1257 #define EMU_DST_DOCK_DAC2_RIGHT4 0x010 1260 #define EMU_DST_DOCK_DAC2_RIGHT4 0x010f /* Audio Dock DAC2 Right, 4th or 192kHz */
1258 #define EMU_DST_DOCK_DAC3_LEFT1 0x0110 /* Au 1261 #define EMU_DST_DOCK_DAC3_LEFT1 0x0110 /* Audio Dock DAC1 Left, 1st or 48kHz only */
1259 #define EMU_DST_DOCK_DAC3_LEFT2 0x0111 /* Au 1262 #define EMU_DST_DOCK_DAC3_LEFT2 0x0111 /* Audio Dock DAC1 Left, 2nd or 96kHz */
1260 #define EMU_DST_DOCK_DAC3_LEFT3 0x0112 /* Au 1263 #define EMU_DST_DOCK_DAC3_LEFT3 0x0112 /* Audio Dock DAC1 Left, 3rd or 192kHz */
1261 #define EMU_DST_DOCK_DAC3_LEFT4 0x0113 /* Au 1264 #define EMU_DST_DOCK_DAC3_LEFT4 0x0113 /* Audio Dock DAC1 Left, 4th or 192kHz */
1262 #define EMU_DST_DOCK_PHONES_LEFT1 0x011 1265 #define EMU_DST_DOCK_PHONES_LEFT1 0x0112 /* Audio Dock PHONES Left, 1st or 48kHz only */
1263 #define EMU_DST_DOCK_PHONES_LEFT2 0x011 1266 #define EMU_DST_DOCK_PHONES_LEFT2 0x0113 /* Audio Dock PHONES Left, 2nd or 96kHz */
1264 #define EMU_DST_DOCK_DAC3_RIGHT1 0x011 1267 #define EMU_DST_DOCK_DAC3_RIGHT1 0x0114 /* Audio Dock DAC1 Right, 1st or 48kHz only */
1265 #define EMU_DST_DOCK_DAC3_RIGHT2 0x011 1268 #define EMU_DST_DOCK_DAC3_RIGHT2 0x0115 /* Audio Dock DAC1 Right, 2nd or 96kHz */
1266 #define EMU_DST_DOCK_DAC3_RIGHT3 0x011 1269 #define EMU_DST_DOCK_DAC3_RIGHT3 0x0116 /* Audio Dock DAC1 Right, 3rd or 192kHz */
1267 #define EMU_DST_DOCK_DAC3_RIGHT4 0x011 1270 #define EMU_DST_DOCK_DAC3_RIGHT4 0x0117 /* Audio Dock DAC1 Right, 4th or 192kHz */
1268 #define EMU_DST_DOCK_PHONES_RIGHT1 0x011 1271 #define EMU_DST_DOCK_PHONES_RIGHT1 0x0116 /* Audio Dock PHONES Right, 1st or 48kHz only */
1269 #define EMU_DST_DOCK_PHONES_RIGHT2 0x011 1272 #define EMU_DST_DOCK_PHONES_RIGHT2 0x0117 /* Audio Dock PHONES Right, 2nd or 96kHz */
1270 #define EMU_DST_DOCK_DAC4_LEFT1 0x0118 /* Au 1273 #define EMU_DST_DOCK_DAC4_LEFT1 0x0118 /* Audio Dock DAC2 Left, 1st or 48kHz only */
1271 #define EMU_DST_DOCK_DAC4_LEFT2 0x0119 /* Au 1274 #define EMU_DST_DOCK_DAC4_LEFT2 0x0119 /* Audio Dock DAC2 Left, 2nd or 96kHz */
1272 #define EMU_DST_DOCK_DAC4_LEFT3 0x011a /* Au 1275 #define EMU_DST_DOCK_DAC4_LEFT3 0x011a /* Audio Dock DAC2 Left, 3rd or 192kHz */
1273 #define EMU_DST_DOCK_DAC4_LEFT4 0x011b /* Au 1276 #define EMU_DST_DOCK_DAC4_LEFT4 0x011b /* Audio Dock DAC2 Left, 4th or 192kHz */
1274 #define EMU_DST_DOCK_SPDIF_LEFT1 0x011 1277 #define EMU_DST_DOCK_SPDIF_LEFT1 0x011a /* Audio Dock SPDIF Left, 1st or 48kHz only */
1275 #define EMU_DST_DOCK_SPDIF_LEFT2 0x011 1278 #define EMU_DST_DOCK_SPDIF_LEFT2 0x011b /* Audio Dock SPDIF Left, 2nd or 96kHz */
1276 #define EMU_DST_DOCK_DAC4_RIGHT1 0x011 1279 #define EMU_DST_DOCK_DAC4_RIGHT1 0x011c /* Audio Dock DAC2 Right, 1st or 48kHz only */
1277 #define EMU_DST_DOCK_DAC4_RIGHT2 0x011 1280 #define EMU_DST_DOCK_DAC4_RIGHT2 0x011d /* Audio Dock DAC2 Right, 2nd or 96kHz */
1278 #define EMU_DST_DOCK_DAC4_RIGHT3 0x011 1281 #define EMU_DST_DOCK_DAC4_RIGHT3 0x011e /* Audio Dock DAC2 Right, 3rd or 192kHz */
1279 #define EMU_DST_DOCK_DAC4_RIGHT4 0x011 1282 #define EMU_DST_DOCK_DAC4_RIGHT4 0x011f /* Audio Dock DAC2 Right, 4th or 192kHz */
1280 #define EMU_DST_DOCK_SPDIF_RIGHT1 0x011 1283 #define EMU_DST_DOCK_SPDIF_RIGHT1 0x011e /* Audio Dock SPDIF Right, 1st or 48kHz only */
1281 #define EMU_DST_DOCK_SPDIF_RIGHT2 0x011 1284 #define EMU_DST_DOCK_SPDIF_RIGHT2 0x011f /* Audio Dock SPDIF Right, 2nd or 96kHz */
1282 #define EMU_DST_HANA_SPDIF_LEFT1 0x020 1285 #define EMU_DST_HANA_SPDIF_LEFT1 0x0200 /* Hana SPDIF Left, 1st or 48kHz only */
1283 #define EMU_DST_HANA_SPDIF_LEFT2 0x020 1286 #define EMU_DST_HANA_SPDIF_LEFT2 0x0202 /* Hana SPDIF Left, 2nd or 96kHz */
1284 #define EMU_DST_HANA_SPDIF_RIGHT1 0x020 1287 #define EMU_DST_HANA_SPDIF_RIGHT1 0x0201 /* Hana SPDIF Right, 1st or 48kHz only */
1285 #define EMU_DST_HANA_SPDIF_RIGHT2 0x020 1288 #define EMU_DST_HANA_SPDIF_RIGHT2 0x0203 /* Hana SPDIF Right, 2nd or 96kHz */
1286 #define EMU_DST_HAMOA_DAC_LEFT1 0x0300 /* Ha 1289 #define EMU_DST_HAMOA_DAC_LEFT1 0x0300 /* Hamoa DAC Left, 1st or 48kHz only */
1287 #define EMU_DST_HAMOA_DAC_LEFT2 0x0302 /* Ha 1290 #define EMU_DST_HAMOA_DAC_LEFT2 0x0302 /* Hamoa DAC Left, 2nd or 96kHz */
1288 #define EMU_DST_HAMOA_DAC_LEFT3 0x0304 /* Ha 1291 #define EMU_DST_HAMOA_DAC_LEFT3 0x0304 /* Hamoa DAC Left, 3rd or 192kHz */
1289 #define EMU_DST_HAMOA_DAC_LEFT4 0x0306 /* Ha 1292 #define EMU_DST_HAMOA_DAC_LEFT4 0x0306 /* Hamoa DAC Left, 4th or 192kHz */
1290 #define EMU_DST_HAMOA_DAC_RIGHT1 0x030 1293 #define EMU_DST_HAMOA_DAC_RIGHT1 0x0301 /* Hamoa DAC Right, 1st or 48kHz only */
1291 #define EMU_DST_HAMOA_DAC_RIGHT2 0x030 1294 #define EMU_DST_HAMOA_DAC_RIGHT2 0x0303 /* Hamoa DAC Right, 2nd or 96kHz */
1292 #define EMU_DST_HAMOA_DAC_RIGHT3 0x030 1295 #define EMU_DST_HAMOA_DAC_RIGHT3 0x0305 /* Hamoa DAC Right, 3rd or 192kHz */
1293 #define EMU_DST_HAMOA_DAC_RIGHT4 0x030 1296 #define EMU_DST_HAMOA_DAC_RIGHT4 0x0307 /* Hamoa DAC Right, 4th or 192kHz */
1294 #define EMU_DST_HANA_ADAT 0x0400 /* Ha 1297 #define EMU_DST_HANA_ADAT 0x0400 /* Hana ADAT 8 channel out +0 to +7 */
1295 #define EMU_DST_ALICE_I2S0_LEFT 0x050 1298 #define EMU_DST_ALICE_I2S0_LEFT 0x0500 /* Alice2 I2S0 Left */
1296 #define EMU_DST_ALICE_I2S0_RIGHT 0x050 1299 #define EMU_DST_ALICE_I2S0_RIGHT 0x0501 /* Alice2 I2S0 Right */
1297 #define EMU_DST_ALICE_I2S1_LEFT 0x060 1300 #define EMU_DST_ALICE_I2S1_LEFT 0x0600 /* Alice2 I2S1 Left */
1298 #define EMU_DST_ALICE_I2S1_RIGHT 0x060 1301 #define EMU_DST_ALICE_I2S1_RIGHT 0x0601 /* Alice2 I2S1 Right */
1299 #define EMU_DST_ALICE_I2S2_LEFT 0x070 1302 #define EMU_DST_ALICE_I2S2_LEFT 0x0700 /* Alice2 I2S2 Left */
1300 #define EMU_DST_ALICE_I2S2_RIGHT 0x070 1303 #define EMU_DST_ALICE_I2S2_RIGHT 0x0701 /* Alice2 I2S2 Right */
1301 1304
1302 /* Additional destinations for 1616(M)/Microd 1305 /* Additional destinations for 1616(M)/Microdock */
1303 /* Microdock S/PDIF OUT Left, 1st or 48kHz on 1306 /* Microdock S/PDIF OUT Left, 1st or 48kHz only */
1304 #define EMU_DST_MDOCK_SPDIF_LEFT1 0x011 1307 #define EMU_DST_MDOCK_SPDIF_LEFT1 0x0112
1305 /* Microdock S/PDIF OUT Left, 2nd or 96kHz */ 1308 /* Microdock S/PDIF OUT Left, 2nd or 96kHz */
1306 #define EMU_DST_MDOCK_SPDIF_LEFT2 0x011 1309 #define EMU_DST_MDOCK_SPDIF_LEFT2 0x0113
1307 /* Microdock S/PDIF OUT Right, 1st or 48kHz o 1310 /* Microdock S/PDIF OUT Right, 1st or 48kHz only */
1308 #define EMU_DST_MDOCK_SPDIF_RIGHT1 0x011 1311 #define EMU_DST_MDOCK_SPDIF_RIGHT1 0x0116
1309 /* Microdock S/PDIF OUT Right, 2nd or 96kHz 1312 /* Microdock S/PDIF OUT Right, 2nd or 96kHz */
1310 #define EMU_DST_MDOCK_SPDIF_RIGHT2 0x011 1313 #define EMU_DST_MDOCK_SPDIF_RIGHT2 0x0117
1311 /* Microdock S/PDIF ADAT 8 channel out +8 to 1314 /* Microdock S/PDIF ADAT 8 channel out +8 to +f */
1312 #define EMU_DST_MDOCK_ADAT 0x011 1315 #define EMU_DST_MDOCK_ADAT 0x0118
1313 1316
1314 /* Headphone jack on 1010 cardbus? 44.1/48kHz 1317 /* Headphone jack on 1010 cardbus? 44.1/48kHz only? */
1315 #define EMU_DST_MANA_DAC_LEFT 0x030 1318 #define EMU_DST_MANA_DAC_LEFT 0x0300
1316 /* Headphone jack on 1010 cardbus? 44.1/48kHz 1319 /* Headphone jack on 1010 cardbus? 44.1/48kHz only? */
1317 #define EMU_DST_MANA_DAC_RIGHT 0x030 1320 #define EMU_DST_MANA_DAC_RIGHT 0x0301
1318 1321
1319 /******************************************** 1322 /************************************************************************************************/
1320 /* EMU1010m HANA Sources 1323 /* EMU1010m HANA Sources */
1321 /******************************************** 1324 /************************************************************************************************/
1322 /* Hana, original 1010,1212,1820 using Alice2 1325 /* Hana, original 1010,1212,1820 using Alice2
1323 * Sources SRATEX = 1X rates: 44.1 kHz or 48 1326 * Sources SRATEX = 1X rates: 44.1 kHz or 48 kHz
1324 * 0x00,0x00-0x1f: Silence 1327 * 0x00,0x00-0x1f: Silence
1325 * 0x01, 0x10-0x1f: 32 Elink channels from Au 1328 * 0x01, 0x10-0x1f: 32 Elink channels from Audio Dock
1326 * 0x01, 0x00: Dock Mic A 1329 * 0x01, 0x00: Dock Mic A
1327 * 0x01, 0x04: Dock Mic B 1330 * 0x01, 0x04: Dock Mic B
1328 * 0x01, 0x08: Dock ADC 1 Left 1331 * 0x01, 0x08: Dock ADC 1 Left
1329 * 0x01, 0x0c: Dock ADC 1 Right 1332 * 0x01, 0x0c: Dock ADC 1 Right
1330 * 0x01, 0x10: Dock ADC 2 Left 1333 * 0x01, 0x10: Dock ADC 2 Left
1331 * 0x01, 0x14: Dock ADC 2 Right 1334 * 0x01, 0x14: Dock ADC 2 Right
1332 * 0x01, 0x18: Dock ADC 3 Left 1335 * 0x01, 0x18: Dock ADC 3 Left
1333 * 0x01, 0x1c: Dock ADC 3 Right 1336 * 0x01, 0x1c: Dock ADC 3 Right
1334 * 0x02, 0x00: Hana ADC Left 1337 * 0x02, 0x00: Hana ADC Left
1335 * 0x02, 0x01: Hana ADC Right 1338 * 0x02, 0x01: Hana ADC Right
1336 * 0x03, 0x00-0x0f: 16 inputs from Alice2 Emu 1339 * 0x03, 0x00-0x0f: 16 inputs from Alice2 Emu32A output
1337 * 0x03, 0x10-0x1f: 16 inputs from Alice2 Emu 1340 * 0x03, 0x10-0x1f: 16 inputs from Alice2 Emu32B output
1338 * 0x04, 0x00-0x07: Hana ADAT 1341 * 0x04, 0x00-0x07: Hana ADAT
1339 * 0x05, 0x00: Hana S/PDIF Left 1342 * 0x05, 0x00: Hana S/PDIF Left
1340 * 0x05, 0x01: Hana S/PDIF Right 1343 * 0x05, 0x01: Hana S/PDIF Right
1341 * 0x06-0x07: Not used 1344 * 0x06-0x07: Not used
1342 * 1345 *
1343 * Hana2 never released, but used Tina 1346 * Hana2 never released, but used Tina
1344 * Not needed. 1347 * Not needed.
1345 * 1348 *
1346 * Hana3, rev2 1010,1212,1616 using Tina 1349 * Hana3, rev2 1010,1212,1616 using Tina
1347 * Sources SRATEX = 1X rates: 44.1 kHz or 48 1350 * Sources SRATEX = 1X rates: 44.1 kHz or 48 kHz
1348 * 0x00,0x00-0x1f: Silence 1351 * 0x00,0x00-0x1f: Silence
1349 * 0x01, 0x10-0x1f: 32 Elink channels from Au 1352 * 0x01, 0x10-0x1f: 32 Elink channels from Audio Dock
1350 * 0x01, 0x00: Dock Mic A 1353 * 0x01, 0x00: Dock Mic A
1351 * 0x01, 0x04: Dock Mic B 1354 * 0x01, 0x04: Dock Mic B
1352 * 0x01, 0x08: Dock ADC 1 Left 1355 * 0x01, 0x08: Dock ADC 1 Left
1353 * 0x01, 0x0c: Dock ADC 1 Right 1356 * 0x01, 0x0c: Dock ADC 1 Right
1354 * 0x01, 0x10: Dock ADC 2 Left 1357 * 0x01, 0x10: Dock ADC 2 Left
1355 * 0x01, 0x12: Dock S/PDIF Left 1358 * 0x01, 0x12: Dock S/PDIF Left
1356 * 0x01, 0x14: Dock ADC 2 Right 1359 * 0x01, 0x14: Dock ADC 2 Right
1357 * 0x01, 0x16: Dock S/PDIF Right 1360 * 0x01, 0x16: Dock S/PDIF Right
1358 * 0x01, 0x18-0x1f: Dock ADAT 0-7 1361 * 0x01, 0x18-0x1f: Dock ADAT 0-7
1359 * 0x01, 0x18: Dock ADC 3 Left 1362 * 0x01, 0x18: Dock ADC 3 Left
1360 * 0x01, 0x1c: Dock ADC 3 Right 1363 * 0x01, 0x1c: Dock ADC 3 Right
1361 * 0x02, 0x00: Hanoa ADC Left 1364 * 0x02, 0x00: Hanoa ADC Left
1362 * 0x02, 0x01: Hanoa ADC Right 1365 * 0x02, 0x01: Hanoa ADC Right
1363 * 0x03, 0x00-0x0f: 16 inputs from Tina Emu32 1366 * 0x03, 0x00-0x0f: 16 inputs from Tina Emu32A output
1364 * 0x03, 0x10-0x1f: 16 inputs from Tina Emu32 1367 * 0x03, 0x10-0x1f: 16 inputs from Tina Emu32B output
1365 * 0x04, 0x00-0x07: Hana3 ADAT 1368 * 0x04, 0x00-0x07: Hana3 ADAT
1366 * 0x05, 0x00: Hana3 S/PDIF Left 1369 * 0x05, 0x00: Hana3 S/PDIF Left
1367 * 0x05, 0x01: Hana3 S/PDIF Right 1370 * 0x05, 0x01: Hana3 S/PDIF Right
1368 * 0x06-0x07: Not used 1371 * 0x06-0x07: Not used
1369 * 1372 *
1370 * HanaLite, rev1 0404 using Alice2 1373 * HanaLite, rev1 0404 using Alice2
1371 * Sources SRATEX = 1X rates: 44.1 kHz or 48 1374 * Sources SRATEX = 1X rates: 44.1 kHz or 48 kHz
1372 * 0x00,0x00-0x1f: Silence 1375 * 0x00,0x00-0x1f: Silence
1373 * 0x01: Not used 1376 * 0x01: Not used
1374 * 0x02, 0x00: ADC Left 1377 * 0x02, 0x00: ADC Left
1375 * 0x02, 0x01: ADC Right 1378 * 0x02, 0x01: ADC Right
1376 * 0x03, 0x00-0x0f: 16 inputs from Alice2 Emu 1379 * 0x03, 0x00-0x0f: 16 inputs from Alice2 Emu32A output
1377 * 0x03, 0x10-0x1f: 16 inputs from Alice2 Emu 1380 * 0x03, 0x10-0x1f: 16 inputs from Alice2 Emu32B output
1378 * 0x04: Not used 1381 * 0x04: Not used
1379 * 0x05, 0x00: S/PDIF Left 1382 * 0x05, 0x00: S/PDIF Left
1380 * 0x05, 0x01: S/PDIF Right 1383 * 0x05, 0x01: S/PDIF Right
1381 * 0x06-0x07: Not used 1384 * 0x06-0x07: Not used
1382 * 1385 *
1383 * HanaLiteLite, rev2 0404 using Alice2 1386 * HanaLiteLite, rev2 0404 using Alice2
1384 * Sources SRATEX = 1X rates: 44.1 kHz or 48 1387 * Sources SRATEX = 1X rates: 44.1 kHz or 48 kHz
1385 * 0x00,0x00-0x1f: Silence 1388 * 0x00,0x00-0x1f: Silence
1386 * 0x01: Not used 1389 * 0x01: Not used
1387 * 0x02, 0x00: ADC Left 1390 * 0x02, 0x00: ADC Left
1388 * 0x02, 0x01: ADC Right 1391 * 0x02, 0x01: ADC Right
1389 * 0x03, 0x00-0x0f: 16 inputs from Alice2 Emu 1392 * 0x03, 0x00-0x0f: 16 inputs from Alice2 Emu32A output
1390 * 0x03, 0x10-0x1f: 16 inputs from Alice2 Emu 1393 * 0x03, 0x10-0x1f: 16 inputs from Alice2 Emu32B output
1391 * 0x04: Not used 1394 * 0x04: Not used
1392 * 0x05, 0x00: S/PDIF Left 1395 * 0x05, 0x00: S/PDIF Left
1393 * 0x05, 0x01: S/PDIF Right 1396 * 0x05, 0x01: S/PDIF Right
1394 * 0x06-0x07: Not used 1397 * 0x06-0x07: Not used
1395 * 1398 *
1396 * Mana, Cardbus 1616 using Tina2 1399 * Mana, Cardbus 1616 using Tina2
1397 * Sources SRATEX = 1X rates: 44.1 kHz or 48 1400 * Sources SRATEX = 1X rates: 44.1 kHz or 48 kHz
1398 * 0x00,0x00-0x1f: Silence 1401 * 0x00,0x00-0x1f: Silence
1399 * 0x01, 0x10-0x1f: 32 Elink channels from Au 1402 * 0x01, 0x10-0x1f: 32 Elink channels from Audio Dock
1400 * 0x01, 0x00: Dock Mic A 1403 * 0x01, 0x00: Dock Mic A
1401 * 0x01, 0x04: Dock Mic B 1404 * 0x01, 0x04: Dock Mic B
1402 * 0x01, 0x08: Dock ADC 1 Left 1405 * 0x01, 0x08: Dock ADC 1 Left
1403 * 0x01, 0x0c: Dock ADC 1 Right 1406 * 0x01, 0x0c: Dock ADC 1 Right
1404 * 0x01, 0x10: Dock ADC 2 Left 1407 * 0x01, 0x10: Dock ADC 2 Left
1405 * 0x01, 0x12: Dock S/PDIF Left 1408 * 0x01, 0x12: Dock S/PDIF Left
1406 * 0x01, 0x14: Dock ADC 2 Right 1409 * 0x01, 0x14: Dock ADC 2 Right
1407 * 0x01, 0x16: Dock S/PDIF Right 1410 * 0x01, 0x16: Dock S/PDIF Right
1408 * 0x01, 0x18-0x1f: Dock ADAT 0-7 1411 * 0x01, 0x18-0x1f: Dock ADAT 0-7
1409 * 0x01, 0x18: Dock ADC 3 Left 1412 * 0x01, 0x18: Dock ADC 3 Left
1410 * 0x01, 0x1c: Dock ADC 3 Right 1413 * 0x01, 0x1c: Dock ADC 3 Right
1411 * 0x02: Not used 1414 * 0x02: Not used
1412 * 0x03, 0x00-0x0f: 16 inputs from Tina Emu32 1415 * 0x03, 0x00-0x0f: 16 inputs from Tina Emu32A output
1413 * 0x03, 0x10-0x1f: 16 inputs from Tina Emu32 1416 * 0x03, 0x10-0x1f: 16 inputs from Tina Emu32B output
1414 * 0x04-0x07: Not used 1417 * 0x04-0x07: Not used
1415 * 1418 *
1416 */ 1419 */
1417 1420
1418 /* 32-bit sources of signal in the Hana FPGA. 1421 /* 32-bit sources of signal in the Hana FPGA. The sources are routed to
1419 * destinations using mixer control for each 1422 * destinations using mixer control for each destination - see emumixer.c
1420 * Sources are either physical inputs of FPGA 1423 * Sources are either physical inputs of FPGA,
1421 * or outputs from Alice (audigy) - 16 x EMU_ 1424 * or outputs from Alice (audigy) - 16 x EMU_SRC_ALICE_EMU32A +
1422 * 16 x EMU_SRC_ALICE_EMU32B 1425 * 16 x EMU_SRC_ALICE_EMU32B
1423 */ 1426 */
1424 #define EMU_SRC_SILENCE 0x0000 /* Si 1427 #define EMU_SRC_SILENCE 0x0000 /* Silence */
1425 #define EMU_SRC_DOCK_MIC_A1 0x0100 /* Au 1428 #define EMU_SRC_DOCK_MIC_A1 0x0100 /* Audio Dock Mic A, 1st or 48kHz only */
1426 #define EMU_SRC_DOCK_MIC_A2 0x0101 /* Au 1429 #define EMU_SRC_DOCK_MIC_A2 0x0101 /* Audio Dock Mic A, 2nd or 96kHz */
1427 #define EMU_SRC_DOCK_MIC_A3 0x0102 /* Au 1430 #define EMU_SRC_DOCK_MIC_A3 0x0102 /* Audio Dock Mic A, 3rd or 192kHz */
1428 #define EMU_SRC_DOCK_MIC_A4 0x0103 /* Au 1431 #define EMU_SRC_DOCK_MIC_A4 0x0103 /* Audio Dock Mic A, 4th or 192kHz */
1429 #define EMU_SRC_DOCK_MIC_B1 0x0104 /* Au 1432 #define EMU_SRC_DOCK_MIC_B1 0x0104 /* Audio Dock Mic B, 1st or 48kHz only */
1430 #define EMU_SRC_DOCK_MIC_B2 0x0105 /* Au 1433 #define EMU_SRC_DOCK_MIC_B2 0x0105 /* Audio Dock Mic B, 2nd or 96kHz */
1431 #define EMU_SRC_DOCK_MIC_B3 0x0106 /* Au 1434 #define EMU_SRC_DOCK_MIC_B3 0x0106 /* Audio Dock Mic B, 3rd or 192kHz */
1432 #define EMU_SRC_DOCK_MIC_B4 0x0107 /* Au 1435 #define EMU_SRC_DOCK_MIC_B4 0x0107 /* Audio Dock Mic B, 4th or 192kHz */
1433 #define EMU_SRC_DOCK_ADC1_LEFT1 0x0108 /* Au 1436 #define EMU_SRC_DOCK_ADC1_LEFT1 0x0108 /* Audio Dock ADC1 Left, 1st or 48kHz only */
1434 #define EMU_SRC_DOCK_ADC1_LEFT2 0x0109 /* Au 1437 #define EMU_SRC_DOCK_ADC1_LEFT2 0x0109 /* Audio Dock ADC1 Left, 2nd or 96kHz */
1435 #define EMU_SRC_DOCK_ADC1_LEFT3 0x010a /* Au 1438 #define EMU_SRC_DOCK_ADC1_LEFT3 0x010a /* Audio Dock ADC1 Left, 3rd or 192kHz */
1436 #define EMU_SRC_DOCK_ADC1_LEFT4 0x010b /* Au 1439 #define EMU_SRC_DOCK_ADC1_LEFT4 0x010b /* Audio Dock ADC1 Left, 4th or 192kHz */
1437 #define EMU_SRC_DOCK_ADC1_RIGHT1 0x010 1440 #define EMU_SRC_DOCK_ADC1_RIGHT1 0x010c /* Audio Dock ADC1 Right, 1st or 48kHz only */
1438 #define EMU_SRC_DOCK_ADC1_RIGHT2 0x010 1441 #define EMU_SRC_DOCK_ADC1_RIGHT2 0x010d /* Audio Dock ADC1 Right, 2nd or 96kHz */
1439 #define EMU_SRC_DOCK_ADC1_RIGHT3 0x010 1442 #define EMU_SRC_DOCK_ADC1_RIGHT3 0x010e /* Audio Dock ADC1 Right, 3rd or 192kHz */
1440 #define EMU_SRC_DOCK_ADC1_RIGHT4 0x010 1443 #define EMU_SRC_DOCK_ADC1_RIGHT4 0x010f /* Audio Dock ADC1 Right, 4th or 192kHz */
1441 #define EMU_SRC_DOCK_ADC2_LEFT1 0x0110 /* Au 1444 #define EMU_SRC_DOCK_ADC2_LEFT1 0x0110 /* Audio Dock ADC2 Left, 1st or 48kHz only */
1442 #define EMU_SRC_DOCK_ADC2_LEFT2 0x0111 /* Au 1445 #define EMU_SRC_DOCK_ADC2_LEFT2 0x0111 /* Audio Dock ADC2 Left, 2nd or 96kHz */
1443 #define EMU_SRC_DOCK_ADC2_LEFT3 0x0112 /* Au 1446 #define EMU_SRC_DOCK_ADC2_LEFT3 0x0112 /* Audio Dock ADC2 Left, 3rd or 192kHz */
1444 #define EMU_SRC_DOCK_ADC2_LEFT4 0x0113 /* Au 1447 #define EMU_SRC_DOCK_ADC2_LEFT4 0x0113 /* Audio Dock ADC2 Left, 4th or 192kHz */
1445 #define EMU_SRC_DOCK_ADC2_RIGHT1 0x011 1448 #define EMU_SRC_DOCK_ADC2_RIGHT1 0x0114 /* Audio Dock ADC2 Right, 1st or 48kHz only */
1446 #define EMU_SRC_DOCK_ADC2_RIGHT2 0x011 1449 #define EMU_SRC_DOCK_ADC2_RIGHT2 0x0115 /* Audio Dock ADC2 Right, 2nd or 96kHz */
1447 #define EMU_SRC_DOCK_ADC2_RIGHT3 0x011 1450 #define EMU_SRC_DOCK_ADC2_RIGHT3 0x0116 /* Audio Dock ADC2 Right, 3rd or 192kHz */
1448 #define EMU_SRC_DOCK_ADC2_RIGHT4 0x011 1451 #define EMU_SRC_DOCK_ADC2_RIGHT4 0x0117 /* Audio Dock ADC2 Right, 4th or 192kHz */
1449 #define EMU_SRC_DOCK_ADC3_LEFT1 0x0118 /* Au 1452 #define EMU_SRC_DOCK_ADC3_LEFT1 0x0118 /* Audio Dock ADC3 Left, 1st or 48kHz only */
1450 #define EMU_SRC_DOCK_ADC3_LEFT2 0x0119 /* Au 1453 #define EMU_SRC_DOCK_ADC3_LEFT2 0x0119 /* Audio Dock ADC3 Left, 2nd or 96kHz */
1451 #define EMU_SRC_DOCK_ADC3_LEFT3 0x011a /* Au 1454 #define EMU_SRC_DOCK_ADC3_LEFT3 0x011a /* Audio Dock ADC3 Left, 3rd or 192kHz */
1452 #define EMU_SRC_DOCK_ADC3_LEFT4 0x011b /* Au 1455 #define EMU_SRC_DOCK_ADC3_LEFT4 0x011b /* Audio Dock ADC3 Left, 4th or 192kHz */
1453 #define EMU_SRC_DOCK_ADC3_RIGHT1 0x011 1456 #define EMU_SRC_DOCK_ADC3_RIGHT1 0x011c /* Audio Dock ADC3 Right, 1st or 48kHz only */
1454 #define EMU_SRC_DOCK_ADC3_RIGHT2 0x011 1457 #define EMU_SRC_DOCK_ADC3_RIGHT2 0x011d /* Audio Dock ADC3 Right, 2nd or 96kHz */
1455 #define EMU_SRC_DOCK_ADC3_RIGHT3 0x011 1458 #define EMU_SRC_DOCK_ADC3_RIGHT3 0x011e /* Audio Dock ADC3 Right, 3rd or 192kHz */
1456 #define EMU_SRC_DOCK_ADC3_RIGHT4 0x011 1459 #define EMU_SRC_DOCK_ADC3_RIGHT4 0x011f /* Audio Dock ADC3 Right, 4th or 192kHz */
1457 #define EMU_SRC_HAMOA_ADC_LEFT1 0x0200 /* Ha 1460 #define EMU_SRC_HAMOA_ADC_LEFT1 0x0200 /* Hamoa ADC Left, 1st or 48kHz only */
1458 #define EMU_SRC_HAMOA_ADC_LEFT2 0x0202 /* Ha 1461 #define EMU_SRC_HAMOA_ADC_LEFT2 0x0202 /* Hamoa ADC Left, 2nd or 96kHz */
1459 #define EMU_SRC_HAMOA_ADC_LEFT3 0x0204 /* Ha 1462 #define EMU_SRC_HAMOA_ADC_LEFT3 0x0204 /* Hamoa ADC Left, 3rd or 192kHz */
1460 #define EMU_SRC_HAMOA_ADC_LEFT4 0x0206 /* Ha 1463 #define EMU_SRC_HAMOA_ADC_LEFT4 0x0206 /* Hamoa ADC Left, 4th or 192kHz */
1461 #define EMU_SRC_HAMOA_ADC_RIGHT1 0x020 1464 #define EMU_SRC_HAMOA_ADC_RIGHT1 0x0201 /* Hamoa ADC Right, 1st or 48kHz only */
1462 #define EMU_SRC_HAMOA_ADC_RIGHT2 0x020 1465 #define EMU_SRC_HAMOA_ADC_RIGHT2 0x0203 /* Hamoa ADC Right, 2nd or 96kHz */
1463 #define EMU_SRC_HAMOA_ADC_RIGHT3 0x020 1466 #define EMU_SRC_HAMOA_ADC_RIGHT3 0x0205 /* Hamoa ADC Right, 3rd or 192kHz */
1464 #define EMU_SRC_HAMOA_ADC_RIGHT4 0x020 1467 #define EMU_SRC_HAMOA_ADC_RIGHT4 0x0207 /* Hamoa ADC Right, 4th or 192kHz */
1465 #define EMU_SRC_ALICE_EMU32A 0x030 1468 #define EMU_SRC_ALICE_EMU32A 0x0300 /* Alice2 EMU32a 16 outputs. +0 to +0xf */
1466 #define EMU_SRC_ALICE_EMU32B 0x031 1469 #define EMU_SRC_ALICE_EMU32B 0x0310 /* Alice2 EMU32b 16 outputs. +0 to +0xf */
1467 #define EMU_SRC_HANA_ADAT 0x0400 /* Ha 1470 #define EMU_SRC_HANA_ADAT 0x0400 /* Hana ADAT 8 channel in +0 to +7 */
1468 #define EMU_SRC_HANA_SPDIF_LEFT1 0x050 1471 #define EMU_SRC_HANA_SPDIF_LEFT1 0x0500 /* Hana SPDIF Left, 1st or 48kHz only */
1469 #define EMU_SRC_HANA_SPDIF_LEFT2 0x050 1472 #define EMU_SRC_HANA_SPDIF_LEFT2 0x0502 /* Hana SPDIF Left, 2nd or 96kHz */
1470 #define EMU_SRC_HANA_SPDIF_RIGHT1 0x050 1473 #define EMU_SRC_HANA_SPDIF_RIGHT1 0x0501 /* Hana SPDIF Right, 1st or 48kHz only */
1471 #define EMU_SRC_HANA_SPDIF_RIGHT2 0x050 1474 #define EMU_SRC_HANA_SPDIF_RIGHT2 0x0503 /* Hana SPDIF Right, 2nd or 96kHz */
1472 1475
1473 /* Additional inputs for 1616(M)/Microdock */ 1476 /* Additional inputs for 1616(M)/Microdock */
1474 /* Microdock S/PDIF Left, 1st or 48kHz only * 1477 /* Microdock S/PDIF Left, 1st or 48kHz only */
1475 #define EMU_SRC_MDOCK_SPDIF_LEFT1 0x011 1478 #define EMU_SRC_MDOCK_SPDIF_LEFT1 0x0112
1476 /* Microdock S/PDIF Left, 2nd or 96kHz */ 1479 /* Microdock S/PDIF Left, 2nd or 96kHz */
1477 #define EMU_SRC_MDOCK_SPDIF_LEFT2 0x011 1480 #define EMU_SRC_MDOCK_SPDIF_LEFT2 0x0113
1478 /* Microdock S/PDIF Right, 1st or 48kHz only 1481 /* Microdock S/PDIF Right, 1st or 48kHz only */
1479 #define EMU_SRC_MDOCK_SPDIF_RIGHT1 0x011 1482 #define EMU_SRC_MDOCK_SPDIF_RIGHT1 0x0116
1480 /* Microdock S/PDIF Right, 2nd or 96kHz */ 1483 /* Microdock S/PDIF Right, 2nd or 96kHz */
1481 #define EMU_SRC_MDOCK_SPDIF_RIGHT2 0x011 1484 #define EMU_SRC_MDOCK_SPDIF_RIGHT2 0x0117
1482 /* Microdock ADAT 8 channel in +8 to +f */ 1485 /* Microdock ADAT 8 channel in +8 to +f */
1483 #define EMU_SRC_MDOCK_ADAT 0x011 1486 #define EMU_SRC_MDOCK_ADAT 0x0118
1484 1487
1485 /* 0x600 and 0x700 no used */ 1488 /* 0x600 and 0x700 no used */
1486 1489
1487 /* ------------------- STRUCTURES ----------- 1490 /* ------------------- STRUCTURES -------------------- */
1488 1491
1489 enum { 1492 enum {
1490 EMU10K1_EFX, 1493 EMU10K1_EFX,
1491 EMU10K1_PCM, 1494 EMU10K1_PCM,
1492 EMU10K1_SYNTH, 1495 EMU10K1_SYNTH,
1493 EMU10K1_MIDI 1496 EMU10K1_MIDI
1494 }; 1497 };
1495 1498
1496 struct snd_emu10k1; 1499 struct snd_emu10k1;
1497 1500
1498 struct snd_emu10k1_voice { 1501 struct snd_emu10k1_voice {
1499 struct snd_emu10k1 *emu; 1502 struct snd_emu10k1 *emu;
1500 int number; 1503 int number;
1501 unsigned int use: 1, 1504 unsigned int use: 1,
1502 pcm: 1, 1505 pcm: 1,
1503 efx: 1, 1506 efx: 1,
1504 synth: 1, 1507 synth: 1,
1505 midi: 1; 1508 midi: 1;
1506 void (*interrupt)(struct snd_emu10k1 1509 void (*interrupt)(struct snd_emu10k1 *emu, struct snd_emu10k1_voice *pvoice);
1507 1510
1508 struct snd_emu10k1_pcm *epcm; 1511 struct snd_emu10k1_pcm *epcm;
1509 }; 1512 };
1510 1513
1511 enum { 1514 enum {
1512 PLAYBACK_EMUVOICE, 1515 PLAYBACK_EMUVOICE,
1513 PLAYBACK_EFX, 1516 PLAYBACK_EFX,
1514 CAPTURE_AC97ADC, 1517 CAPTURE_AC97ADC,
1515 CAPTURE_AC97MIC, 1518 CAPTURE_AC97MIC,
1516 CAPTURE_EFX 1519 CAPTURE_EFX
1517 }; 1520 };
1518 1521
1519 struct snd_emu10k1_pcm { 1522 struct snd_emu10k1_pcm {
1520 struct snd_emu10k1 *emu; 1523 struct snd_emu10k1 *emu;
1521 int type; 1524 int type;
1522 struct snd_pcm_substream *substream; 1525 struct snd_pcm_substream *substream;
1523 struct snd_emu10k1_voice *voices[NUM_ 1526 struct snd_emu10k1_voice *voices[NUM_EFX_PLAYBACK];
1524 struct snd_emu10k1_voice *extra; 1527 struct snd_emu10k1_voice *extra;
1525 unsigned short running; 1528 unsigned short running;
1526 unsigned short first_ptr; 1529 unsigned short first_ptr;
1527 struct snd_util_memblk *memblk; 1530 struct snd_util_memblk *memblk;
1528 unsigned int start_addr; 1531 unsigned int start_addr;
1529 unsigned int ccca_start_addr; 1532 unsigned int ccca_start_addr;
1530 unsigned int capture_ipr; /* in 1533 unsigned int capture_ipr; /* interrupt acknowledge mask */
1531 unsigned int capture_inte; /* in 1534 unsigned int capture_inte; /* interrupt enable mask */
1532 unsigned int capture_ba_reg; /* bu 1535 unsigned int capture_ba_reg; /* buffer address register */
1533 unsigned int capture_bs_reg; /* bu 1536 unsigned int capture_bs_reg; /* buffer size register */
1534 unsigned int capture_idx_reg; /* bu 1537 unsigned int capture_idx_reg; /* buffer index register */
1535 unsigned int capture_cr_val; /* co 1538 unsigned int capture_cr_val; /* control value */
1536 unsigned int capture_cr_val2; /* co 1539 unsigned int capture_cr_val2; /* control value2 (for audigy) */
1537 unsigned int capture_bs_val; /* bu 1540 unsigned int capture_bs_val; /* buffer size value */
1538 unsigned int capture_bufsize; /* bu 1541 unsigned int capture_bufsize; /* buffer size in bytes */
1539 }; 1542 };
1540 1543
1541 struct snd_emu10k1_pcm_mixer { 1544 struct snd_emu10k1_pcm_mixer {
1542 /* mono, left, right x 8 sends (4 on 1545 /* mono, left, right x 8 sends (4 on emu10k1) */
1543 unsigned char send_routing[3][8]; 1546 unsigned char send_routing[3][8];
1544 unsigned char send_volume[3][8]; 1547 unsigned char send_volume[3][8];
1545 unsigned short attn[3]; 1548 unsigned short attn[3];
1546 struct snd_emu10k1_pcm *epcm; 1549 struct snd_emu10k1_pcm *epcm;
1547 }; 1550 };
1548 1551
1549 #define snd_emu10k1_compose_send_routing(rout 1552 #define snd_emu10k1_compose_send_routing(route) \
1550 ((route[0] | (route[1] << 4) | (route[2] << 8 1553 ((route[0] | (route[1] << 4) | (route[2] << 8) | (route[3] << 12)) << 16)
1551 1554
1552 #define snd_emu10k1_compose_audigy_fxrt1(rout 1555 #define snd_emu10k1_compose_audigy_fxrt1(route) \
1553 ((unsigned int)route[0] | ((unsigned int)rout 1556 ((unsigned int)route[0] | ((unsigned int)route[1] << 8) | ((unsigned int)route[2] << 16) | ((unsigned int)route[3] << 24))
1554 1557
1555 #define snd_emu10k1_compose_audigy_fxrt2(rout 1558 #define snd_emu10k1_compose_audigy_fxrt2(route) \
1556 ((unsigned int)route[4] | ((unsigned int)rout 1559 ((unsigned int)route[4] | ((unsigned int)route[5] << 8) | ((unsigned int)route[6] << 16) | ((unsigned int)route[7] << 24))
1557 1560
1558 struct snd_emu10k1_memblk { 1561 struct snd_emu10k1_memblk {
1559 struct snd_util_memblk mem; 1562 struct snd_util_memblk mem;
1560 /* private part */ 1563 /* private part */
1561 int first_page, last_page, pages, map 1564 int first_page, last_page, pages, mapped_page;
1562 unsigned int map_locked; 1565 unsigned int map_locked;
1563 struct list_head mapped_link; 1566 struct list_head mapped_link;
1564 struct list_head mapped_order_link; 1567 struct list_head mapped_order_link;
1565 }; 1568 };
1566 1569
1567 #define snd_emu10k1_memblk_offset(blk) (((bl 1570 #define snd_emu10k1_memblk_offset(blk) (((blk)->mapped_page << PAGE_SHIFT) | ((blk)->mem.offset & (PAGE_SIZE - 1)))
1568 1571
1569 #define EMU10K1_MAX_TRAM_BLOCKS_PER_CODE 1572 #define EMU10K1_MAX_TRAM_BLOCKS_PER_CODE 16
1570 1573
1571 struct snd_emu10k1_fx8010_ctl { 1574 struct snd_emu10k1_fx8010_ctl {
1572 struct list_head list; /* li 1575 struct list_head list; /* list link container */
1573 unsigned int vcount; 1576 unsigned int vcount;
1574 unsigned int count; /* co 1577 unsigned int count; /* count of GPR (1..16) */
1575 unsigned short gpr[32]; /* GP 1578 unsigned short gpr[32]; /* GPR number(s) */
1576 unsigned int value[32]; 1579 unsigned int value[32];
1577 unsigned int min; /* mi 1580 unsigned int min; /* minimum range */
1578 unsigned int max; /* ma 1581 unsigned int max; /* maximum range */
1579 unsigned int translation; /* tr 1582 unsigned int translation; /* translation type (EMU10K1_GPR_TRANSLATION*) */
1580 struct snd_kcontrol *kcontrol; 1583 struct snd_kcontrol *kcontrol;
1581 }; 1584 };
1582 1585
1583 typedef void (snd_fx8010_irq_handler_t)(struc 1586 typedef void (snd_fx8010_irq_handler_t)(struct snd_emu10k1 *emu, void *private_data);
1584 1587
1585 struct snd_emu10k1_fx8010_irq { 1588 struct snd_emu10k1_fx8010_irq {
1586 struct snd_emu10k1_fx8010_irq *next; 1589 struct snd_emu10k1_fx8010_irq *next;
1587 snd_fx8010_irq_handler_t *handler; 1590 snd_fx8010_irq_handler_t *handler;
1588 unsigned short gpr_running; 1591 unsigned short gpr_running;
1589 void *private_data; 1592 void *private_data;
1590 }; 1593 };
1591 1594
1592 struct snd_emu10k1_fx8010_pcm { 1595 struct snd_emu10k1_fx8010_pcm {
1593 unsigned int valid: 1, 1596 unsigned int valid: 1,
1594 opened: 1, 1597 opened: 1,
1595 active: 1; 1598 active: 1;
1596 unsigned int channels; /* 16 1599 unsigned int channels; /* 16-bit channels count */
1597 unsigned int tram_start; /* in 1600 unsigned int tram_start; /* initial ring buffer position in TRAM (in samples) */
1598 unsigned int buffer_size; /* co 1601 unsigned int buffer_size; /* count of buffered samples */
1599 unsigned short gpr_size; 1602 unsigned short gpr_size; /* GPR containing size of ring buffer in samples (host) */
1600 unsigned short gpr_ptr; /* GP 1603 unsigned short gpr_ptr; /* GPR containing current pointer in the ring buffer (host = reset, FX8010) */
1601 unsigned short gpr_count; /* GP 1604 unsigned short gpr_count; /* GPR containing count of samples between two interrupts (host) */
1602 unsigned short gpr_tmpcount; /* GP 1605 unsigned short gpr_tmpcount; /* GPR containing current count of samples to interrupt (host = set, FX8010) */
1603 unsigned short gpr_trigger; /* GP 1606 unsigned short gpr_trigger; /* GPR containing trigger (activate) information (host) */
1604 unsigned short gpr_running; /* GP 1607 unsigned short gpr_running; /* GPR containing info if PCM is running (FX8010) */
1605 unsigned char etram[32]; /* ex 1608 unsigned char etram[32]; /* external TRAM address & data */
1606 struct snd_pcm_indirect pcm_rec; 1609 struct snd_pcm_indirect pcm_rec;
1607 unsigned int tram_pos; 1610 unsigned int tram_pos;
1608 unsigned int tram_shift; 1611 unsigned int tram_shift;
1609 struct snd_emu10k1_fx8010_irq *irq; 1612 struct snd_emu10k1_fx8010_irq *irq;
1610 }; 1613 };
1611 1614
1612 struct snd_emu10k1_fx8010 { 1615 struct snd_emu10k1_fx8010 {
1613 unsigned short fxbus_mask; /* us 1616 unsigned short fxbus_mask; /* used FX buses (bitmask) */
1614 unsigned short extin_mask; /* us 1617 unsigned short extin_mask; /* used external inputs (bitmask) */
1615 unsigned short extout_mask; /* us 1618 unsigned short extout_mask; /* used external outputs (bitmask) */
1616 unsigned short pad1; 1619 unsigned short pad1;
1617 unsigned int itram_size; /* in 1620 unsigned int itram_size; /* internal TRAM size in samples */
1618 struct snd_dma_buffer etram_pages; /* 1621 struct snd_dma_buffer etram_pages; /* external TRAM pages and size */
1619 unsigned int dbg; /* FX 1622 unsigned int dbg; /* FX debugger register */
1620 unsigned char name[128]; 1623 unsigned char name[128];
1621 int gpr_size; /* si 1624 int gpr_size; /* size of allocated GPR controls */
1622 int gpr_count; /* co 1625 int gpr_count; /* count of used kcontrols */
1623 struct list_head gpr_ctl; /* GP 1626 struct list_head gpr_ctl; /* GPR controls */
1624 struct mutex lock; 1627 struct mutex lock;
1625 struct snd_emu10k1_fx8010_pcm pcm[8]; 1628 struct snd_emu10k1_fx8010_pcm pcm[8];
1626 spinlock_t irq_lock; 1629 spinlock_t irq_lock;
1627 struct snd_emu10k1_fx8010_irq *irq_ha 1630 struct snd_emu10k1_fx8010_irq *irq_handlers;
1628 }; 1631 };
1629 1632
1630 struct snd_emu10k1_midi { 1633 struct snd_emu10k1_midi {
1631 struct snd_emu10k1 *emu; 1634 struct snd_emu10k1 *emu;
1632 struct snd_rawmidi *rmidi; 1635 struct snd_rawmidi *rmidi;
1633 struct snd_rawmidi_substream *substre 1636 struct snd_rawmidi_substream *substream_input;
1634 struct snd_rawmidi_substream *substre 1637 struct snd_rawmidi_substream *substream_output;
1635 unsigned int midi_mode; 1638 unsigned int midi_mode;
1636 spinlock_t input_lock; 1639 spinlock_t input_lock;
1637 spinlock_t output_lock; 1640 spinlock_t output_lock;
1638 spinlock_t open_lock; 1641 spinlock_t open_lock;
1639 int tx_enable, rx_enable; 1642 int tx_enable, rx_enable;
1640 int port; 1643 int port;
1641 int ipr_tx, ipr_rx; 1644 int ipr_tx, ipr_rx;
1642 void (*interrupt)(struct snd_emu10k1 1645 void (*interrupt)(struct snd_emu10k1 *emu, unsigned int status);
1643 }; 1646 };
1644 1647
1645 enum { 1648 enum {
1646 EMU_MODEL_SB, 1649 EMU_MODEL_SB,
1647 EMU_MODEL_EMU1010, 1650 EMU_MODEL_EMU1010,
1648 EMU_MODEL_EMU1010B, 1651 EMU_MODEL_EMU1010B,
1649 EMU_MODEL_EMU1616, 1652 EMU_MODEL_EMU1616,
1650 EMU_MODEL_EMU0404, 1653 EMU_MODEL_EMU0404,
1651 }; 1654 };
1652 1655
1653 struct snd_emu_chip_details { 1656 struct snd_emu_chip_details {
1654 u32 vendor; 1657 u32 vendor;
1655 u32 device; 1658 u32 device;
1656 u32 subsystem; 1659 u32 subsystem;
1657 unsigned char revision; 1660 unsigned char revision;
1658 unsigned char emu10k1_chip; /* Origin 1661 unsigned char emu10k1_chip; /* Original SB Live. Not SB Live 24bit. */
1659 unsigned char emu10k2_chip; /* Audigy 1662 unsigned char emu10k2_chip; /* Audigy 1 or Audigy 2. */
1660 unsigned char ca0102_chip; /* Audigy 1663 unsigned char ca0102_chip; /* Audigy 1 or Audigy 2. Not SB Audigy 2 Value. */
1661 unsigned char ca0108_chip; /* Audigy 1664 unsigned char ca0108_chip; /* Audigy 2 Value */
1662 unsigned char ca_cardbus_chip; /* Aud 1665 unsigned char ca_cardbus_chip; /* Audigy 2 ZS Notebook */
1663 unsigned char ca0151_chip; /* P16V * 1666 unsigned char ca0151_chip; /* P16V */
1664 unsigned char spk71; /* Has 7. 1667 unsigned char spk71; /* Has 7.1 speakers */
1665 unsigned char sblive51; /* SBLive 1668 unsigned char sblive51; /* SBLive! 5.1 - extout 0x11 -> center, 0x12 -> lfe */
1666 unsigned char spdif_bug; /* Has Sp 1669 unsigned char spdif_bug; /* Has Spdif phasing bug */
1667 unsigned char ac97_chip; /* Has an 1670 unsigned char ac97_chip; /* Has an AC97 chip: 1 = mandatory, 2 = optional */
1668 unsigned char ecard; /* APS EE 1671 unsigned char ecard; /* APS EEPROM */
1669 unsigned char emu_model; /* EMU m 1672 unsigned char emu_model; /* EMU model type */
1670 unsigned char spi_dac; /* SPI in 1673 unsigned char spi_dac; /* SPI interface for DAC */
1671 unsigned char i2c_adc; /* I2C in 1674 unsigned char i2c_adc; /* I2C interface for ADC */
1672 unsigned char adc_1361t; /* Use Ph 1675 unsigned char adc_1361t; /* Use Philips 1361T ADC */
>> 1676 unsigned char invert_shared_spdif; /* analog/digital switch inverted */
1673 const char *driver; 1677 const char *driver;
1674 const char *name; 1678 const char *name;
1675 const char *id; /* for backwa 1679 const char *id; /* for backward compatibility - can be NULL if not needed */
1676 }; 1680 };
1677 1681
1678 struct snd_emu1010 { 1682 struct snd_emu1010 {
1679 unsigned int output_source[64]; 1683 unsigned int output_source[64];
1680 unsigned int input_source[64]; 1684 unsigned int input_source[64];
1681 unsigned int adc_pads; /* bit mask */ 1685 unsigned int adc_pads; /* bit mask */
1682 unsigned int dac_pads; /* bit mask */ 1686 unsigned int dac_pads; /* bit mask */
1683 unsigned int internal_clock; /* 44100 1687 unsigned int internal_clock; /* 44100 or 48000 */
1684 unsigned int optical_in; /* 0:SPDIF, 1688 unsigned int optical_in; /* 0:SPDIF, 1:ADAT */
1685 unsigned int optical_out; /* 0:SPDIF, 1689 unsigned int optical_out; /* 0:SPDIF, 1:ADAT */
1686 struct task_struct *firmware_thread; 1690 struct task_struct *firmware_thread;
1687 }; 1691 };
1688 1692
1689 struct snd_emu10k1 { 1693 struct snd_emu10k1 {
1690 int irq; 1694 int irq;
1691 1695
1692 unsigned long port; 1696 unsigned long port; /* I/O port number */
1693 unsigned int tos_link: 1, 1697 unsigned int tos_link: 1, /* tos link detected */
1694 rear_ac97: 1, 1698 rear_ac97: 1, /* rear channels are on AC'97 */
1695 enable_ir: 1; 1699 enable_ir: 1;
1696 unsigned int support_tlv :1; 1700 unsigned int support_tlv :1;
1697 /* Contains profile of card capabilit 1701 /* Contains profile of card capabilities */
1698 const struct snd_emu_chip_details *ca 1702 const struct snd_emu_chip_details *card_capabilities;
1699 unsigned int audigy; 1703 unsigned int audigy; /* is Audigy? */
1700 unsigned int revision; 1704 unsigned int revision; /* chip revision */
1701 unsigned int serial; 1705 unsigned int serial; /* serial number */
1702 unsigned short model; 1706 unsigned short model; /* subsystem id */
1703 unsigned int card_type; 1707 unsigned int card_type; /* EMU10K1_CARD_* */
1704 unsigned int ecard_ctrl; 1708 unsigned int ecard_ctrl; /* ecard control bits */
1705 unsigned long dma_mask; 1709 unsigned long dma_mask; /* PCI DMA mask */
1706 int max_cache_pages; 1710 int max_cache_pages; /* max memory size / PAGE_SIZE */
1707 struct snd_dma_buffer silent_page; 1711 struct snd_dma_buffer silent_page; /* silent page */
1708 struct snd_dma_buffer ptb_pages; 1712 struct snd_dma_buffer ptb_pages; /* page table pages */
1709 struct snd_dma_device p16v_dma_dev; 1713 struct snd_dma_device p16v_dma_dev;
1710 struct snd_dma_buffer p16v_buffer; 1714 struct snd_dma_buffer p16v_buffer;
1711 1715
1712 struct snd_util_memhdr *memhdr; 1716 struct snd_util_memhdr *memhdr; /* page allocation list */
1713 struct snd_emu10k1_memblk *reserved_p 1717 struct snd_emu10k1_memblk *reserved_page; /* reserved page */
1714 1718
1715 struct list_head mapped_link_head; 1719 struct list_head mapped_link_head;
1716 struct list_head mapped_order_link_he 1720 struct list_head mapped_order_link_head;
1717 void **page_ptr_table; 1721 void **page_ptr_table;
1718 unsigned long *page_addr_table; 1722 unsigned long *page_addr_table;
1719 spinlock_t memblk_lock; 1723 spinlock_t memblk_lock;
1720 1724
1721 unsigned int spdif_bits[3]; 1725 unsigned int spdif_bits[3]; /* s/pdif out setup */
1722 unsigned int i2c_capture_source; 1726 unsigned int i2c_capture_source;
1723 u8 i2c_capture_volume[4][2]; 1727 u8 i2c_capture_volume[4][2];
1724 1728
1725 struct snd_emu10k1_fx8010 fx8010; 1729 struct snd_emu10k1_fx8010 fx8010; /* FX8010 info */
1726 int gpr_base; 1730 int gpr_base;
1727 1731
1728 struct snd_ac97 *ac97; 1732 struct snd_ac97 *ac97;
1729 1733
1730 struct pci_dev *pci; 1734 struct pci_dev *pci;
1731 struct snd_card *card; 1735 struct snd_card *card;
1732 struct snd_pcm *pcm; 1736 struct snd_pcm *pcm;
1733 struct snd_pcm *pcm_mic; 1737 struct snd_pcm *pcm_mic;
1734 struct snd_pcm *pcm_efx; 1738 struct snd_pcm *pcm_efx;
1735 struct snd_pcm *pcm_multi; 1739 struct snd_pcm *pcm_multi;
1736 struct snd_pcm *pcm_p16v; 1740 struct snd_pcm *pcm_p16v;
1737 1741
1738 spinlock_t synth_lock; 1742 spinlock_t synth_lock;
1739 void *synth; 1743 void *synth;
1740 int (*get_synth_voice)(struct snd_emu 1744 int (*get_synth_voice)(struct snd_emu10k1 *emu);
1741 1745
1742 spinlock_t reg_lock; 1746 spinlock_t reg_lock;
1743 spinlock_t emu_lock; 1747 spinlock_t emu_lock;
1744 spinlock_t voice_lock; 1748 spinlock_t voice_lock;
1745 spinlock_t spi_lock; /* serialises ac 1749 spinlock_t spi_lock; /* serialises access to spi port */
1746 spinlock_t i2c_lock; /* serialises ac 1750 spinlock_t i2c_lock; /* serialises access to i2c port */
1747 1751
1748 struct snd_emu10k1_voice voices[NUM_G 1752 struct snd_emu10k1_voice voices[NUM_G];
1749 struct snd_emu10k1_voice p16v_voices[ 1753 struct snd_emu10k1_voice p16v_voices[4];
1750 struct snd_emu10k1_voice p16v_capture 1754 struct snd_emu10k1_voice p16v_capture_voice;
1751 int p16v_device_offset; 1755 int p16v_device_offset;
1752 u32 p16v_capture_source; 1756 u32 p16v_capture_source;
1753 u32 p16v_capture_channel; 1757 u32 p16v_capture_channel;
1754 struct snd_emu1010 emu1010; 1758 struct snd_emu1010 emu1010;
1755 struct snd_emu10k1_pcm_mixer pcm_mixe 1759 struct snd_emu10k1_pcm_mixer pcm_mixer[32];
1756 struct snd_emu10k1_pcm_mixer efx_pcm_ 1760 struct snd_emu10k1_pcm_mixer efx_pcm_mixer[NUM_EFX_PLAYBACK];
1757 struct snd_kcontrol *ctl_send_routing 1761 struct snd_kcontrol *ctl_send_routing;
1758 struct snd_kcontrol *ctl_send_volume; 1762 struct snd_kcontrol *ctl_send_volume;
1759 struct snd_kcontrol *ctl_attn; 1763 struct snd_kcontrol *ctl_attn;
1760 struct snd_kcontrol *ctl_efx_send_rou 1764 struct snd_kcontrol *ctl_efx_send_routing;
1761 struct snd_kcontrol *ctl_efx_send_vol 1765 struct snd_kcontrol *ctl_efx_send_volume;
1762 struct snd_kcontrol *ctl_efx_attn; 1766 struct snd_kcontrol *ctl_efx_attn;
1763 1767
1764 void (*hwvol_interrupt)(struct snd_em 1768 void (*hwvol_interrupt)(struct snd_emu10k1 *emu, unsigned int status);
1765 void (*capture_interrupt)(struct snd_ 1769 void (*capture_interrupt)(struct snd_emu10k1 *emu, unsigned int status);
1766 void (*capture_mic_interrupt)(struct 1770 void (*capture_mic_interrupt)(struct snd_emu10k1 *emu, unsigned int status);
1767 void (*capture_efx_interrupt)(struct 1771 void (*capture_efx_interrupt)(struct snd_emu10k1 *emu, unsigned int status);
1768 void (*spdif_interrupt)(struct snd_em 1772 void (*spdif_interrupt)(struct snd_emu10k1 *emu, unsigned int status);
1769 void (*dsp_interrupt)(struct snd_emu1 1773 void (*dsp_interrupt)(struct snd_emu10k1 *emu);
1770 1774
1771 struct snd_pcm_substream *pcm_capture 1775 struct snd_pcm_substream *pcm_capture_substream;
1772 struct snd_pcm_substream *pcm_capture 1776 struct snd_pcm_substream *pcm_capture_mic_substream;
1773 struct snd_pcm_substream *pcm_capture 1777 struct snd_pcm_substream *pcm_capture_efx_substream;
1774 struct snd_pcm_substream *pcm_playbac 1778 struct snd_pcm_substream *pcm_playback_efx_substream;
1775 1779
1776 struct snd_timer *timer; 1780 struct snd_timer *timer;
1777 1781
1778 struct snd_emu10k1_midi midi; 1782 struct snd_emu10k1_midi midi;
1779 struct snd_emu10k1_midi midi2; /* for 1783 struct snd_emu10k1_midi midi2; /* for audigy */
1780 1784
1781 unsigned int efx_voices_mask[2]; 1785 unsigned int efx_voices_mask[2];
1782 unsigned int next_free_voice; 1786 unsigned int next_free_voice;
1783 1787
1784 #ifdef CONFIG_PM 1788 #ifdef CONFIG_PM
1785 unsigned int *saved_ptr; 1789 unsigned int *saved_ptr;
1786 unsigned int *saved_gpr; 1790 unsigned int *saved_gpr;
1787 unsigned int *tram_val_saved; 1791 unsigned int *tram_val_saved;
1788 unsigned int *tram_addr_saved; 1792 unsigned int *tram_addr_saved;
1789 unsigned int *saved_icode; 1793 unsigned int *saved_icode;
1790 unsigned int *p16v_saved; 1794 unsigned int *p16v_saved;
1791 unsigned int saved_a_iocfg, saved_hcf 1795 unsigned int saved_a_iocfg, saved_hcfg;
1792 #endif 1796 #endif
1793 1797
1794 }; 1798 };
1795 1799
1796 int snd_emu10k1_create(struct snd_card *card, 1800 int snd_emu10k1_create(struct snd_card *card,
1797 struct pci_dev *pci, 1801 struct pci_dev *pci,
1798 unsigned short extin_m 1802 unsigned short extin_mask,
1799 unsigned short extout_ 1803 unsigned short extout_mask,
1800 long max_cache_bytes, 1804 long max_cache_bytes,
1801 int enable_ir, 1805 int enable_ir,
1802 uint subsystem, 1806 uint subsystem,
1803 struct snd_emu10k1 ** 1807 struct snd_emu10k1 ** remu);
1804 1808
1805 int snd_emu10k1_pcm(struct snd_emu10k1 * emu, 1809 int snd_emu10k1_pcm(struct snd_emu10k1 * emu, int device, struct snd_pcm ** rpcm);
1806 int snd_emu10k1_pcm_mic(struct snd_emu10k1 * 1810 int snd_emu10k1_pcm_mic(struct snd_emu10k1 * emu, int device, struct snd_pcm ** rpcm);
1807 int snd_emu10k1_pcm_efx(struct snd_emu10k1 * 1811 int snd_emu10k1_pcm_efx(struct snd_emu10k1 * emu, int device, struct snd_pcm ** rpcm);
1808 int snd_p16v_pcm(struct snd_emu10k1 * emu, in 1812 int snd_p16v_pcm(struct snd_emu10k1 * emu, int device, struct snd_pcm ** rpcm);
1809 int snd_p16v_free(struct snd_emu10k1 * emu); 1813 int snd_p16v_free(struct snd_emu10k1 * emu);
1810 int snd_p16v_mixer(struct snd_emu10k1 * emu); 1814 int snd_p16v_mixer(struct snd_emu10k1 * emu);
1811 int snd_emu10k1_pcm_multi(struct snd_emu10k1 1815 int snd_emu10k1_pcm_multi(struct snd_emu10k1 * emu, int device, struct snd_pcm ** rpcm);
1812 int snd_emu10k1_fx8010_pcm(struct snd_emu10k1 1816 int snd_emu10k1_fx8010_pcm(struct snd_emu10k1 * emu, int device, struct snd_pcm ** rpcm);
1813 int snd_emu10k1_mixer(struct snd_emu10k1 * em 1817 int snd_emu10k1_mixer(struct snd_emu10k1 * emu, int pcm_device, int multi_device);
1814 int snd_emu10k1_timer(struct snd_emu10k1 * em 1818 int snd_emu10k1_timer(struct snd_emu10k1 * emu, int device);
1815 int snd_emu10k1_fx8010_new(struct snd_emu10k1 1819 int snd_emu10k1_fx8010_new(struct snd_emu10k1 *emu, int device, struct snd_hwdep ** rhwdep);
1816 1820
1817 irqreturn_t snd_emu10k1_interrupt(int irq, vo 1821 irqreturn_t snd_emu10k1_interrupt(int irq, void *dev_id);
1818 1822
1819 void snd_emu10k1_voice_init(struct snd_emu10k 1823 void snd_emu10k1_voice_init(struct snd_emu10k1 * emu, int voice);
1820 int snd_emu10k1_init_efx(struct snd_emu10k1 * 1824 int snd_emu10k1_init_efx(struct snd_emu10k1 *emu);
1821 void snd_emu10k1_free_efx(struct snd_emu10k1 1825 void snd_emu10k1_free_efx(struct snd_emu10k1 *emu);
1822 int snd_emu10k1_fx8010_tram_setup(struct snd_ 1826 int snd_emu10k1_fx8010_tram_setup(struct snd_emu10k1 *emu, u32 size);
1823 int snd_emu10k1_done(struct snd_emu10k1 * emu 1827 int snd_emu10k1_done(struct snd_emu10k1 * emu);
1824 1828
1825 /* I/O functions */ 1829 /* I/O functions */
1826 unsigned int snd_emu10k1_ptr_read(struct snd_ 1830 unsigned int snd_emu10k1_ptr_read(struct snd_emu10k1 * emu, unsigned int reg, unsigned int chn);
1827 void snd_emu10k1_ptr_write(struct snd_emu10k1 1831 void snd_emu10k1_ptr_write(struct snd_emu10k1 *emu, unsigned int reg, unsigned int chn, unsigned int data);
1828 unsigned int snd_emu10k1_ptr20_read(struct sn 1832 unsigned int snd_emu10k1_ptr20_read(struct snd_emu10k1 * emu, unsigned int reg, unsigned int chn);
1829 void snd_emu10k1_ptr20_write(struct snd_emu10 1833 void snd_emu10k1_ptr20_write(struct snd_emu10k1 *emu, unsigned int reg, unsigned int chn, unsigned int data);
1830 int snd_emu10k1_spi_write(struct snd_emu10k1 1834 int snd_emu10k1_spi_write(struct snd_emu10k1 * emu, unsigned int data);
1831 int snd_emu10k1_i2c_write(struct snd_emu10k1 1835 int snd_emu10k1_i2c_write(struct snd_emu10k1 *emu, u32 reg, u32 value);
1832 int snd_emu1010_fpga_write(struct snd_emu10k1 1836 int snd_emu1010_fpga_write(struct snd_emu10k1 * emu, u32 reg, u32 value);
1833 int snd_emu1010_fpga_read(struct snd_emu10k1 1837 int snd_emu1010_fpga_read(struct snd_emu10k1 * emu, u32 reg, u32 *value);
1834 int snd_emu1010_fpga_link_dst_src_write(struc 1838 int snd_emu1010_fpga_link_dst_src_write(struct snd_emu10k1 * emu, u32 dst, u32 src);
1835 unsigned int snd_emu10k1_efx_read(struct snd_ 1839 unsigned int snd_emu10k1_efx_read(struct snd_emu10k1 *emu, unsigned int pc);
1836 void snd_emu10k1_intr_enable(struct snd_emu10 1840 void snd_emu10k1_intr_enable(struct snd_emu10k1 *emu, unsigned int intrenb);
1837 void snd_emu10k1_intr_disable(struct snd_emu1 1841 void snd_emu10k1_intr_disable(struct snd_emu10k1 *emu, unsigned int intrenb);
1838 void snd_emu10k1_voice_intr_enable(struct snd 1842 void snd_emu10k1_voice_intr_enable(struct snd_emu10k1 *emu, unsigned int voicenum);
1839 void snd_emu10k1_voice_intr_disable(struct sn 1843 void snd_emu10k1_voice_intr_disable(struct snd_emu10k1 *emu, unsigned int voicenum);
1840 void snd_emu10k1_voice_intr_ack(struct snd_em 1844 void snd_emu10k1_voice_intr_ack(struct snd_emu10k1 *emu, unsigned int voicenum);
1841 void snd_emu10k1_voice_half_loop_intr_enable( 1845 void snd_emu10k1_voice_half_loop_intr_enable(struct snd_emu10k1 *emu, unsigned int voicenum);
1842 void snd_emu10k1_voice_half_loop_intr_disable 1846 void snd_emu10k1_voice_half_loop_intr_disable(struct snd_emu10k1 *emu, unsigned int voicenum);
1843 void snd_emu10k1_voice_half_loop_intr_ack(str 1847 void snd_emu10k1_voice_half_loop_intr_ack(struct snd_emu10k1 *emu, unsigned int voicenum);
1844 void snd_emu10k1_voice_set_loop_stop(struct s 1848 void snd_emu10k1_voice_set_loop_stop(struct snd_emu10k1 *emu, unsigned int voicenum);
1845 void snd_emu10k1_voice_clear_loop_stop(struct 1849 void snd_emu10k1_voice_clear_loop_stop(struct snd_emu10k1 *emu, unsigned int voicenum);
1846 void snd_emu10k1_wait(struct snd_emu10k1 *emu 1850 void snd_emu10k1_wait(struct snd_emu10k1 *emu, unsigned int wait);
1847 static inline unsigned int snd_emu10k1_wc(str 1851 static inline unsigned int snd_emu10k1_wc(struct snd_emu10k1 *emu) { return (inl(emu->port + WC) >> 6) & 0xfffff; }
1848 unsigned short snd_emu10k1_ac97_read(struct s 1852 unsigned short snd_emu10k1_ac97_read(struct snd_ac97 *ac97, unsigned short reg);
1849 void snd_emu10k1_ac97_write(struct snd_ac97 * 1853 void snd_emu10k1_ac97_write(struct snd_ac97 *ac97, unsigned short reg, unsigned short data);
1850 unsigned int snd_emu10k1_rate_to_pitch(unsign 1854 unsigned int snd_emu10k1_rate_to_pitch(unsigned int rate);
1851 1855
1852 #ifdef CONFIG_PM 1856 #ifdef CONFIG_PM
1853 void snd_emu10k1_suspend_regs(struct snd_emu1 1857 void snd_emu10k1_suspend_regs(struct snd_emu10k1 *emu);
1854 void snd_emu10k1_resume_init(struct snd_emu10 1858 void snd_emu10k1_resume_init(struct snd_emu10k1 *emu);
1855 void snd_emu10k1_resume_regs(struct snd_emu10 1859 void snd_emu10k1_resume_regs(struct snd_emu10k1 *emu);
1856 int snd_emu10k1_efx_alloc_pm_buffer(struct sn 1860 int snd_emu10k1_efx_alloc_pm_buffer(struct snd_emu10k1 *emu);
1857 void snd_emu10k1_efx_free_pm_buffer(struct sn 1861 void snd_emu10k1_efx_free_pm_buffer(struct snd_emu10k1 *emu);
1858 void snd_emu10k1_efx_suspend(struct snd_emu10 1862 void snd_emu10k1_efx_suspend(struct snd_emu10k1 *emu);
1859 void snd_emu10k1_efx_resume(struct snd_emu10k 1863 void snd_emu10k1_efx_resume(struct snd_emu10k1 *emu);
1860 int snd_p16v_alloc_pm_buffer(struct snd_emu10 1864 int snd_p16v_alloc_pm_buffer(struct snd_emu10k1 *emu);
1861 void snd_p16v_free_pm_buffer(struct snd_emu10 1865 void snd_p16v_free_pm_buffer(struct snd_emu10k1 *emu);
1862 void snd_p16v_suspend(struct snd_emu10k1 *emu 1866 void snd_p16v_suspend(struct snd_emu10k1 *emu);
1863 void snd_p16v_resume(struct snd_emu10k1 *emu) 1867 void snd_p16v_resume(struct snd_emu10k1 *emu);
1864 #endif 1868 #endif
1865 1869
1866 /* memory allocation */ 1870 /* memory allocation */
1867 struct snd_util_memblk *snd_emu10k1_alloc_pag 1871 struct snd_util_memblk *snd_emu10k1_alloc_pages(struct snd_emu10k1 *emu, struct snd_pcm_substream *substream);
1868 int snd_emu10k1_free_pages(struct snd_emu10k1 1872 int snd_emu10k1_free_pages(struct snd_emu10k1 *emu, struct snd_util_memblk *blk);
1869 struct snd_util_memblk *snd_emu10k1_synth_all 1873 struct snd_util_memblk *snd_emu10k1_synth_alloc(struct snd_emu10k1 *emu, unsigned int size);
1870 int snd_emu10k1_synth_free(struct snd_emu10k1 1874 int snd_emu10k1_synth_free(struct snd_emu10k1 *emu, struct snd_util_memblk *blk);
1871 int snd_emu10k1_synth_bzero(struct snd_emu10k 1875 int snd_emu10k1_synth_bzero(struct snd_emu10k1 *emu, struct snd_util_memblk *blk, int offset, int size);
1872 int snd_emu10k1_synth_copy_from_user(struct s 1876 int snd_emu10k1_synth_copy_from_user(struct snd_emu10k1 *emu, struct snd_util_memblk *blk, int offset, const char __user *data, int size);
1873 int snd_emu10k1_memblk_map(struct snd_emu10k1 1877 int snd_emu10k1_memblk_map(struct snd_emu10k1 *emu, struct snd_emu10k1_memblk *blk);
1874 1878
1875 /* voice allocation */ 1879 /* voice allocation */
1876 int snd_emu10k1_voice_alloc(struct snd_emu10k 1880 int snd_emu10k1_voice_alloc(struct snd_emu10k1 *emu, int type, int pair, struct snd_emu10k1_voice **rvoice);
1877 int snd_emu10k1_voice_free(struct snd_emu10k1 1881 int snd_emu10k1_voice_free(struct snd_emu10k1 *emu, struct snd_emu10k1_voice *pvoice);
1878 1882
1879 /* MIDI uart */ 1883 /* MIDI uart */
1880 int snd_emu10k1_midi(struct snd_emu10k1 * emu 1884 int snd_emu10k1_midi(struct snd_emu10k1 * emu);
1881 int snd_emu10k1_audigy_midi(struct snd_emu10k 1885 int snd_emu10k1_audigy_midi(struct snd_emu10k1 * emu);
1882 1886
1883 /* proc interface */ 1887 /* proc interface */
1884 int snd_emu10k1_proc_init(struct snd_emu10k1 1888 int snd_emu10k1_proc_init(struct snd_emu10k1 * emu);
1885 1889
1886 /* fx8010 irq handler */ 1890 /* fx8010 irq handler */
1887 int snd_emu10k1_fx8010_register_irq_handler(s 1891 int snd_emu10k1_fx8010_register_irq_handler(struct snd_emu10k1 *emu,
1888 s 1892 snd_fx8010_irq_handler_t *handler,
1889 u 1893 unsigned char gpr_running,
1890 v 1894 void *private_data,
1891 s 1895 struct snd_emu10k1_fx8010_irq **r_irq);
1892 int snd_emu10k1_fx8010_unregister_irq_handler 1896 int snd_emu10k1_fx8010_unregister_irq_handler(struct snd_emu10k1 *emu,
1893 1897 struct snd_emu10k1_fx8010_irq *irq);
1894 1898
1895 #endif /* __KERNEL__ */ 1899 #endif /* __KERNEL__ */
1896 1900
1897 /* 1901 /*
1898 * ---- FX8010 ---- 1902 * ---- FX8010 ----
1899 */ 1903 */
1900 1904
1901 #define EMU10K1_CARD_CREATIVE 1905 #define EMU10K1_CARD_CREATIVE 0x00000000
1902 #define EMU10K1_CARD_EMUAPS 1906 #define EMU10K1_CARD_EMUAPS 0x00000001
1903 1907
1904 #define EMU10K1_FX8010_PCM_COUNT 1908 #define EMU10K1_FX8010_PCM_COUNT 8
1905 1909
1906 /* instruction set */ 1910 /* instruction set */
1907 #define iMAC0 0x00 /* R = A + (X * Y >> 1911 #define iMAC0 0x00 /* R = A + (X * Y >> 31) ; saturation */
1908 #define iMAC1 0x01 /* R = A + (-X * Y >> 1912 #define iMAC1 0x01 /* R = A + (-X * Y >> 31) ; saturation */
1909 #define iMAC2 0x02 /* R = A + (X * Y >> 1913 #define iMAC2 0x02 /* R = A + (X * Y >> 31) ; wraparound */
1910 #define iMAC3 0x03 /* R = A + (-X * Y >> 1914 #define iMAC3 0x03 /* R = A + (-X * Y >> 31) ; wraparound */
1911 #define iMACINT0 0x04 /* R = A + X * Y 1915 #define iMACINT0 0x04 /* R = A + X * Y ; saturation */
1912 #define iMACINT1 0x05 /* R = A + X * Y 1916 #define iMACINT1 0x05 /* R = A + X * Y ; wraparound (31-bit) */
1913 #define iACC3 0x06 /* R = A + X + Y 1917 #define iACC3 0x06 /* R = A + X + Y ; saturation */
1914 #define iMACMV 0x07 /* R = A, acc += X * 1918 #define iMACMV 0x07 /* R = A, acc += X * Y >> 31 */
1915 #define iANDXOR 0x08 /* R = (A & X) ^ Y */ 1919 #define iANDXOR 0x08 /* R = (A & X) ^ Y */
1916 #define iTSTNEG 0x09 /* R = (A >= Y) ? X : 1920 #define iTSTNEG 0x09 /* R = (A >= Y) ? X : ~X */
1917 #define iLIMITGE 0x0a /* R = (A >= Y) ? X : 1921 #define iLIMITGE 0x0a /* R = (A >= Y) ? X : Y */
1918 #define iLIMITLT 0x0b /* R = (A < Y) ? X : 1922 #define iLIMITLT 0x0b /* R = (A < Y) ? X : Y */
1919 #define iLOG 0x0c /* R = linear_data, A 1923 #define iLOG 0x0c /* R = linear_data, A (log_data), X (max_exp), Y (format_word) */
1920 #define iEXP 0x0d /* R = log_data, A (l 1924 #define iEXP 0x0d /* R = log_data, A (linear_data), X (max_exp), Y (format_word) */
1921 #define iINTERP 0x0e /* R = A + (X * (Y - 1925 #define iINTERP 0x0e /* R = A + (X * (Y - A) >> 31) ; saturation */
1922 #define iSKIP 0x0f /* R = A (cc_reg), X 1926 #define iSKIP 0x0f /* R = A (cc_reg), X (count), Y (cc_test) */
1923 1927
1924 /* GPRs */ 1928 /* GPRs */
1925 #define FXBUS(x) (0x00 + (x)) /* x 1929 #define FXBUS(x) (0x00 + (x)) /* x = 0x00 - 0x0f */
1926 #define EXTIN(x) (0x10 + (x)) /* x 1930 #define EXTIN(x) (0x10 + (x)) /* x = 0x00 - 0x0f */
1927 #define EXTOUT(x) (0x20 + (x)) /* x 1931 #define EXTOUT(x) (0x20 + (x)) /* x = 0x00 - 0x0f physical outs -> FXWC low 16 bits */
1928 #define FXBUS2(x) (0x30 + (x)) /* x 1932 #define FXBUS2(x) (0x30 + (x)) /* x = 0x00 - 0x0f copies of fx buses for capture -> FXWC high 16 bits */
1929 /* NB 1933 /* NB: 0x31 and 0x32 are shared with Center/LFE on SB live 5.1 */
1930 1934
1931 #define C_00000000 0x40 1935 #define C_00000000 0x40
1932 #define C_00000001 0x41 1936 #define C_00000001 0x41
1933 #define C_00000002 0x42 1937 #define C_00000002 0x42
1934 #define C_00000003 0x43 1938 #define C_00000003 0x43
1935 #define C_00000004 0x44 1939 #define C_00000004 0x44
1936 #define C_00000008 0x45 1940 #define C_00000008 0x45
1937 #define C_00000010 0x46 1941 #define C_00000010 0x46
1938 #define C_00000020 0x47 1942 #define C_00000020 0x47
1939 #define C_00000100 0x48 1943 #define C_00000100 0x48
1940 #define C_00010000 0x49 1944 #define C_00010000 0x49
1941 #define C_00080000 0x4a 1945 #define C_00080000 0x4a
1942 #define C_10000000 0x4b 1946 #define C_10000000 0x4b
1943 #define C_20000000 0x4c 1947 #define C_20000000 0x4c
1944 #define C_40000000 0x4d 1948 #define C_40000000 0x4d
1945 #define C_80000000 0x4e 1949 #define C_80000000 0x4e
1946 #define C_7fffffff 0x4f 1950 #define C_7fffffff 0x4f
1947 #define C_ffffffff 0x50 1951 #define C_ffffffff 0x50
1948 #define C_fffffffe 0x51 1952 #define C_fffffffe 0x51
1949 #define C_c0000000 0x52 1953 #define C_c0000000 0x52
1950 #define C_4f1bbcdc 0x53 1954 #define C_4f1bbcdc 0x53
1951 #define C_5a7ef9db 0x54 1955 #define C_5a7ef9db 0x54
1952 #define C_00100000 0x55 /* ?? 1956 #define C_00100000 0x55 /* ?? */
1953 #define GPR_ACCU 0x56 /* AC 1957 #define GPR_ACCU 0x56 /* ACCUM, accumulator */
1954 #define GPR_COND 0x57 /* CC 1958 #define GPR_COND 0x57 /* CCR, condition register */
1955 #define GPR_NOISE0 0x58 /* no 1959 #define GPR_NOISE0 0x58 /* noise source */
1956 #define GPR_NOISE1 0x59 /* no 1960 #define GPR_NOISE1 0x59 /* noise source */
1957 #define GPR_IRQ 0x5a /* IR 1961 #define GPR_IRQ 0x5a /* IRQ register */
1958 #define GPR_DBAC 0x5b /* TR 1962 #define GPR_DBAC 0x5b /* TRAM Delay Base Address Counter */
1959 #define GPR(x) (FXGPREGBASE + (x)) / 1963 #define GPR(x) (FXGPREGBASE + (x)) /* free GPRs: x = 0x00 - 0xff */
1960 #define ITRAM_DATA(x) (TANKMEMDATAREGBASE + 1964 #define ITRAM_DATA(x) (TANKMEMDATAREGBASE + 0x00 + (x)) /* x = 0x00 - 0x7f */
1961 #define ETRAM_DATA(x) (TANKMEMDATAREGBASE + 1965 #define ETRAM_DATA(x) (TANKMEMDATAREGBASE + 0x80 + (x)) /* x = 0x00 - 0x1f */
1962 #define ITRAM_ADDR(x) (TANKMEMADDRREGBASE + 1966 #define ITRAM_ADDR(x) (TANKMEMADDRREGBASE + 0x00 + (x)) /* x = 0x00 - 0x7f */
1963 #define ETRAM_ADDR(x) (TANKMEMADDRREGBASE + 1967 #define ETRAM_ADDR(x) (TANKMEMADDRREGBASE + 0x80 + (x)) /* x = 0x00 - 0x1f */
1964 1968
1965 #define A_ITRAM_DATA(x) (TANKMEMDATAREGBASE + 1969 #define A_ITRAM_DATA(x) (TANKMEMDATAREGBASE + 0x00 + (x)) /* x = 0x00 - 0xbf */
1966 #define A_ETRAM_DATA(x) (TANKMEMDATAREGBASE + 1970 #define A_ETRAM_DATA(x) (TANKMEMDATAREGBASE + 0xc0 + (x)) /* x = 0x00 - 0x3f */
1967 #define A_ITRAM_ADDR(x) (TANKMEMADDRREGBASE + 1971 #define A_ITRAM_ADDR(x) (TANKMEMADDRREGBASE + 0x00 + (x)) /* x = 0x00 - 0xbf */
1968 #define A_ETRAM_ADDR(x) (TANKMEMADDRREGBASE + 1972 #define A_ETRAM_ADDR(x) (TANKMEMADDRREGBASE + 0xc0 + (x)) /* x = 0x00 - 0x3f */
1969 #define A_ITRAM_CTL(x) (A_TANKMEMCTLREGBASE 1973 #define A_ITRAM_CTL(x) (A_TANKMEMCTLREGBASE + 0x00 + (x)) /* x = 0x00 - 0xbf */
1970 #define A_ETRAM_CTL(x) (A_TANKMEMCTLREGBASE 1974 #define A_ETRAM_CTL(x) (A_TANKMEMCTLREGBASE + 0xc0 + (x)) /* x = 0x00 - 0x3f */
1971 1975
1972 #define A_FXBUS(x) (0x00 + (x)) /* x 1976 #define A_FXBUS(x) (0x00 + (x)) /* x = 0x00 - 0x3f FX buses */
1973 #define A_EXTIN(x) (0x40 + (x)) /* x 1977 #define A_EXTIN(x) (0x40 + (x)) /* x = 0x00 - 0x0f physical ins */
1974 #define A_P16VIN(x) (0x50 + (x)) /* x 1978 #define A_P16VIN(x) (0x50 + (x)) /* x = 0x00 - 0x0f p16v ins (A2 only) "EMU32 inputs" */
1975 #define A_EXTOUT(x) (0x60 + (x)) /* x 1979 #define A_EXTOUT(x) (0x60 + (x)) /* x = 0x00 - 0x1f physical outs -> A_FXWC1 0x79-7f unknown */
1976 #define A_FXBUS2(x) (0x80 + (x)) /* x 1980 #define A_FXBUS2(x) (0x80 + (x)) /* x = 0x00 - 0x1f extra outs used for EFX capture -> A_FXWC2 */
1977 #define A_EMU32OUTH(x) (0xa0 + (x)) /* x 1981 #define A_EMU32OUTH(x) (0xa0 + (x)) /* x = 0x00 - 0x0f "EMU32_OUT_10 - _1F" - ??? */
1978 #define A_EMU32OUTL(x) (0xb0 + (x)) /* x 1982 #define A_EMU32OUTL(x) (0xb0 + (x)) /* x = 0x00 - 0x0f "EMU32_OUT_1 - _F" - ??? */
1979 #define A3_EMU32IN(x) (0x160 + (x)) /* x 1983 #define A3_EMU32IN(x) (0x160 + (x)) /* x = 0x00 - 0x3f "EMU32_IN_00 - _3F" - Only when .device = 0x0008 */
1980 #define A3_EMU32OUT(x) (0x1E0 + (x)) /* x 1984 #define A3_EMU32OUT(x) (0x1E0 + (x)) /* x = 0x00 - 0x0f "EMU32_OUT_00 - _3F" - Only when .device = 0x0008 */
1981 #define A_GPR(x) (A_FXGPREGBASE + (x)) 1985 #define A_GPR(x) (A_FXGPREGBASE + (x))
1982 1986
1983 /* cc_reg constants */ 1987 /* cc_reg constants */
1984 #define CC_REG_NORMALIZED C_00000001 1988 #define CC_REG_NORMALIZED C_00000001
1985 #define CC_REG_BORROW C_00000002 1989 #define CC_REG_BORROW C_00000002
1986 #define CC_REG_MINUS C_00000004 1990 #define CC_REG_MINUS C_00000004
1987 #define CC_REG_ZERO C_00000008 1991 #define CC_REG_ZERO C_00000008
1988 #define CC_REG_SATURATE C_00000010 1992 #define CC_REG_SATURATE C_00000010
1989 #define CC_REG_NONZERO C_00000100 1993 #define CC_REG_NONZERO C_00000100
1990 1994
1991 /* FX buses */ 1995 /* FX buses */
1992 #define FXBUS_PCM_LEFT 0x00 1996 #define FXBUS_PCM_LEFT 0x00
1993 #define FXBUS_PCM_RIGHT 0x01 1997 #define FXBUS_PCM_RIGHT 0x01
1994 #define FXBUS_PCM_LEFT_REAR 0x02 1998 #define FXBUS_PCM_LEFT_REAR 0x02
1995 #define FXBUS_PCM_RIGHT_REAR 0x03 1999 #define FXBUS_PCM_RIGHT_REAR 0x03
1996 #define FXBUS_MIDI_LEFT 0x04 2000 #define FXBUS_MIDI_LEFT 0x04
1997 #define FXBUS_MIDI_RIGHT 0x05 2001 #define FXBUS_MIDI_RIGHT 0x05
1998 #define FXBUS_PCM_CENTER 0x06 2002 #define FXBUS_PCM_CENTER 0x06
1999 #define FXBUS_PCM_LFE 0x07 2003 #define FXBUS_PCM_LFE 0x07
2000 #define FXBUS_PCM_LEFT_FRONT 0x08 2004 #define FXBUS_PCM_LEFT_FRONT 0x08
2001 #define FXBUS_PCM_RIGHT_FRONT 0x09 2005 #define FXBUS_PCM_RIGHT_FRONT 0x09
2002 #define FXBUS_MIDI_REVERB 0x0c 2006 #define FXBUS_MIDI_REVERB 0x0c
2003 #define FXBUS_MIDI_CHORUS 0x0d 2007 #define FXBUS_MIDI_CHORUS 0x0d
2004 #define FXBUS_PCM_LEFT_SIDE 0x0e 2008 #define FXBUS_PCM_LEFT_SIDE 0x0e
2005 #define FXBUS_PCM_RIGHT_SIDE 0x0f 2009 #define FXBUS_PCM_RIGHT_SIDE 0x0f
2006 #define FXBUS_PT_LEFT 0x14 2010 #define FXBUS_PT_LEFT 0x14
2007 #define FXBUS_PT_RIGHT 0x15 2011 #define FXBUS_PT_RIGHT 0x15
2008 2012
2009 /* Inputs */ 2013 /* Inputs */
2010 #define EXTIN_AC97_L 0x00 /* AC'97 capt 2014 #define EXTIN_AC97_L 0x00 /* AC'97 capture channel - left */
2011 #define EXTIN_AC97_R 0x01 /* AC'97 capt 2015 #define EXTIN_AC97_R 0x01 /* AC'97 capture channel - right */
2012 #define EXTIN_SPDIF_CD_L 0x02 /* internal S 2016 #define EXTIN_SPDIF_CD_L 0x02 /* internal S/PDIF CD - onboard - left */
2013 #define EXTIN_SPDIF_CD_R 0x03 /* internal S 2017 #define EXTIN_SPDIF_CD_R 0x03 /* internal S/PDIF CD - onboard - right */
2014 #define EXTIN_ZOOM_L 0x04 /* Zoom Video 2018 #define EXTIN_ZOOM_L 0x04 /* Zoom Video I2S - left */
2015 #define EXTIN_ZOOM_R 0x05 /* Zoom Video 2019 #define EXTIN_ZOOM_R 0x05 /* Zoom Video I2S - right */
2016 #define EXTIN_TOSLINK_L 0x06 /* LiveDrive 2020 #define EXTIN_TOSLINK_L 0x06 /* LiveDrive - TOSLink Optical - left */
2017 #define EXTIN_TOSLINK_R 0x07 /* LiveDrive 2021 #define EXTIN_TOSLINK_R 0x07 /* LiveDrive - TOSLink Optical - right */
2018 #define EXTIN_LINE1_L 0x08 /* LiveDrive 2022 #define EXTIN_LINE1_L 0x08 /* LiveDrive - Line/Mic 1 - left */
2019 #define EXTIN_LINE1_R 0x09 /* LiveDrive 2023 #define EXTIN_LINE1_R 0x09 /* LiveDrive - Line/Mic 1 - right */
2020 #define EXTIN_COAX_SPDIF_L 0x0a /* LiveDrive 2024 #define EXTIN_COAX_SPDIF_L 0x0a /* LiveDrive - Coaxial S/PDIF - left */
2021 #define EXTIN_COAX_SPDIF_R 0x0b /* LiveDrive 2025 #define EXTIN_COAX_SPDIF_R 0x0b /* LiveDrive - Coaxial S/PDIF - right */
2022 #define EXTIN_LINE2_L 0x0c /* LiveDrive 2026 #define EXTIN_LINE2_L 0x0c /* LiveDrive - Line/Mic 2 - left */
2023 #define EXTIN_LINE2_R 0x0d /* LiveDrive 2027 #define EXTIN_LINE2_R 0x0d /* LiveDrive - Line/Mic 2 - right */
2024 2028
2025 /* Outputs */ 2029 /* Outputs */
2026 #define EXTOUT_AC97_L 0x00 /* AC'97 play 2030 #define EXTOUT_AC97_L 0x00 /* AC'97 playback channel - left */
2027 #define EXTOUT_AC97_R 0x01 /* AC'97 play 2031 #define EXTOUT_AC97_R 0x01 /* AC'97 playback channel - right */
2028 #define EXTOUT_TOSLINK_L 0x02 /* LiveDrive 2032 #define EXTOUT_TOSLINK_L 0x02 /* LiveDrive - TOSLink Optical - left */
2029 #define EXTOUT_TOSLINK_R 0x03 /* LiveDrive 2033 #define EXTOUT_TOSLINK_R 0x03 /* LiveDrive - TOSLink Optical - right */
2030 #define EXTOUT_AC97_CENTER 0x04 /* SB Live 5. 2034 #define EXTOUT_AC97_CENTER 0x04 /* SB Live 5.1 - center */
2031 #define EXTOUT_AC97_LFE 0x05 /* SB Live 5. 2035 #define EXTOUT_AC97_LFE 0x05 /* SB Live 5.1 - LFE */
2032 #define EXTOUT_HEADPHONE_L 0x06 /* LiveDrive 2036 #define EXTOUT_HEADPHONE_L 0x06 /* LiveDrive - Headphone - left */
2033 #define EXTOUT_HEADPHONE_R 0x07 /* LiveDrive 2037 #define EXTOUT_HEADPHONE_R 0x07 /* LiveDrive - Headphone - right */
2034 #define EXTOUT_REAR_L 0x08 /* Rear chann 2038 #define EXTOUT_REAR_L 0x08 /* Rear channel - left */
2035 #define EXTOUT_REAR_R 0x09 /* Rear chann 2039 #define EXTOUT_REAR_R 0x09 /* Rear channel - right */
2036 #define EXTOUT_ADC_CAP_L 0x0a /* ADC Captur 2040 #define EXTOUT_ADC_CAP_L 0x0a /* ADC Capture buffer - left */
2037 #define EXTOUT_ADC_CAP_R 0x0b /* ADC Captur 2041 #define EXTOUT_ADC_CAP_R 0x0b /* ADC Capture buffer - right */
2038 #define EXTOUT_MIC_CAP 0x0c /* MIC Captur 2042 #define EXTOUT_MIC_CAP 0x0c /* MIC Capture buffer */
2039 #define EXTOUT_AC97_REAR_L 0x0d /* SB Live 5. 2043 #define EXTOUT_AC97_REAR_L 0x0d /* SB Live 5.1 (c) 2003 - Rear Left */
2040 #define EXTOUT_AC97_REAR_R 0x0e /* SB Live 5. 2044 #define EXTOUT_AC97_REAR_R 0x0e /* SB Live 5.1 (c) 2003 - Rear Right */
2041 #define EXTOUT_ACENTER 0x11 /* Analog Cen 2045 #define EXTOUT_ACENTER 0x11 /* Analog Center */
2042 #define EXTOUT_ALFE 0x12 /* Analog LFE 2046 #define EXTOUT_ALFE 0x12 /* Analog LFE */
2043 2047
2044 /* Audigy Inputs */ 2048 /* Audigy Inputs */
2045 #define A_EXTIN_AC97_L 0x00 /* AC 2049 #define A_EXTIN_AC97_L 0x00 /* AC'97 capture channel - left */
2046 #define A_EXTIN_AC97_R 0x01 /* AC 2050 #define A_EXTIN_AC97_R 0x01 /* AC'97 capture channel - right */
2047 #define A_EXTIN_SPDIF_CD_L 0x02 /* di 2051 #define A_EXTIN_SPDIF_CD_L 0x02 /* digital CD left */
2048 #define A_EXTIN_SPDIF_CD_R 0x03 /* di 2052 #define A_EXTIN_SPDIF_CD_R 0x03 /* digital CD left */
2049 #define A_EXTIN_OPT_SPDIF_L 0x04 /* au 2053 #define A_EXTIN_OPT_SPDIF_L 0x04 /* audigy drive Optical SPDIF - left */
2050 #define A_EXTIN_OPT_SPDIF_R 0x05 /* 2054 #define A_EXTIN_OPT_SPDIF_R 0x05 /* right */
2051 #define A_EXTIN_LINE2_L 0x08 /* au 2055 #define A_EXTIN_LINE2_L 0x08 /* audigy drive line2/mic2 - left */
2052 #define A_EXTIN_LINE2_R 0x09 /* 2056 #define A_EXTIN_LINE2_R 0x09 /* right */
2053 #define A_EXTIN_ADC_L 0x0a /* Ph 2057 #define A_EXTIN_ADC_L 0x0a /* Philips ADC - left */
2054 #define A_EXTIN_ADC_R 0x0b /* 2058 #define A_EXTIN_ADC_R 0x0b /* right */
2055 #define A_EXTIN_AUX2_L 0x0c /* au 2059 #define A_EXTIN_AUX2_L 0x0c /* audigy drive aux2 - left */
2056 #define A_EXTIN_AUX2_R 0x0d /* 2060 #define A_EXTIN_AUX2_R 0x0d /* - right */
2057 2061
2058 /* Audigiy Outputs */ 2062 /* Audigiy Outputs */
2059 #define A_EXTOUT_FRONT_L 0x00 /* di 2063 #define A_EXTOUT_FRONT_L 0x00 /* digital front left */
2060 #define A_EXTOUT_FRONT_R 0x01 /* 2064 #define A_EXTOUT_FRONT_R 0x01 /* right */
2061 #define A_EXTOUT_CENTER 0x02 /* di 2065 #define A_EXTOUT_CENTER 0x02 /* digital front center */
2062 #define A_EXTOUT_LFE 0x03 /* di 2066 #define A_EXTOUT_LFE 0x03 /* digital front lfe */
2063 #define A_EXTOUT_HEADPHONE_L 0x04 /* he 2067 #define A_EXTOUT_HEADPHONE_L 0x04 /* headphone audigy drive left */
2064 #define A_EXTOUT_HEADPHONE_R 0x05 /* 2068 #define A_EXTOUT_HEADPHONE_R 0x05 /* right */
2065 #define A_EXTOUT_REAR_L 0x06 /* di 2069 #define A_EXTOUT_REAR_L 0x06 /* digital rear left */
2066 #define A_EXTOUT_REAR_R 0x07 /* 2070 #define A_EXTOUT_REAR_R 0x07 /* right */
2067 #define A_EXTOUT_AFRONT_L 0x08 /* an 2071 #define A_EXTOUT_AFRONT_L 0x08 /* analog front left */
2068 #define A_EXTOUT_AFRONT_R 0x09 /* 2072 #define A_EXTOUT_AFRONT_R 0x09 /* right */
2069 #define A_EXTOUT_ACENTER 0x0a /* an 2073 #define A_EXTOUT_ACENTER 0x0a /* analog center */
2070 #define A_EXTOUT_ALFE 0x0b /* an 2074 #define A_EXTOUT_ALFE 0x0b /* analog LFE */
2071 #define A_EXTOUT_ASIDE_L 0x0c /* an 2075 #define A_EXTOUT_ASIDE_L 0x0c /* analog side left - Audigy 2 ZS */
2072 #define A_EXTOUT_ASIDE_R 0x0d /* 2076 #define A_EXTOUT_ASIDE_R 0x0d /* right - Audigy 2 ZS */
2073 #define A_EXTOUT_AREAR_L 0x0e /* an 2077 #define A_EXTOUT_AREAR_L 0x0e /* analog rear left */
2074 #define A_EXTOUT_AREAR_R 0x0f /* 2078 #define A_EXTOUT_AREAR_R 0x0f /* right */
2075 #define A_EXTOUT_AC97_L 0x10 /* AC 2079 #define A_EXTOUT_AC97_L 0x10 /* AC97 left (front) */
2076 #define A_EXTOUT_AC97_R 0x11 /* 2080 #define A_EXTOUT_AC97_R 0x11 /* right */
2077 #define A_EXTOUT_ADC_CAP_L 0x16 /* AD 2081 #define A_EXTOUT_ADC_CAP_L 0x16 /* ADC capture buffer left */
2078 #define A_EXTOUT_ADC_CAP_R 0x17 /* 2082 #define A_EXTOUT_ADC_CAP_R 0x17 /* right */
2079 #define A_EXTOUT_MIC_CAP 0x18 /* Mi 2083 #define A_EXTOUT_MIC_CAP 0x18 /* Mic capture buffer */
2080 2084
2081 /* Audigy constants */ 2085 /* Audigy constants */
2082 #define A_C_00000000 0xc0 2086 #define A_C_00000000 0xc0
2083 #define A_C_00000001 0xc1 2087 #define A_C_00000001 0xc1
2084 #define A_C_00000002 0xc2 2088 #define A_C_00000002 0xc2
2085 #define A_C_00000003 0xc3 2089 #define A_C_00000003 0xc3
2086 #define A_C_00000004 0xc4 2090 #define A_C_00000004 0xc4
2087 #define A_C_00000008 0xc5 2091 #define A_C_00000008 0xc5
2088 #define A_C_00000010 0xc6 2092 #define A_C_00000010 0xc6
2089 #define A_C_00000020 0xc7 2093 #define A_C_00000020 0xc7
2090 #define A_C_00000100 0xc8 2094 #define A_C_00000100 0xc8
2091 #define A_C_00010000 0xc9 2095 #define A_C_00010000 0xc9
2092 #define A_C_00000800 0xca 2096 #define A_C_00000800 0xca
2093 #define A_C_10000000 0xcb 2097 #define A_C_10000000 0xcb
2094 #define A_C_20000000 0xcc 2098 #define A_C_20000000 0xcc
2095 #define A_C_40000000 0xcd 2099 #define A_C_40000000 0xcd
2096 #define A_C_80000000 0xce 2100 #define A_C_80000000 0xce
2097 #define A_C_7fffffff 0xcf 2101 #define A_C_7fffffff 0xcf
2098 #define A_C_ffffffff 0xd0 2102 #define A_C_ffffffff 0xd0
2099 #define A_C_fffffffe 0xd1 2103 #define A_C_fffffffe 0xd1
2100 #define A_C_c0000000 0xd2 2104 #define A_C_c0000000 0xd2
2101 #define A_C_4f1bbcdc 0xd3 2105 #define A_C_4f1bbcdc 0xd3
2102 #define A_C_5a7ef9db 0xd4 2106 #define A_C_5a7ef9db 0xd4
2103 #define A_C_00100000 0xd5 2107 #define A_C_00100000 0xd5
2104 #define A_GPR_ACCU 0xd6 /* AC 2108 #define A_GPR_ACCU 0xd6 /* ACCUM, accumulator */
2105 #define A_GPR_COND 0xd7 /* CC 2109 #define A_GPR_COND 0xd7 /* CCR, condition register */
2106 #define A_GPR_NOISE0 0xd8 /* no 2110 #define A_GPR_NOISE0 0xd8 /* noise source */
2107 #define A_GPR_NOISE1 0xd9 /* no 2111 #define A_GPR_NOISE1 0xd9 /* noise source */
2108 #define A_GPR_IRQ 0xda /* IR 2112 #define A_GPR_IRQ 0xda /* IRQ register */
2109 #define A_GPR_DBAC 0xdb /* TR 2113 #define A_GPR_DBAC 0xdb /* TRAM Delay Base Address Counter - internal */
2110 #define A_GPR_DBACE 0xde /* TR 2114 #define A_GPR_DBACE 0xde /* TRAM Delay Base Address Counter - external */
2111 2115
2112 /* definitions for debug register */ 2116 /* definitions for debug register */
2113 #define EMU10K1_DBG_ZC 0x800 2117 #define EMU10K1_DBG_ZC 0x80000000 /* zero tram counter */
2114 #define EMU10K1_DBG_SATURATION_OCCURED 0x020 2118 #define EMU10K1_DBG_SATURATION_OCCURED 0x02000000 /* saturation control */
2115 #define EMU10K1_DBG_SATURATION_ADDR 0x01f 2119 #define EMU10K1_DBG_SATURATION_ADDR 0x01ff0000 /* saturation address */
2116 #define EMU10K1_DBG_SINGLE_STEP 0x000 2120 #define EMU10K1_DBG_SINGLE_STEP 0x00008000 /* single step mode */
2117 #define EMU10K1_DBG_STEP 0x000 2121 #define EMU10K1_DBG_STEP 0x00004000 /* start single step */
2118 #define EMU10K1_DBG_CONDITION_CODE 0x000 2122 #define EMU10K1_DBG_CONDITION_CODE 0x00003e00 /* condition code */
2119 #define EMU10K1_DBG_SINGLE_STEP_ADDR 0x000 2123 #define EMU10K1_DBG_SINGLE_STEP_ADDR 0x000001ff /* single step address */
2120 2124
2121 /* tank memory address line */ 2125 /* tank memory address line */
2122 #ifndef __KERNEL__ 2126 #ifndef __KERNEL__
2123 #define TANKMEMADDRREG_ADDR_MASK 0x000fffff 2127 #define TANKMEMADDRREG_ADDR_MASK 0x000fffff /* 20 bit tank address field */
2124 #define TANKMEMADDRREG_CLEAR 0x00800000 2128 #define TANKMEMADDRREG_CLEAR 0x00800000 /* Clear tank memory */
2125 #define TANKMEMADDRREG_ALIGN 0x00400000 2129 #define TANKMEMADDRREG_ALIGN 0x00400000 /* Align read or write relative to tank access */
2126 #define TANKMEMADDRREG_WRITE 0x00200000 2130 #define TANKMEMADDRREG_WRITE 0x00200000 /* Write to tank memory */
2127 #define TANKMEMADDRREG_READ 0x00100000 2131 #define TANKMEMADDRREG_READ 0x00100000 /* Read from tank memory */
2128 #endif 2132 #endif
2129 2133
2130 struct snd_emu10k1_fx8010_info { 2134 struct snd_emu10k1_fx8010_info {
2131 unsigned int internal_tram_size; 2135 unsigned int internal_tram_size; /* in samples */
2132 unsigned int external_tram_size; 2136 unsigned int external_tram_size; /* in samples */
2133 char fxbus_names[16][32]; 2137 char fxbus_names[16][32]; /* names of FXBUSes */
2134 char extin_names[16][32]; 2138 char extin_names[16][32]; /* names of external inputs */
2135 char extout_names[32][32]; 2139 char extout_names[32][32]; /* names of external outputs */
2136 unsigned int gpr_controls; 2140 unsigned int gpr_controls; /* count of GPR controls */
2137 }; 2141 };
2138 2142
2139 #define EMU10K1_GPR_TRANSLATION_NONE 2143 #define EMU10K1_GPR_TRANSLATION_NONE 0
2140 #define EMU10K1_GPR_TRANSLATION_TABLE100 2144 #define EMU10K1_GPR_TRANSLATION_TABLE100 1
2141 #define EMU10K1_GPR_TRANSLATION_BASS 2145 #define EMU10K1_GPR_TRANSLATION_BASS 2
2142 #define EMU10K1_GPR_TRANSLATION_TREBLE 2146 #define EMU10K1_GPR_TRANSLATION_TREBLE 3
2143 #define EMU10K1_GPR_TRANSLATION_ONOFF 2147 #define EMU10K1_GPR_TRANSLATION_ONOFF 4
2144 2148
2145 struct snd_emu10k1_fx8010_control_gpr { 2149 struct snd_emu10k1_fx8010_control_gpr {
2146 struct snd_ctl_elem_id id; 2150 struct snd_ctl_elem_id id; /* full control ID definition */
2147 unsigned int vcount; /* vi 2151 unsigned int vcount; /* visible count */
2148 unsigned int count; /* co 2152 unsigned int count; /* count of GPR (1..16) */
2149 unsigned short gpr[32]; /* GP 2153 unsigned short gpr[32]; /* GPR number(s) */
2150 unsigned int value[32]; /* in 2154 unsigned int value[32]; /* initial values */
2151 unsigned int min; /* mi 2155 unsigned int min; /* minimum range */
2152 unsigned int max; /* ma 2156 unsigned int max; /* maximum range */
2153 unsigned int translation; /* tr 2157 unsigned int translation; /* translation type (EMU10K1_GPR_TRANSLATION*) */
2154 const unsigned int *tlv; 2158 const unsigned int *tlv;
2155 }; 2159 };
2156 2160
2157 /* old ABI without TLV support */ 2161 /* old ABI without TLV support */
2158 struct snd_emu10k1_fx8010_control_old_gpr { 2162 struct snd_emu10k1_fx8010_control_old_gpr {
2159 struct snd_ctl_elem_id id; 2163 struct snd_ctl_elem_id id;
2160 unsigned int vcount; 2164 unsigned int vcount;
2161 unsigned int count; 2165 unsigned int count;
2162 unsigned short gpr[32]; 2166 unsigned short gpr[32];
2163 unsigned int value[32]; 2167 unsigned int value[32];
2164 unsigned int min; 2168 unsigned int min;
2165 unsigned int max; 2169 unsigned int max;
2166 unsigned int translation; 2170 unsigned int translation;
2167 }; 2171 };
2168 2172
2169 struct snd_emu10k1_fx8010_code { 2173 struct snd_emu10k1_fx8010_code {
2170 char name[128]; 2174 char name[128];
2171 2175
2172 DECLARE_BITMAP(gpr_valid, 0x200); /* 2176 DECLARE_BITMAP(gpr_valid, 0x200); /* bitmask of valid initializers */
2173 u_int32_t __user *gpr_map; /* !! 2177 __u32 __user *gpr_map; /* initializers */
2174 2178
2175 unsigned int gpr_add_control_count; / 2179 unsigned int gpr_add_control_count; /* count of GPR controls to add/replace */
2176 struct snd_emu10k1_fx8010_control_gpr 2180 struct snd_emu10k1_fx8010_control_gpr __user *gpr_add_controls; /* GPR controls to add/replace */
2177 2181
2178 unsigned int gpr_del_control_count; / 2182 unsigned int gpr_del_control_count; /* count of GPR controls to remove */
2179 struct snd_ctl_elem_id __user *gpr_de 2183 struct snd_ctl_elem_id __user *gpr_del_controls; /* IDs of GPR controls to remove */
2180 2184
2181 unsigned int gpr_list_control_count; 2185 unsigned int gpr_list_control_count; /* count of GPR controls to list */
2182 unsigned int gpr_list_control_total; 2186 unsigned int gpr_list_control_total; /* total count of GPR controls */
2183 struct snd_emu10k1_fx8010_control_gpr 2187 struct snd_emu10k1_fx8010_control_gpr __user *gpr_list_controls; /* listed GPR controls */
2184 2188
2185 DECLARE_BITMAP(tram_valid, 0x100); /* 2189 DECLARE_BITMAP(tram_valid, 0x100); /* bitmask of valid initializers */
2186 u_int32_t __user *tram_data_map; /* !! 2190 __u32 __user *tram_data_map; /* data initializers */
2187 u_int32_t __user *tram_addr_map; /* !! 2191 __u32 __user *tram_addr_map; /* map initializers */
2188 2192
2189 DECLARE_BITMAP(code_valid, 1024); /* 2193 DECLARE_BITMAP(code_valid, 1024); /* bitmask of valid instructions */
2190 u_int32_t __user *code; /* !! 2194 __u32 __user *code; /* one instruction - 64 bits */
2191 }; 2195 };
2192 2196
2193 struct snd_emu10k1_fx8010_tram { 2197 struct snd_emu10k1_fx8010_tram {
2194 unsigned int address; /* 31 2198 unsigned int address; /* 31.bit == 1 -> external TRAM */
2195 unsigned int size; /* si 2199 unsigned int size; /* size in samples (4 bytes) */
2196 unsigned int *samples; /* po 2200 unsigned int *samples; /* pointer to samples (20-bit) */
2197 /* NU 2201 /* NULL->clear memory */
2198 }; 2202 };
2199 2203
2200 struct snd_emu10k1_fx8010_pcm_rec { 2204 struct snd_emu10k1_fx8010_pcm_rec {
2201 unsigned int substream; /* su 2205 unsigned int substream; /* substream number */
2202 unsigned int res1; /* re 2206 unsigned int res1; /* reserved */
2203 unsigned int channels; /* 16 2207 unsigned int channels; /* 16-bit channels count, zero = remove this substream */
2204 unsigned int tram_start; /* ri 2208 unsigned int tram_start; /* ring buffer position in TRAM (in samples) */
2205 unsigned int buffer_size; /* co 2209 unsigned int buffer_size; /* count of buffered samples */
2206 unsigned short gpr_size; 2210 unsigned short gpr_size; /* GPR containing size of ringbuffer in samples (host) */
2207 unsigned short gpr_ptr; /* GP 2211 unsigned short gpr_ptr; /* GPR containing current pointer in the ring buffer (host = reset, FX8010) */
2208 unsigned short gpr_count; /* GP 2212 unsigned short gpr_count; /* GPR containing count of samples between two interrupts (host) */
2209 unsigned short gpr_tmpcount; /* GP 2213 unsigned short gpr_tmpcount; /* GPR containing current count of samples to interrupt (host = set, FX8010) */
2210 unsigned short gpr_trigger; /* GP 2214 unsigned short gpr_trigger; /* GPR containing trigger (activate) information (host) */
2211 unsigned short gpr_running; /* GP 2215 unsigned short gpr_running; /* GPR containing info if PCM is running (FX8010) */
2212 unsigned char pad; /* re 2216 unsigned char pad; /* reserved */
2213 unsigned char etram[32]; /* ex 2217 unsigned char etram[32]; /* external TRAM address & data (one per channel) */
2214 unsigned int res2; /* re 2218 unsigned int res2; /* reserved */
2215 }; 2219 };
2216 2220
2217 #define SNDRV_EMU10K1_VERSION SNDRV 2221 #define SNDRV_EMU10K1_VERSION SNDRV_PROTOCOL_VERSION(1, 0, 1)
2218 2222
2219 #define SNDRV_EMU10K1_IOCTL_INFO _IOR 2223 #define SNDRV_EMU10K1_IOCTL_INFO _IOR ('H', 0x10, struct snd_emu10k1_fx8010_info)
2220 #define SNDRV_EMU10K1_IOCTL_CODE_POKE _IOW 2224 #define SNDRV_EMU10K1_IOCTL_CODE_POKE _IOW ('H', 0x11, struct snd_emu10k1_fx8010_code)
2221 #define SNDRV_EMU10K1_IOCTL_CODE_PEEK _IOWR 2225 #define SNDRV_EMU10K1_IOCTL_CODE_PEEK _IOWR('H', 0x12, struct snd_emu10k1_fx8010_code)
2222 #define SNDRV_EMU10K1_IOCTL_TRAM_SETUP _IOW 2226 #define SNDRV_EMU10K1_IOCTL_TRAM_SETUP _IOW ('H', 0x20, int)
2223 #define SNDRV_EMU10K1_IOCTL_TRAM_POKE _IOW 2227 #define SNDRV_EMU10K1_IOCTL_TRAM_POKE _IOW ('H', 0x21, struct snd_emu10k1_fx8010_tram)
2224 #define SNDRV_EMU10K1_IOCTL_TRAM_PEEK _IOWR 2228 #define SNDRV_EMU10K1_IOCTL_TRAM_PEEK _IOWR('H', 0x22, struct snd_emu10k1_fx8010_tram)
2225 #define SNDRV_EMU10K1_IOCTL_PCM_POKE _IOW 2229 #define SNDRV_EMU10K1_IOCTL_PCM_POKE _IOW ('H', 0x30, struct snd_emu10k1_fx8010_pcm_rec)
2226 #define SNDRV_EMU10K1_IOCTL_PCM_PEEK _IOWR 2230 #define SNDRV_EMU10K1_IOCTL_PCM_PEEK _IOWR('H', 0x31, struct snd_emu10k1_fx8010_pcm_rec)
2227 #define SNDRV_EMU10K1_IOCTL_PVERSION _IOR 2231 #define SNDRV_EMU10K1_IOCTL_PVERSION _IOR ('H', 0x40, int)
2228 #define SNDRV_EMU10K1_IOCTL_STOP _IO 2232 #define SNDRV_EMU10K1_IOCTL_STOP _IO ('H', 0x80)
2229 #define SNDRV_EMU10K1_IOCTL_CONTINUE _IO 2233 #define SNDRV_EMU10K1_IOCTL_CONTINUE _IO ('H', 0x81)
2230 #define SNDRV_EMU10K1_IOCTL_ZERO_TRAM_COUNTER 2234 #define SNDRV_EMU10K1_IOCTL_ZERO_TRAM_COUNTER _IO ('H', 0x82)
2231 #define SNDRV_EMU10K1_IOCTL_SINGLE_STEP _IOW 2235 #define SNDRV_EMU10K1_IOCTL_SINGLE_STEP _IOW ('H', 0x83, int)
2232 #define SNDRV_EMU10K1_IOCTL_DBG_READ _IOR 2236 #define SNDRV_EMU10K1_IOCTL_DBG_READ _IOR ('H', 0x84, int)
2233 2237
2234 /* typedefs for compatibility to user-space * 2238 /* typedefs for compatibility to user-space */
2235 typedef struct snd_emu10k1_fx8010_info emu10k 2239 typedef struct snd_emu10k1_fx8010_info emu10k1_fx8010_info_t;
2236 typedef struct snd_emu10k1_fx8010_control_gpr 2240 typedef struct snd_emu10k1_fx8010_control_gpr emu10k1_fx8010_control_gpr_t;
2237 typedef struct snd_emu10k1_fx8010_code emu10k 2241 typedef struct snd_emu10k1_fx8010_code emu10k1_fx8010_code_t;
2238 typedef struct snd_emu10k1_fx8010_tram emu10k 2242 typedef struct snd_emu10k1_fx8010_tram emu10k1_fx8010_tram_t;
2239 typedef struct snd_emu10k1_fx8010_pcm_rec emu 2243 typedef struct snd_emu10k1_fx8010_pcm_rec emu10k1_fx8010_pcm_t;
2240 2244
2241 #endif /* __SOUND_EMU10K1_H */ 2245 #endif /* __SOUND_EMU10K1_H */
2242 2246
|
This page was automatically generated by the
LXR engine.
|