emu10k1.h 72 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565
  1. #ifndef __SOUND_EMU10K1_H
  2. #define __SOUND_EMU10K1_H
  3. /*
  4. * Copyright (c) by Jaroslav Kysela <perex@suse.cz>,
  5. * Creative Labs, Inc.
  6. * Definitions for EMU10K1 (SB Live!) chips
  7. *
  8. *
  9. * This program is free software; you can redistribute it and/or modify
  10. * it under the terms of the GNU General Public License as published by
  11. * the Free Software Foundation; either version 2 of the License, or
  12. * (at your option) any later version.
  13. *
  14. * This program is distributed in the hope that it will be useful,
  15. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  16. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  17. * GNU General Public License for more details.
  18. *
  19. * You should have received a copy of the GNU General Public License
  20. * along with this program; if not, write to the Free Software
  21. * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
  22. *
  23. */
  24. #ifdef __KERNEL__
  25. #include <sound/pcm.h>
  26. #include <sound/rawmidi.h>
  27. #include <sound/hwdep.h>
  28. #include <sound/ac97_codec.h>
  29. #include <sound/util_mem.h>
  30. #include <sound/pcm-indirect.h>
  31. #include <sound/timer.h>
  32. #include <linux/interrupt.h>
  33. #include <asm/io.h>
  34. #ifndef PCI_VENDOR_ID_CREATIVE
  35. #define PCI_VENDOR_ID_CREATIVE 0x1102
  36. #endif
  37. #ifndef PCI_DEVICE_ID_CREATIVE_EMU10K1
  38. #define PCI_DEVICE_ID_CREATIVE_EMU10K1 0x0002
  39. #endif
  40. /* ------------------- DEFINES -------------------- */
  41. #define EMUPAGESIZE 4096
  42. #define MAXREQVOICES 8
  43. #define MAXPAGES 8192
  44. #define RESERVED 0
  45. #define NUM_MIDI 16
  46. #define NUM_G 64 /* use all channels */
  47. #define NUM_FXSENDS 4
  48. #define NUM_EFX_PLAYBACK 16
  49. /* FIXME? - according to the OSS driver the EMU10K1 needs a 29 bit DMA mask */
  50. #define EMU10K1_DMA_MASK 0x7fffffffUL /* 31bit */
  51. #define AUDIGY_DMA_MASK 0xffffffffUL /* 32bit */
  52. #define TMEMSIZE 256*1024
  53. #define TMEMSIZEREG 4
  54. #define IP_TO_CP(ip) ((ip == 0) ? 0 : (((0x00001000uL | (ip & 0x00000FFFL)) << (((ip >> 12) & 0x000FL) + 4)) & 0xFFFF0000uL))
  55. // Audigy specify registers are prefixed with 'A_'
  56. /************************************************************************************************/
  57. /* PCI function 0 registers, address = <val> + PCIBASE0 */
  58. /************************************************************************************************/
  59. #define PTR 0x00 /* Indexed register set pointer register */
  60. /* NOTE: The CHANNELNUM and ADDRESS words can */
  61. /* be modified independently of each other. */
  62. #define PTR_CHANNELNUM_MASK 0x0000003f /* For each per-channel register, indicates the */
  63. /* channel number of the register to be */
  64. /* accessed. For non per-channel registers the */
  65. /* value should be set to zero. */
  66. #define PTR_ADDRESS_MASK 0x07ff0000 /* Register index */
  67. #define A_PTR_ADDRESS_MASK 0x0fff0000
  68. #define DATA 0x04 /* Indexed register set data register */
  69. #define IPR 0x08 /* Global interrupt pending register */
  70. /* Clear pending interrupts by writing a 1 to */
  71. /* the relevant bits and zero to the other bits */
  72. #define IPR_P16V 0x80000000 /* Bit set when the CA0151 P16V chip wishes
  73. to interrupt */
  74. #define IPR_GPIOMSG 0x20000000 /* GPIO message interrupt (RE'd, still not sure
  75. which INTE bits enable it) */
  76. /* The next two interrupts are for the midi port on the Audigy Drive (A_MPU1) */
  77. #define IPR_A_MIDITRANSBUFEMPTY2 0x10000000 /* MIDI UART transmit buffer empty */
  78. #define IPR_A_MIDIRECVBUFEMPTY2 0x08000000 /* MIDI UART receive buffer empty */
  79. #define IPR_SPDIFBUFFULL 0x04000000 /* SPDIF capture related, 10k2 only? (RE) */
  80. #define IPR_SPDIFBUFHALFFULL 0x02000000 /* SPDIF capture related? (RE) */
  81. #define IPR_SAMPLERATETRACKER 0x01000000 /* Sample rate tracker lock status change */
  82. #define IPR_FXDSP 0x00800000 /* Enable FX DSP interrupts */
  83. #define IPR_FORCEINT 0x00400000 /* Force Sound Blaster interrupt */
  84. #define IPR_PCIERROR 0x00200000 /* PCI bus error */
  85. #define IPR_VOLINCR 0x00100000 /* Volume increment button pressed */
  86. #define IPR_VOLDECR 0x00080000 /* Volume decrement button pressed */
  87. #define IPR_MUTE 0x00040000 /* Mute button pressed */
  88. #define IPR_MICBUFFULL 0x00020000 /* Microphone buffer full */
  89. #define IPR_MICBUFHALFFULL 0x00010000 /* Microphone buffer half full */
  90. #define IPR_ADCBUFFULL 0x00008000 /* ADC buffer full */
  91. #define IPR_ADCBUFHALFFULL 0x00004000 /* ADC buffer half full */
  92. #define IPR_EFXBUFFULL 0x00002000 /* Effects buffer full */
  93. #define IPR_EFXBUFHALFFULL 0x00001000 /* Effects buffer half full */
  94. #define IPR_GPSPDIFSTATUSCHANGE 0x00000800 /* GPSPDIF channel status change */
  95. #define IPR_CDROMSTATUSCHANGE 0x00000400 /* CD-ROM channel status change */
  96. #define IPR_INTERVALTIMER 0x00000200 /* Interval timer terminal count */
  97. #define IPR_MIDITRANSBUFEMPTY 0x00000100 /* MIDI UART transmit buffer empty */
  98. #define IPR_MIDIRECVBUFEMPTY 0x00000080 /* MIDI UART receive buffer empty */
  99. #define IPR_CHANNELLOOP 0x00000040 /* Channel (half) loop interrupt(s) pending */
  100. #define IPR_CHANNELNUMBERMASK 0x0000003f /* When IPR_CHANNELLOOP is set, indicates the */
  101. /* highest set channel in CLIPL, CLIPH, HLIPL, */
  102. /* or HLIPH. When IP is written with CL set, */
  103. /* the bit in H/CLIPL or H/CLIPH corresponding */
  104. /* to the CIN value written will be cleared. */
  105. #define INTE 0x0c /* Interrupt enable register */
  106. #define INTE_VIRTUALSB_MASK 0xc0000000 /* Virtual Soundblaster I/O port capture */
  107. #define INTE_VIRTUALSB_220 0x00000000 /* Capture at I/O base address 0x220-0x22f */
  108. #define INTE_VIRTUALSB_240 0x40000000 /* Capture at I/O base address 0x240 */
  109. #define INTE_VIRTUALSB_260 0x80000000 /* Capture at I/O base address 0x260 */
  110. #define INTE_VIRTUALSB_280 0xc0000000 /* Capture at I/O base address 0x280 */
  111. #define INTE_VIRTUALMPU_MASK 0x30000000 /* Virtual MPU I/O port capture */
  112. #define INTE_VIRTUALMPU_300 0x00000000 /* Capture at I/O base address 0x300-0x301 */
  113. #define INTE_VIRTUALMPU_310 0x10000000 /* Capture at I/O base address 0x310 */
  114. #define INTE_VIRTUALMPU_320 0x20000000 /* Capture at I/O base address 0x320 */
  115. #define INTE_VIRTUALMPU_330 0x30000000 /* Capture at I/O base address 0x330 */
  116. #define INTE_MASTERDMAENABLE 0x08000000 /* Master DMA emulation at 0x000-0x00f */
  117. #define INTE_SLAVEDMAENABLE 0x04000000 /* Slave DMA emulation at 0x0c0-0x0df */
  118. #define INTE_MASTERPICENABLE 0x02000000 /* Master PIC emulation at 0x020-0x021 */
  119. #define INTE_SLAVEPICENABLE 0x01000000 /* Slave PIC emulation at 0x0a0-0x0a1 */
  120. #define INTE_VSBENABLE 0x00800000 /* Enable virtual Soundblaster */
  121. #define INTE_ADLIBENABLE 0x00400000 /* Enable AdLib emulation at 0x388-0x38b */
  122. #define INTE_MPUENABLE 0x00200000 /* Enable virtual MPU */
  123. #define INTE_FORCEINT 0x00100000 /* Continuously assert INTAN */
  124. #define INTE_MRHANDENABLE 0x00080000 /* Enable the "Mr. Hand" logic */
  125. /* NOTE: There is no reason to use this under */
  126. /* Linux, and it will cause odd hardware */
  127. /* behavior and possibly random segfaults and */
  128. /* lockups if enabled. */
  129. /* The next two interrupts are for the midi port on the Audigy Drive (A_MPU1) */
  130. #define INTE_A_MIDITXENABLE2 0x00020000 /* Enable MIDI transmit-buffer-empty interrupts */
  131. #define INTE_A_MIDIRXENABLE2 0x00010000 /* Enable MIDI receive-buffer-empty interrupts */
  132. #define INTE_SAMPLERATETRACKER 0x00002000 /* Enable sample rate tracker interrupts */
  133. /* NOTE: This bit must always be enabled */
  134. #define INTE_FXDSPENABLE 0x00001000 /* Enable FX DSP interrupts */
  135. #define INTE_PCIERRORENABLE 0x00000800 /* Enable PCI bus error interrupts */
  136. #define INTE_VOLINCRENABLE 0x00000400 /* Enable volume increment button interrupts */
  137. #define INTE_VOLDECRENABLE 0x00000200 /* Enable volume decrement button interrupts */
  138. #define INTE_MUTEENABLE 0x00000100 /* Enable mute button interrupts */
  139. #define INTE_MICBUFENABLE 0x00000080 /* Enable microphone buffer interrupts */
  140. #define INTE_ADCBUFENABLE 0x00000040 /* Enable ADC buffer interrupts */
  141. #define INTE_EFXBUFENABLE 0x00000020 /* Enable Effects buffer interrupts */
  142. #define INTE_GPSPDIFENABLE 0x00000010 /* Enable GPSPDIF status interrupts */
  143. #define INTE_CDSPDIFENABLE 0x00000008 /* Enable CDSPDIF status interrupts */
  144. #define INTE_INTERVALTIMERENB 0x00000004 /* Enable interval timer interrupts */
  145. #define INTE_MIDITXENABLE 0x00000002 /* Enable MIDI transmit-buffer-empty interrupts */
  146. #define INTE_MIDIRXENABLE 0x00000001 /* Enable MIDI receive-buffer-empty interrupts */
  147. #define WC 0x10 /* Wall Clock register */
  148. #define WC_SAMPLECOUNTER_MASK 0x03FFFFC0 /* Sample periods elapsed since reset */
  149. #define WC_SAMPLECOUNTER 0x14060010
  150. #define WC_CURRENTCHANNEL 0x0000003F /* Channel [0..63] currently being serviced */
  151. /* NOTE: Each channel takes 1/64th of a sample */
  152. /* period to be serviced. */
  153. #define HCFG 0x14 /* Hardware config register */
  154. /* NOTE: There is no reason to use the legacy */
  155. /* SoundBlaster emulation stuff described below */
  156. /* under Linux, and all kinds of weird hardware */
  157. /* behavior can result if you try. Don't. */
  158. #define HCFG_LEGACYFUNC_MASK 0xe0000000 /* Legacy function number */
  159. #define HCFG_LEGACYFUNC_MPU 0x00000000 /* Legacy MPU */
  160. #define HCFG_LEGACYFUNC_SB 0x40000000 /* Legacy SB */
  161. #define HCFG_LEGACYFUNC_AD 0x60000000 /* Legacy AD */
  162. #define HCFG_LEGACYFUNC_MPIC 0x80000000 /* Legacy MPIC */
  163. #define HCFG_LEGACYFUNC_MDMA 0xa0000000 /* Legacy MDMA */
  164. #define HCFG_LEGACYFUNC_SPCI 0xc0000000 /* Legacy SPCI */
  165. #define HCFG_LEGACYFUNC_SDMA 0xe0000000 /* Legacy SDMA */
  166. #define HCFG_IOCAPTUREADDR 0x1f000000 /* The 4 LSBs of the captured I/O address. */
  167. #define HCFG_LEGACYWRITE 0x00800000 /* 1 = write, 0 = read */
  168. #define HCFG_LEGACYWORD 0x00400000 /* 1 = word, 0 = byte */
  169. #define HCFG_LEGACYINT 0x00200000 /* 1 = legacy event captured. Write 1 to clear. */
  170. /* NOTE: The rest of the bits in this register */
  171. /* _are_ relevant under Linux. */
  172. #define HCFG_CODECFORMAT_MASK 0x00070000 /* CODEC format */
  173. #define HCFG_CODECFORMAT_AC97 0x00000000 /* AC97 CODEC format -- Primary Output */
  174. #define HCFG_CODECFORMAT_I2S 0x00010000 /* I2S CODEC format -- Secondary (Rear) Output */
  175. #define HCFG_GPINPUT0 0x00004000 /* External pin112 */
  176. #define HCFG_GPINPUT1 0x00002000 /* External pin110 */
  177. #define HCFG_GPOUTPUT_MASK 0x00001c00 /* External pins which may be controlled */
  178. #define HCFG_GPOUT0 0x00001000 /* External pin? (spdif enable on 5.1) */
  179. #define HCFG_GPOUT1 0x00000800 /* External pin? (IR) */
  180. #define HCFG_GPOUT2 0x00000400 /* External pin? (IR) */
  181. #define HCFG_JOYENABLE 0x00000200 /* Internal joystick enable */
  182. #define HCFG_PHASETRACKENABLE 0x00000100 /* Phase tracking enable */
  183. /* 1 = Force all 3 async digital inputs to use */
  184. /* the same async sample rate tracker (ZVIDEO) */
  185. #define HCFG_AC3ENABLE_MASK 0x000000e0 /* AC3 async input control - Not implemented */
  186. #define HCFG_AC3ENABLE_ZVIDEO 0x00000080 /* Channels 0 and 1 replace ZVIDEO */
  187. #define HCFG_AC3ENABLE_CDSPDIF 0x00000040 /* Channels 0 and 1 replace CDSPDIF */
  188. #define HCFG_AC3ENABLE_GPSPDIF 0x00000020 /* Channels 0 and 1 replace GPSPDIF */
  189. #define HCFG_AUTOMUTE 0x00000010 /* When set, the async sample rate convertors */
  190. /* will automatically mute their output when */
  191. /* they are not rate-locked to the external */
  192. /* async audio source */
  193. #define HCFG_LOCKSOUNDCACHE 0x00000008 /* 1 = Cancel bustmaster accesses to soundcache */
  194. /* NOTE: This should generally never be used. */
  195. #define HCFG_LOCKTANKCACHE_MASK 0x00000004 /* 1 = Cancel bustmaster accesses to tankcache */
  196. /* NOTE: This should generally never be used. */
  197. #define HCFG_LOCKTANKCACHE 0x01020014
  198. #define HCFG_MUTEBUTTONENABLE 0x00000002 /* 1 = Master mute button sets AUDIOENABLE = 0. */
  199. /* NOTE: This is a 'cheap' way to implement a */
  200. /* master mute function on the mute button, and */
  201. /* in general should not be used unless a more */
  202. /* sophisticated master mute function has not */
  203. /* been written. */
  204. #define HCFG_AUDIOENABLE 0x00000001 /* 0 = CODECs transmit zero-valued samples */
  205. /* Should be set to 1 when the EMU10K1 is */
  206. /* completely initialized. */
  207. //For Audigy, MPU port move to 0x70-0x74 ptr register
  208. #define MUDATA 0x18 /* MPU401 data register (8 bits) */
  209. #define MUCMD 0x19 /* MPU401 command register (8 bits) */
  210. #define MUCMD_RESET 0xff /* RESET command */
  211. #define MUCMD_ENTERUARTMODE 0x3f /* Enter_UART_mode command */
  212. /* NOTE: All other commands are ignored */
  213. #define MUSTAT MUCMD /* MPU401 status register (8 bits) */
  214. #define MUSTAT_IRDYN 0x80 /* 0 = MIDI data or command ACK */
  215. #define MUSTAT_ORDYN 0x40 /* 0 = MUDATA can accept a command or data */
  216. #define A_IOCFG 0x18 /* GPIO on Audigy card (16bits) */
  217. #define A_GPINPUT_MASK 0xff00
  218. #define A_GPOUTPUT_MASK 0x00ff
  219. // Audigy output/GPIO stuff taken from the kX drivers
  220. #define A_IOCFG_GPOUT0 0x0044 /* analog/digital */
  221. #define A_IOCFG_DISABLE_ANALOG 0x0040 /* = 'enable' for Audigy2 (chiprev=4) */
  222. #define A_IOCFG_ENABLE_DIGITAL 0x0004
  223. #define A_IOCFG_UNKNOWN_20 0x0020
  224. #define A_IOCFG_DISABLE_AC97_FRONT 0x0080 /* turn off ac97 front -> front (10k2.1) */
  225. #define A_IOCFG_GPOUT1 0x0002 /* IR? drive's internal bypass (?) */
  226. #define A_IOCFG_GPOUT2 0x0001 /* IR */
  227. #define A_IOCFG_MULTIPURPOSE_JACK 0x2000 /* center+lfe+rear_center (a2/a2ex) */
  228. /* + digital for generic 10k2 */
  229. #define A_IOCFG_DIGITAL_JACK 0x1000 /* digital for a2 platinum */
  230. #define A_IOCFG_FRONT_JACK 0x4000
  231. #define A_IOCFG_REAR_JACK 0x8000
  232. #define A_IOCFG_PHONES_JACK 0x0100 /* LiveDrive */
  233. /* outputs:
  234. * for audigy2 platinum: 0xa00
  235. * for a2 platinum ex: 0x1c00
  236. * for a1 platinum: 0x0
  237. */
  238. #define TIMER 0x1a /* Timer terminal count register */
  239. /* NOTE: After the rate is changed, a maximum */
  240. /* of 1024 sample periods should be allowed */
  241. /* before the new rate is guaranteed accurate. */
  242. #define TIMER_RATE_MASK 0x000003ff /* Timer interrupt rate in sample periods */
  243. /* 0 == 1024 periods, [1..4] are not useful */
  244. #define TIMER_RATE 0x0a00001a
  245. #define AC97DATA 0x1c /* AC97 register set data register (16 bit) */
  246. #define AC97ADDRESS 0x1e /* AC97 register set address register (8 bit) */
  247. #define AC97ADDRESS_READY 0x80 /* Read-only bit, reflects CODEC READY signal */
  248. #define AC97ADDRESS_ADDRESS 0x7f /* Address of indexed AC97 register */
  249. /* Available on the Audigy 2 and Audigy 4 only. This is the P16V chip. */
  250. #define PTR2 0x20 /* Indexed register set pointer register */
  251. #define DATA2 0x24 /* Indexed register set data register */
  252. #define IPR2 0x28 /* P16V interrupt pending register */
  253. #define IPR2_PLAYBACK_CH_0_LOOP 0x00001000 /* Playback Channel 0 loop */
  254. #define IPR2_PLAYBACK_CH_0_HALF_LOOP 0x00000100 /* Playback Channel 0 half loop */
  255. #define IPR2_CAPTURE_CH_0_LOOP 0x00100000 /* Capture Channel 0 loop */
  256. #define IPR2_CAPTURE_CH_0_HALF_LOOP 0x00010000 /* Capture Channel 0 half loop */
  257. /* 0x00000100 Playback. Only in once per period.
  258. * 0x00110000 Capture. Int on half buffer.
  259. */
  260. #define INTE2 0x2c /* P16V Interrupt enable register. */
  261. #define INTE2_PLAYBACK_CH_0_LOOP 0x00001000 /* Playback Channel 0 loop */
  262. #define INTE2_PLAYBACK_CH_0_HALF_LOOP 0x00000100 /* Playback Channel 0 half loop */
  263. #define INTE2_PLAYBACK_CH_1_LOOP 0x00002000 /* Playback Channel 1 loop */
  264. #define INTE2_PLAYBACK_CH_1_HALF_LOOP 0x00000200 /* Playback Channel 1 half loop */
  265. #define INTE2_PLAYBACK_CH_2_LOOP 0x00004000 /* Playback Channel 2 loop */
  266. #define INTE2_PLAYBACK_CH_2_HALF_LOOP 0x00000400 /* Playback Channel 2 half loop */
  267. #define INTE2_PLAYBACK_CH_3_LOOP 0x00008000 /* Playback Channel 3 loop */
  268. #define INTE2_PLAYBACK_CH_3_HALF_LOOP 0x00000800 /* Playback Channel 3 half loop */
  269. #define INTE2_CAPTURE_CH_0_LOOP 0x00100000 /* Capture Channel 0 loop */
  270. #define INTE2_CAPTURE_CH_0_HALF_LOOP 0x00010000 /* Caputre Channel 0 half loop */
  271. #define HCFG2 0x34 /* Defaults: 0, win2000 sets it to 00004201 */
  272. /* 0x00000000 2-channel output. */
  273. /* 0x00000200 8-channel output. */
  274. /* 0x00000004 pauses stream/irq fail. */
  275. /* Rest of bits no nothing to sound output */
  276. /* bit 0: Enable P16V audio.
  277. * bit 1: Lock P16V record memory cache.
  278. * bit 2: Lock P16V playback memory cache.
  279. * bit 3: Dummy record insert zero samples.
  280. * bit 8: Record 8-channel in phase.
  281. * bit 9: Playback 8-channel in phase.
  282. * bit 11-12: Playback mixer attenuation: 0=0dB, 1=-6dB, 2=-12dB, 3=Mute.
  283. * bit 13: Playback mixer enable.
  284. * bit 14: Route SRC48 mixer output to fx engine.
  285. * bit 15: Enable IEEE 1394 chip.
  286. */
  287. #define IPR3 0x38 /* Cdif interrupt pending register */
  288. #define INTE3 0x3c /* Cdif interrupt enable register. */
  289. /************************************************************************************************/
  290. /* PCI function 1 registers, address = <val> + PCIBASE1 */
  291. /************************************************************************************************/
  292. #define JOYSTICK1 0x00 /* Analog joystick port register */
  293. #define JOYSTICK2 0x01 /* Analog joystick port register */
  294. #define JOYSTICK3 0x02 /* Analog joystick port register */
  295. #define JOYSTICK4 0x03 /* Analog joystick port register */
  296. #define JOYSTICK5 0x04 /* Analog joystick port register */
  297. #define JOYSTICK6 0x05 /* Analog joystick port register */
  298. #define JOYSTICK7 0x06 /* Analog joystick port register */
  299. #define JOYSTICK8 0x07 /* Analog joystick port register */
  300. /* When writing, any write causes JOYSTICK_COMPARATOR output enable to be pulsed on write. */
  301. /* When reading, use these bitfields: */
  302. #define JOYSTICK_BUTTONS 0x0f /* Joystick button data */
  303. #define JOYSTICK_COMPARATOR 0xf0 /* Joystick comparator data */
  304. /********************************************************************************************************/
  305. /* Emu10k1 pointer-offset register set, accessed through the PTR and DATA registers */
  306. /********************************************************************************************************/
  307. #define CPF 0x00 /* Current pitch and fraction register */
  308. #define CPF_CURRENTPITCH_MASK 0xffff0000 /* Current pitch (linear, 0x4000 == unity pitch shift) */
  309. #define CPF_CURRENTPITCH 0x10100000
  310. #define CPF_STEREO_MASK 0x00008000 /* 1 = Even channel interleave, odd channel locked */
  311. #define CPF_STOP_MASK 0x00004000 /* 1 = Current pitch forced to 0 */
  312. #define CPF_FRACADDRESS_MASK 0x00003fff /* Linear fractional address of the current channel */
  313. #define PTRX 0x01 /* Pitch target and send A/B amounts register */
  314. #define PTRX_PITCHTARGET_MASK 0xffff0000 /* Pitch target of specified channel */
  315. #define PTRX_PITCHTARGET 0x10100001
  316. #define PTRX_FXSENDAMOUNT_A_MASK 0x0000ff00 /* Linear level of channel output sent to FX send bus A */
  317. #define PTRX_FXSENDAMOUNT_A 0x08080001
  318. #define PTRX_FXSENDAMOUNT_B_MASK 0x000000ff /* Linear level of channel output sent to FX send bus B */
  319. #define PTRX_FXSENDAMOUNT_B 0x08000001
  320. #define CVCF 0x02 /* Current volume and filter cutoff register */
  321. #define CVCF_CURRENTVOL_MASK 0xffff0000 /* Current linear volume of specified channel */
  322. #define CVCF_CURRENTVOL 0x10100002
  323. #define CVCF_CURRENTFILTER_MASK 0x0000ffff /* Current filter cutoff frequency of specified channel */
  324. #define CVCF_CURRENTFILTER 0x10000002
  325. #define VTFT 0x03 /* Volume target and filter cutoff target register */
  326. #define VTFT_VOLUMETARGET_MASK 0xffff0000 /* Volume target of specified channel */
  327. #define VTFT_VOLUMETARGET 0x10100003
  328. #define VTFT_FILTERTARGET_MASK 0x0000ffff /* Filter cutoff target of specified channel */
  329. #define VTFT_FILTERTARGET 0x10000003
  330. #define Z1 0x05 /* Filter delay memory 1 register */
  331. #define Z2 0x04 /* Filter delay memory 2 register */
  332. #define PSST 0x06 /* Send C amount and loop start address register */
  333. #define PSST_FXSENDAMOUNT_C_MASK 0xff000000 /* Linear level of channel output sent to FX send bus C */
  334. #define PSST_FXSENDAMOUNT_C 0x08180006
  335. #define PSST_LOOPSTARTADDR_MASK 0x00ffffff /* Loop start address of the specified channel */
  336. #define PSST_LOOPSTARTADDR 0x18000006
  337. #define DSL 0x07 /* Send D amount and loop start address register */
  338. #define DSL_FXSENDAMOUNT_D_MASK 0xff000000 /* Linear level of channel output sent to FX send bus D */
  339. #define DSL_FXSENDAMOUNT_D 0x08180007
  340. #define DSL_LOOPENDADDR_MASK 0x00ffffff /* Loop end address of the specified channel */
  341. #define DSL_LOOPENDADDR 0x18000007
  342. #define CCCA 0x08 /* Filter Q, interp. ROM, byte size, cur. addr register */
  343. #define CCCA_RESONANCE 0xf0000000 /* Lowpass filter resonance (Q) height */
  344. #define CCCA_INTERPROMMASK 0x0e000000 /* Selects passband of interpolation ROM */
  345. /* 1 == full band, 7 == lowpass */
  346. /* ROM 0 is used when pitch shifting downward or less */
  347. /* then 3 semitones upward. Increasingly higher ROM */
  348. /* numbers are used, typically in steps of 3 semitones, */
  349. /* as upward pitch shifting is performed. */
  350. #define CCCA_INTERPROM_0 0x00000000 /* Select interpolation ROM 0 */
  351. #define CCCA_INTERPROM_1 0x02000000 /* Select interpolation ROM 1 */
  352. #define CCCA_INTERPROM_2 0x04000000 /* Select interpolation ROM 2 */
  353. #define CCCA_INTERPROM_3 0x06000000 /* Select interpolation ROM 3 */
  354. #define CCCA_INTERPROM_4 0x08000000 /* Select interpolation ROM 4 */
  355. #define CCCA_INTERPROM_5 0x0a000000 /* Select interpolation ROM 5 */
  356. #define CCCA_INTERPROM_6 0x0c000000 /* Select interpolation ROM 6 */
  357. #define CCCA_INTERPROM_7 0x0e000000 /* Select interpolation ROM 7 */
  358. #define CCCA_8BITSELECT 0x01000000 /* 1 = Sound memory for this channel uses 8-bit samples */
  359. #define CCCA_CURRADDR_MASK 0x00ffffff /* Current address of the selected channel */
  360. #define CCCA_CURRADDR 0x18000008
  361. #define CCR 0x09 /* Cache control register */
  362. #define CCR_CACHEINVALIDSIZE 0x07190009
  363. #define CCR_CACHEINVALIDSIZE_MASK 0xfe000000 /* Number of invalid samples cache for this channel */
  364. #define CCR_CACHELOOPFLAG 0x01000000 /* 1 = Cache has a loop service pending */
  365. #define CCR_INTERLEAVEDSAMPLES 0x00800000 /* 1 = A cache service will fetch interleaved samples */
  366. #define CCR_WORDSIZEDSAMPLES 0x00400000 /* 1 = A cache service will fetch word sized samples */
  367. #define CCR_READADDRESS 0x06100009
  368. #define CCR_READADDRESS_MASK 0x003f0000 /* Location of cache just beyond current cache service */
  369. #define CCR_LOOPINVALSIZE 0x0000fe00 /* Number of invalid samples in cache prior to loop */
  370. /* NOTE: This is valid only if CACHELOOPFLAG is set */
  371. #define CCR_LOOPFLAG 0x00000100 /* Set for a single sample period when a loop occurs */
  372. #define CCR_CACHELOOPADDRHI 0x000000ff /* DSL_LOOPSTARTADDR's hi byte if CACHELOOPFLAG is set */
  373. #define CLP 0x0a /* Cache loop register (valid if CCR_CACHELOOPFLAG = 1) */
  374. /* NOTE: This register is normally not used */
  375. #define CLP_CACHELOOPADDR 0x0000ffff /* Cache loop address (DSL_LOOPSTARTADDR [0..15]) */
  376. #define FXRT 0x0b /* Effects send routing register */
  377. /* NOTE: It is illegal to assign the same routing to */
  378. /* two effects sends. */
  379. #define FXRT_CHANNELA 0x000f0000 /* Effects send bus number for channel's effects send A */
  380. #define FXRT_CHANNELB 0x00f00000 /* Effects send bus number for channel's effects send B */
  381. #define FXRT_CHANNELC 0x0f000000 /* Effects send bus number for channel's effects send C */
  382. #define FXRT_CHANNELD 0xf0000000 /* Effects send bus number for channel's effects send D */
  383. #define MAPA 0x0c /* Cache map A */
  384. #define MAPB 0x0d /* Cache map B */
  385. #define MAP_PTE_MASK 0xffffe000 /* The 19 MSBs of the PTE indexed by the PTI */
  386. #define MAP_PTI_MASK 0x00001fff /* The 13 bit index to one of the 8192 PTE dwords */
  387. #define ENVVOL 0x10 /* Volume envelope register */
  388. #define ENVVOL_MASK 0x0000ffff /* Current value of volume envelope state variable */
  389. /* 0x8000-n == 666*n usec delay */
  390. #define ATKHLDV 0x11 /* Volume envelope hold and attack register */
  391. #define ATKHLDV_PHASE0 0x00008000 /* 0 = Begin attack phase */
  392. #define ATKHLDV_HOLDTIME_MASK 0x00007f00 /* Envelope hold time (127-n == n*88.2msec) */
  393. #define ATKHLDV_ATTACKTIME_MASK 0x0000007f /* Envelope attack time, log encoded */
  394. /* 0 = infinite, 1 = 10.9msec, ... 0x7f = 5.5msec */
  395. #define DCYSUSV 0x12 /* Volume envelope sustain and decay register */
  396. #define DCYSUSV_PHASE1_MASK 0x00008000 /* 0 = Begin attack phase, 1 = begin release phase */
  397. #define DCYSUSV_SUSTAINLEVEL_MASK 0x00007f00 /* 127 = full, 0 = off, 0.75dB increments */
  398. #define DCYSUSV_CHANNELENABLE_MASK 0x00000080 /* 1 = Inhibit envelope engine from writing values in */
  399. /* this channel and from writing to pitch, filter and */
  400. /* volume targets. */
  401. #define DCYSUSV_DECAYTIME_MASK 0x0000007f /* Volume envelope decay time, log encoded */
  402. /* 0 = 43.7msec, 1 = 21.8msec, 0x7f = 22msec */
  403. #define LFOVAL1 0x13 /* Modulation LFO value */
  404. #define LFOVAL_MASK 0x0000ffff /* Current value of modulation LFO state variable */
  405. /* 0x8000-n == 666*n usec delay */
  406. #define ENVVAL 0x14 /* Modulation envelope register */
  407. #define ENVVAL_MASK 0x0000ffff /* Current value of modulation envelope state variable */
  408. /* 0x8000-n == 666*n usec delay */
  409. #define ATKHLDM 0x15 /* Modulation envelope hold and attack register */
  410. #define ATKHLDM_PHASE0 0x00008000 /* 0 = Begin attack phase */
  411. #define ATKHLDM_HOLDTIME 0x00007f00 /* Envelope hold time (127-n == n*42msec) */
  412. #define ATKHLDM_ATTACKTIME 0x0000007f /* Envelope attack time, log encoded */
  413. /* 0 = infinite, 1 = 11msec, ... 0x7f = 5.5msec */
  414. #define DCYSUSM 0x16 /* Modulation envelope decay and sustain register */
  415. #define DCYSUSM_PHASE1_MASK 0x00008000 /* 0 = Begin attack phase, 1 = begin release phase */
  416. #define DCYSUSM_SUSTAINLEVEL_MASK 0x00007f00 /* 127 = full, 0 = off, 0.75dB increments */
  417. #define DCYSUSM_DECAYTIME_MASK 0x0000007f /* Envelope decay time, log encoded */
  418. /* 0 = 43.7msec, 1 = 21.8msec, 0x7f = 22msec */
  419. #define LFOVAL2 0x17 /* Vibrato LFO register */
  420. #define LFOVAL2_MASK 0x0000ffff /* Current value of vibrato LFO state variable */
  421. /* 0x8000-n == 666*n usec delay */
  422. #define IP 0x18 /* Initial pitch register */
  423. #define IP_MASK 0x0000ffff /* Exponential initial pitch shift */
  424. /* 4 bits of octave, 12 bits of fractional octave */
  425. #define IP_UNITY 0x0000e000 /* Unity pitch shift */
  426. #define IFATN 0x19 /* Initial filter cutoff and attenuation register */
  427. #define IFATN_FILTERCUTOFF_MASK 0x0000ff00 /* Initial filter cutoff frequency in exponential units */
  428. /* 6 most significant bits are semitones */
  429. /* 2 least significant bits are fractions */
  430. #define IFATN_FILTERCUTOFF 0x08080019
  431. #define IFATN_ATTENUATION_MASK 0x000000ff /* Initial attenuation in 0.375dB steps */
  432. #define IFATN_ATTENUATION 0x08000019
  433. #define PEFE 0x1a /* Pitch envelope and filter envelope amount register */
  434. #define PEFE_PITCHAMOUNT_MASK 0x0000ff00 /* Pitch envlope amount */
  435. /* Signed 2's complement, +/- one octave peak extremes */
  436. #define PEFE_PITCHAMOUNT 0x0808001a
  437. #define PEFE_FILTERAMOUNT_MASK 0x000000ff /* Filter envlope amount */
  438. /* Signed 2's complement, +/- six octaves peak extremes */
  439. #define PEFE_FILTERAMOUNT 0x0800001a
  440. #define FMMOD 0x1b /* Vibrato/filter modulation from LFO register */
  441. #define FMMOD_MODVIBRATO 0x0000ff00 /* Vibrato LFO modulation depth */
  442. /* Signed 2's complement, +/- one octave extremes */
  443. #define FMMOD_MOFILTER 0x000000ff /* Filter LFO modulation depth */
  444. /* Signed 2's complement, +/- three octave extremes */
  445. #define TREMFRQ 0x1c /* Tremolo amount and modulation LFO frequency register */
  446. #define TREMFRQ_DEPTH 0x0000ff00 /* Tremolo depth */
  447. /* Signed 2's complement, with +/- 12dB extremes */
  448. #define TREMFRQ_FREQUENCY 0x000000ff /* Tremolo LFO frequency */
  449. /* ??Hz steps, maximum of ?? Hz. */
  450. #define FM2FRQ2 0x1d /* Vibrato amount and vibrato LFO frequency register */
  451. #define FM2FRQ2_DEPTH 0x0000ff00 /* Vibrato LFO vibrato depth */
  452. /* Signed 2's complement, +/- one octave extremes */
  453. #define FM2FRQ2_FREQUENCY 0x000000ff /* Vibrato LFO frequency */
  454. /* 0.039Hz steps, maximum of 9.85 Hz. */
  455. #define TEMPENV 0x1e /* Tempory envelope register */
  456. #define TEMPENV_MASK 0x0000ffff /* 16-bit value */
  457. /* NOTE: All channels contain internal variables; do */
  458. /* not write to these locations. */
  459. /* 1f something */
  460. #define CD0 0x20 /* Cache data 0 register */
  461. #define CD1 0x21 /* Cache data 1 register */
  462. #define CD2 0x22 /* Cache data 2 register */
  463. #define CD3 0x23 /* Cache data 3 register */
  464. #define CD4 0x24 /* Cache data 4 register */
  465. #define CD5 0x25 /* Cache data 5 register */
  466. #define CD6 0x26 /* Cache data 6 register */
  467. #define CD7 0x27 /* Cache data 7 register */
  468. #define CD8 0x28 /* Cache data 8 register */
  469. #define CD9 0x29 /* Cache data 9 register */
  470. #define CDA 0x2a /* Cache data A register */
  471. #define CDB 0x2b /* Cache data B register */
  472. #define CDC 0x2c /* Cache data C register */
  473. #define CDD 0x2d /* Cache data D register */
  474. #define CDE 0x2e /* Cache data E register */
  475. #define CDF 0x2f /* Cache data F register */
  476. /* 0x30-3f seem to be the same as 0x20-2f */
  477. #define PTB 0x40 /* Page table base register */
  478. #define PTB_MASK 0xfffff000 /* Physical address of the page table in host memory */
  479. #define TCB 0x41 /* Tank cache base register */
  480. #define TCB_MASK 0xfffff000 /* Physical address of the bottom of host based TRAM */
  481. #define ADCCR 0x42 /* ADC sample rate/stereo control register */
  482. #define ADCCR_RCHANENABLE 0x00000010 /* Enables right channel for writing to the host */
  483. #define ADCCR_LCHANENABLE 0x00000008 /* Enables left channel for writing to the host */
  484. /* NOTE: To guarantee phase coherency, both channels */
  485. /* must be disabled prior to enabling both channels. */
  486. #define A_ADCCR_RCHANENABLE 0x00000020
  487. #define A_ADCCR_LCHANENABLE 0x00000010
  488. #define A_ADCCR_SAMPLERATE_MASK 0x0000000F /* Audigy sample rate convertor output rate */
  489. #define ADCCR_SAMPLERATE_MASK 0x00000007 /* Sample rate convertor output rate */
  490. #define ADCCR_SAMPLERATE_48 0x00000000 /* 48kHz sample rate */
  491. #define ADCCR_SAMPLERATE_44 0x00000001 /* 44.1kHz sample rate */
  492. #define ADCCR_SAMPLERATE_32 0x00000002 /* 32kHz sample rate */
  493. #define ADCCR_SAMPLERATE_24 0x00000003 /* 24kHz sample rate */
  494. #define ADCCR_SAMPLERATE_22 0x00000004 /* 22.05kHz sample rate */
  495. #define ADCCR_SAMPLERATE_16 0x00000005 /* 16kHz sample rate */
  496. #define ADCCR_SAMPLERATE_11 0x00000006 /* 11.025kHz sample rate */
  497. #define ADCCR_SAMPLERATE_8 0x00000007 /* 8kHz sample rate */
  498. #define A_ADCCR_SAMPLERATE_12 0x00000006 /* 12kHz sample rate */
  499. #define A_ADCCR_SAMPLERATE_11 0x00000007 /* 11.025kHz sample rate */
  500. #define A_ADCCR_SAMPLERATE_8 0x00000008 /* 8kHz sample rate */
  501. #define FXWC 0x43 /* FX output write channels register */
  502. /* When set, each bit enables the writing of the */
  503. /* corresponding FX output channel (internal registers */
  504. /* 0x20-0x3f) to host memory. This mode of recording */
  505. /* is 16bit, 48KHz only. All 32 channels can be enabled */
  506. /* simultaneously. */
  507. #define FXWC_DEFAULTROUTE_C (1<<0) /* left emu out? */
  508. #define FXWC_DEFAULTROUTE_B (1<<1) /* right emu out? */
  509. #define FXWC_DEFAULTROUTE_A (1<<12)
  510. #define FXWC_DEFAULTROUTE_D (1<<13)
  511. #define FXWC_ADCLEFT (1<<18)
  512. #define FXWC_CDROMSPDIFLEFT (1<<18)
  513. #define FXWC_ADCRIGHT (1<<19)
  514. #define FXWC_CDROMSPDIFRIGHT (1<<19)
  515. #define FXWC_MIC (1<<20)
  516. #define FXWC_ZOOMLEFT (1<<20)
  517. #define FXWC_ZOOMRIGHT (1<<21)
  518. #define FXWC_SPDIFLEFT (1<<22) /* 0x00400000 */
  519. #define FXWC_SPDIFRIGHT (1<<23) /* 0x00800000 */
  520. #define TCBS 0x44 /* Tank cache buffer size register */
  521. #define TCBS_MASK 0x00000007 /* Tank cache buffer size field */
  522. #define TCBS_BUFFSIZE_16K 0x00000000
  523. #define TCBS_BUFFSIZE_32K 0x00000001
  524. #define TCBS_BUFFSIZE_64K 0x00000002
  525. #define TCBS_BUFFSIZE_128K 0x00000003
  526. #define TCBS_BUFFSIZE_256K 0x00000004
  527. #define TCBS_BUFFSIZE_512K 0x00000005
  528. #define TCBS_BUFFSIZE_1024K 0x00000006
  529. #define TCBS_BUFFSIZE_2048K 0x00000007
  530. #define MICBA 0x45 /* AC97 microphone buffer address register */
  531. #define MICBA_MASK 0xfffff000 /* 20 bit base address */
  532. #define ADCBA 0x46 /* ADC buffer address register */
  533. #define ADCBA_MASK 0xfffff000 /* 20 bit base address */
  534. #define FXBA 0x47 /* FX Buffer Address */
  535. #define FXBA_MASK 0xfffff000 /* 20 bit base address */
  536. /* 0x48 something - word access, defaults to 3f */
  537. #define MICBS 0x49 /* Microphone buffer size register */
  538. #define ADCBS 0x4a /* ADC buffer size register */
  539. #define FXBS 0x4b /* FX buffer size register */
  540. /* register: 0x4c..4f: ffff-ffff current amounts, per-channel */
  541. /* The following mask values define the size of the ADC, MIX and FX buffers in bytes */
  542. #define ADCBS_BUFSIZE_NONE 0x00000000
  543. #define ADCBS_BUFSIZE_384 0x00000001
  544. #define ADCBS_BUFSIZE_448 0x00000002
  545. #define ADCBS_BUFSIZE_512 0x00000003
  546. #define ADCBS_BUFSIZE_640 0x00000004
  547. #define ADCBS_BUFSIZE_768 0x00000005
  548. #define ADCBS_BUFSIZE_896 0x00000006
  549. #define ADCBS_BUFSIZE_1024 0x00000007
  550. #define ADCBS_BUFSIZE_1280 0x00000008
  551. #define ADCBS_BUFSIZE_1536 0x00000009
  552. #define ADCBS_BUFSIZE_1792 0x0000000a
  553. #define ADCBS_BUFSIZE_2048 0x0000000b
  554. #define ADCBS_BUFSIZE_2560 0x0000000c
  555. #define ADCBS_BUFSIZE_3072 0x0000000d
  556. #define ADCBS_BUFSIZE_3584 0x0000000e
  557. #define ADCBS_BUFSIZE_4096 0x0000000f
  558. #define ADCBS_BUFSIZE_5120 0x00000010
  559. #define ADCBS_BUFSIZE_6144 0x00000011
  560. #define ADCBS_BUFSIZE_7168 0x00000012
  561. #define ADCBS_BUFSIZE_8192 0x00000013
  562. #define ADCBS_BUFSIZE_10240 0x00000014
  563. #define ADCBS_BUFSIZE_12288 0x00000015
  564. #define ADCBS_BUFSIZE_14366 0x00000016
  565. #define ADCBS_BUFSIZE_16384 0x00000017
  566. #define ADCBS_BUFSIZE_20480 0x00000018
  567. #define ADCBS_BUFSIZE_24576 0x00000019
  568. #define ADCBS_BUFSIZE_28672 0x0000001a
  569. #define ADCBS_BUFSIZE_32768 0x0000001b
  570. #define ADCBS_BUFSIZE_40960 0x0000001c
  571. #define ADCBS_BUFSIZE_49152 0x0000001d
  572. #define ADCBS_BUFSIZE_57344 0x0000001e
  573. #define ADCBS_BUFSIZE_65536 0x0000001f
  574. #define CDCS 0x50 /* CD-ROM digital channel status register */
  575. #define GPSCS 0x51 /* General Purpose SPDIF channel status register*/
  576. #define DBG 0x52 /* DO NOT PROGRAM THIS REGISTER!!! MAY DESTROY CHIP */
  577. #define REG53 0x53 /* DO NOT PROGRAM THIS REGISTER!!! MAY DESTROY CHIP */
  578. #define A_DBG 0x53
  579. #define A_DBG_SINGLE_STEP 0x00020000 /* Set to zero to start dsp */
  580. #define A_DBG_ZC 0x40000000 /* zero tram counter */
  581. #define A_DBG_STEP_ADDR 0x000003ff
  582. #define A_DBG_SATURATION_OCCURED 0x20000000
  583. #define A_DBG_SATURATION_ADDR 0x0ffc0000
  584. // NOTE: 0x54,55,56: 64-bit
  585. #define SPCS0 0x54 /* SPDIF output Channel Status 0 register */
  586. #define SPCS1 0x55 /* SPDIF output Channel Status 1 register */
  587. #define SPCS2 0x56 /* SPDIF output Channel Status 2 register */
  588. #define SPCS_CLKACCYMASK 0x30000000 /* Clock accuracy */
  589. #define SPCS_CLKACCY_1000PPM 0x00000000 /* 1000 parts per million */
  590. #define SPCS_CLKACCY_50PPM 0x10000000 /* 50 parts per million */
  591. #define SPCS_CLKACCY_VARIABLE 0x20000000 /* Variable accuracy */
  592. #define SPCS_SAMPLERATEMASK 0x0f000000 /* Sample rate */
  593. #define SPCS_SAMPLERATE_44 0x00000000 /* 44.1kHz sample rate */
  594. #define SPCS_SAMPLERATE_48 0x02000000 /* 48kHz sample rate */
  595. #define SPCS_SAMPLERATE_32 0x03000000 /* 32kHz sample rate */
  596. #define SPCS_CHANNELNUMMASK 0x00f00000 /* Channel number */
  597. #define SPCS_CHANNELNUM_UNSPEC 0x00000000 /* Unspecified channel number */
  598. #define SPCS_CHANNELNUM_LEFT 0x00100000 /* Left channel */
  599. #define SPCS_CHANNELNUM_RIGHT 0x00200000 /* Right channel */
  600. #define SPCS_SOURCENUMMASK 0x000f0000 /* Source number */
  601. #define SPCS_SOURCENUM_UNSPEC 0x00000000 /* Unspecified source number */
  602. #define SPCS_GENERATIONSTATUS 0x00008000 /* Originality flag (see IEC-958 spec) */
  603. #define SPCS_CATEGORYCODEMASK 0x00007f00 /* Category code (see IEC-958 spec) */
  604. #define SPCS_MODEMASK 0x000000c0 /* Mode (see IEC-958 spec) */
  605. #define SPCS_EMPHASISMASK 0x00000038 /* Emphasis */
  606. #define SPCS_EMPHASIS_NONE 0x00000000 /* No emphasis */
  607. #define SPCS_EMPHASIS_50_15 0x00000008 /* 50/15 usec 2 channel */
  608. #define SPCS_COPYRIGHT 0x00000004 /* Copyright asserted flag -- do not modify */
  609. #define SPCS_NOTAUDIODATA 0x00000002 /* 0 = Digital audio, 1 = not audio */
  610. #define SPCS_PROFESSIONAL 0x00000001 /* 0 = Consumer (IEC-958), 1 = pro (AES3-1992) */
  611. /* The 32-bit CLIx and SOLx registers all have one bit per channel control/status */
  612. #define CLIEL 0x58 /* Channel loop interrupt enable low register */
  613. #define CLIEH 0x59 /* Channel loop interrupt enable high register */
  614. #define CLIPL 0x5a /* Channel loop interrupt pending low register */
  615. #define CLIPH 0x5b /* Channel loop interrupt pending high register */
  616. #define SOLEL 0x5c /* Stop on loop enable low register */
  617. #define SOLEH 0x5d /* Stop on loop enable high register */
  618. #define SPBYPASS 0x5e /* SPDIF BYPASS mode register */
  619. #define SPBYPASS_SPDIF0_MASK 0x00000003 /* SPDIF 0 bypass mode */
  620. #define SPBYPASS_SPDIF1_MASK 0x0000000c /* SPDIF 1 bypass mode */
  621. /* bypass mode: 0 - DSP; 1 - SPDIF A, 2 - SPDIF B, 3 - SPDIF C */
  622. #define SPBYPASS_FORMAT 0x00000f00 /* If 1, SPDIF XX uses 24 bit, if 0 - 20 bit */
  623. #define AC97SLOT 0x5f /* additional AC97 slots enable bits */
  624. #define AC97SLOT_REAR_RIGHT 0x01 /* Rear left */
  625. #define AC97SLOT_REAR_LEFT 0x02 /* Rear right */
  626. #define AC97SLOT_CNTR 0x10 /* Center enable */
  627. #define AC97SLOT_LFE 0x20 /* LFE enable */
  628. // NOTE: 0x60,61,62: 64-bit
  629. #define CDSRCS 0x60 /* CD-ROM Sample Rate Converter status register */
  630. #define GPSRCS 0x61 /* General Purpose SPDIF sample rate cvt status */
  631. #define ZVSRCS 0x62 /* ZVideo sample rate converter status */
  632. /* NOTE: This one has no SPDIFLOCKED field */
  633. /* Assumes sample lock */
  634. /* These three bitfields apply to CDSRCS, GPSRCS, and (except as noted) ZVSRCS. */
  635. #define SRCS_SPDIFVALID 0x04000000 /* SPDIF stream valid */
  636. #define SRCS_SPDIFLOCKED 0x02000000 /* SPDIF stream locked */
  637. #define SRCS_RATELOCKED 0x01000000 /* Sample rate locked */
  638. #define SRCS_ESTSAMPLERATE 0x0007ffff /* Do not modify this field. */
  639. /* Note that these values can vary +/- by a small amount */
  640. #define SRCS_SPDIFRATE_44 0x0003acd9
  641. #define SRCS_SPDIFRATE_48 0x00040000
  642. #define SRCS_SPDIFRATE_96 0x00080000
  643. #define MICIDX 0x63 /* Microphone recording buffer index register */
  644. #define MICIDX_MASK 0x0000ffff /* 16-bit value */
  645. #define MICIDX_IDX 0x10000063
  646. #define ADCIDX 0x64 /* ADC recording buffer index register */
  647. #define ADCIDX_MASK 0x0000ffff /* 16 bit index field */
  648. #define ADCIDX_IDX 0x10000064
  649. #define A_ADCIDX 0x63
  650. #define A_ADCIDX_IDX 0x10000063
  651. #define A_MICIDX 0x64
  652. #define A_MICIDX_IDX 0x10000064
  653. #define FXIDX 0x65 /* FX recording buffer index register */
  654. #define FXIDX_MASK 0x0000ffff /* 16-bit value */
  655. #define FXIDX_IDX 0x10000065
  656. /* The 32-bit HLIx and HLIPx registers all have one bit per channel control/status */
  657. #define HLIEL 0x66 /* Channel half loop interrupt enable low register */
  658. #define HLIEH 0x67 /* Channel half loop interrupt enable high register */
  659. #define HLIPL 0x68 /* Channel half loop interrupt pending low register */
  660. #define HLIPH 0x69 /* Channel half loop interrupt pending high register */
  661. // 0x6a,6b,6c used for some recording
  662. // 0x6d unused
  663. // 0x6e,6f - tanktable base / offset
  664. /* This is the MPU port on the card (via the game port) */
  665. #define A_MUDATA1 0x70
  666. #define A_MUCMD1 0x71
  667. #define A_MUSTAT1 A_MUCMD1
  668. /* This is the MPU port on the Audigy Drive */
  669. #define A_MUDATA2 0x72
  670. #define A_MUCMD2 0x73
  671. #define A_MUSTAT2 A_MUCMD2
  672. /* The next two are the Audigy equivalent of FXWC */
  673. /* the Audigy can record any output (16bit, 48kHz, up to 64 channel simultaneously) */
  674. /* Each bit selects a channel for recording */
  675. #define A_FXWC1 0x74 /* Selects 0x7f-0x60 for FX recording */
  676. #define A_FXWC2 0x75 /* Selects 0x9f-0x80 for FX recording */
  677. #define A_SPDIF_SAMPLERATE 0x76 /* Set the sample rate of SPDIF output */
  678. #define A_SAMPLE_RATE 0x76 /* Various sample rate settings. */
  679. #define A_SAMPLE_RATE_NOT_USED 0x0ffc111e /* Bits that are not used and cannot be set. */
  680. #define A_SAMPLE_RATE_UNKNOWN 0xf0030001 /* Bits that can be set, but have unknown use. */
  681. #define A_SPDIF_RATE_MASK 0x000000e0 /* Any other values for rates, just use 48000 */
  682. #define A_SPDIF_48000 0x00000000
  683. #define A_SPDIF_192000 0x00000020
  684. #define A_SPDIF_96000 0x00000040
  685. #define A_SPDIF_44100 0x00000080
  686. #define A_I2S_CAPTURE_RATE_MASK 0x00000e00 /* This sets the capture PCM rate, but it is */
  687. #define A_I2S_CAPTURE_48000 0x00000000 /* unclear if this sets the ADC rate as well. */
  688. #define A_I2S_CAPTURE_192000 0x00000200
  689. #define A_I2S_CAPTURE_96000 0x00000400
  690. #define A_I2S_CAPTURE_44100 0x00000800
  691. #define A_PCM_RATE_MASK 0x0000e000 /* This sets the playback PCM rate on the P16V */
  692. #define A_PCM_48000 0x00000000
  693. #define A_PCM_192000 0x00002000
  694. #define A_PCM_96000 0x00004000
  695. #define A_PCM_44100 0x00008000
  696. /* 0x77,0x78,0x79 "something i2s-related" - default to 0x01080000 on my audigy 2 ZS --rlrevell */
  697. /* 0x7a, 0x7b - lookup tables */
  698. #define A_FXRT2 0x7c
  699. #define A_FXRT_CHANNELE 0x0000003f /* Effects send bus number for channel's effects send E */
  700. #define A_FXRT_CHANNELF 0x00003f00 /* Effects send bus number for channel's effects send F */
  701. #define A_FXRT_CHANNELG 0x003f0000 /* Effects send bus number for channel's effects send G */
  702. #define A_FXRT_CHANNELH 0x3f000000 /* Effects send bus number for channel's effects send H */
  703. #define A_SENDAMOUNTS 0x7d
  704. #define A_FXSENDAMOUNT_E_MASK 0xFF000000
  705. #define A_FXSENDAMOUNT_F_MASK 0x00FF0000
  706. #define A_FXSENDAMOUNT_G_MASK 0x0000FF00
  707. #define A_FXSENDAMOUNT_H_MASK 0x000000FF
  708. /* 0x7c, 0x7e "high bit is used for filtering" */
  709. /* The send amounts for this one are the same as used with the emu10k1 */
  710. #define A_FXRT1 0x7e
  711. #define A_FXRT_CHANNELA 0x0000003f
  712. #define A_FXRT_CHANNELB 0x00003f00
  713. #define A_FXRT_CHANNELC 0x003f0000
  714. #define A_FXRT_CHANNELD 0x3f000000
  715. /* Each FX general purpose register is 32 bits in length, all bits are used */
  716. #define FXGPREGBASE 0x100 /* FX general purpose registers base */
  717. #define A_FXGPREGBASE 0x400 /* Audigy GPRs, 0x400 to 0x5ff */
  718. #define A_TANKMEMCTLREGBASE 0x100 /* Tank memory control registers base - only for Audigy */
  719. #define A_TANKMEMCTLREG_MASK 0x1f /* only 5 bits used - only for Audigy */
  720. /* Tank audio data is logarithmically compressed down to 16 bits before writing to TRAM and is */
  721. /* decompressed back to 20 bits on a read. There are a total of 160 locations, the last 32 */
  722. /* locations are for external TRAM. */
  723. #define TANKMEMDATAREGBASE 0x200 /* Tank memory data registers base */
  724. #define TANKMEMDATAREG_MASK 0x000fffff /* 20 bit tank audio data field */
  725. /* Combined address field and memory opcode or flag field. 160 locations, last 32 are external */
  726. #define TANKMEMADDRREGBASE 0x300 /* Tank memory address registers base */
  727. #define TANKMEMADDRREG_ADDR_MASK 0x000fffff /* 20 bit tank address field */
  728. #define TANKMEMADDRREG_CLEAR 0x00800000 /* Clear tank memory */
  729. #define TANKMEMADDRREG_ALIGN 0x00400000 /* Align read or write relative to tank access */
  730. #define TANKMEMADDRREG_WRITE 0x00200000 /* Write to tank memory */
  731. #define TANKMEMADDRREG_READ 0x00100000 /* Read from tank memory */
  732. #define MICROCODEBASE 0x400 /* Microcode data base address */
  733. /* Each DSP microcode instruction is mapped into 2 doublewords */
  734. /* NOTE: When writing, always write the LO doubleword first. Reads can be in either order. */
  735. #define LOWORD_OPX_MASK 0x000ffc00 /* Instruction operand X */
  736. #define LOWORD_OPY_MASK 0x000003ff /* Instruction operand Y */
  737. #define HIWORD_OPCODE_MASK 0x00f00000 /* Instruction opcode */
  738. #define HIWORD_RESULT_MASK 0x000ffc00 /* Instruction result */
  739. #define HIWORD_OPA_MASK 0x000003ff /* Instruction operand A */
  740. /* Audigy Soundcard have a different instruction format */
  741. #define A_MICROCODEBASE 0x600
  742. #define A_LOWORD_OPY_MASK 0x000007ff
  743. #define A_LOWORD_OPX_MASK 0x007ff000
  744. #define A_HIWORD_OPCODE_MASK 0x0f000000
  745. #define A_HIWORD_RESULT_MASK 0x007ff000
  746. #define A_HIWORD_OPA_MASK 0x000007ff
  747. /* ------------------- STRUCTURES -------------------- */
  748. typedef struct _snd_emu10k1 emu10k1_t;
  749. typedef struct _snd_emu10k1_voice emu10k1_voice_t;
  750. typedef struct _snd_emu10k1_pcm emu10k1_pcm_t;
  751. typedef enum {
  752. EMU10K1_EFX,
  753. EMU10K1_PCM,
  754. EMU10K1_SYNTH,
  755. EMU10K1_MIDI
  756. } emu10k1_voice_type_t;
  757. struct _snd_emu10k1_voice {
  758. emu10k1_t *emu;
  759. int number;
  760. unsigned int use: 1,
  761. pcm: 1,
  762. efx: 1,
  763. synth: 1,
  764. midi: 1;
  765. void (*interrupt)(emu10k1_t *emu, emu10k1_voice_t *pvoice);
  766. emu10k1_pcm_t *epcm;
  767. };
  768. typedef enum {
  769. PLAYBACK_EMUVOICE,
  770. PLAYBACK_EFX,
  771. CAPTURE_AC97ADC,
  772. CAPTURE_AC97MIC,
  773. CAPTURE_EFX
  774. } snd_emu10k1_pcm_type_t;
  775. struct _snd_emu10k1_pcm {
  776. emu10k1_t *emu;
  777. snd_emu10k1_pcm_type_t type;
  778. snd_pcm_substream_t *substream;
  779. emu10k1_voice_t *voices[NUM_EFX_PLAYBACK];
  780. emu10k1_voice_t *extra;
  781. unsigned short running;
  782. unsigned short first_ptr;
  783. snd_util_memblk_t *memblk;
  784. unsigned int start_addr;
  785. unsigned int ccca_start_addr;
  786. unsigned int capture_ipr; /* interrupt acknowledge mask */
  787. unsigned int capture_inte; /* interrupt enable mask */
  788. unsigned int capture_ba_reg; /* buffer address register */
  789. unsigned int capture_bs_reg; /* buffer size register */
  790. unsigned int capture_idx_reg; /* buffer index register */
  791. unsigned int capture_cr_val; /* control value */
  792. unsigned int capture_cr_val2; /* control value2 (for audigy) */
  793. unsigned int capture_bs_val; /* buffer size value */
  794. unsigned int capture_bufsize; /* buffer size in bytes */
  795. };
  796. typedef struct {
  797. /* mono, left, right x 8 sends (4 on emu10k1) */
  798. unsigned char send_routing[3][8];
  799. unsigned char send_volume[3][8];
  800. unsigned short attn[3];
  801. emu10k1_pcm_t *epcm;
  802. } emu10k1_pcm_mixer_t;
  803. #define snd_emu10k1_compose_send_routing(route) \
  804. ((route[0] | (route[1] << 4) | (route[2] << 8) | (route[3] << 12)) << 16)
  805. #define snd_emu10k1_compose_audigy_fxrt1(route) \
  806. ((unsigned int)route[0] | ((unsigned int)route[1] << 8) | ((unsigned int)route[2] << 16) | ((unsigned int)route[3] << 24))
  807. #define snd_emu10k1_compose_audigy_fxrt2(route) \
  808. ((unsigned int)route[4] | ((unsigned int)route[5] << 8) | ((unsigned int)route[6] << 16) | ((unsigned int)route[7] << 24))
  809. typedef struct snd_emu10k1_memblk {
  810. snd_util_memblk_t mem;
  811. /* private part */
  812. int first_page, last_page, pages, mapped_page;
  813. unsigned int map_locked;
  814. struct list_head mapped_link;
  815. struct list_head mapped_order_link;
  816. } emu10k1_memblk_t;
  817. #define snd_emu10k1_memblk_offset(blk) (((blk)->mapped_page << PAGE_SHIFT) | ((blk)->mem.offset & (PAGE_SIZE - 1)))
  818. #define EMU10K1_MAX_TRAM_BLOCKS_PER_CODE 16
  819. typedef struct {
  820. struct list_head list; /* list link container */
  821. unsigned int vcount;
  822. unsigned int count; /* count of GPR (1..16) */
  823. unsigned short gpr[32]; /* GPR number(s) */
  824. unsigned int value[32];
  825. unsigned int min; /* minimum range */
  826. unsigned int max; /* maximum range */
  827. unsigned int translation; /* translation type (EMU10K1_GPR_TRANSLATION*) */
  828. snd_kcontrol_t *kcontrol;
  829. } snd_emu10k1_fx8010_ctl_t;
  830. typedef void (snd_fx8010_irq_handler_t)(emu10k1_t *emu, void *private_data);
  831. typedef struct _snd_emu10k1_fx8010_irq {
  832. struct _snd_emu10k1_fx8010_irq *next;
  833. snd_fx8010_irq_handler_t *handler;
  834. unsigned short gpr_running;
  835. void *private_data;
  836. } snd_emu10k1_fx8010_irq_t;
  837. typedef struct {
  838. unsigned int valid: 1,
  839. opened: 1,
  840. active: 1;
  841. unsigned int channels; /* 16-bit channels count */
  842. unsigned int tram_start; /* initial ring buffer position in TRAM (in samples) */
  843. unsigned int buffer_size; /* count of buffered samples */
  844. unsigned short gpr_size; /* GPR containing size of ring buffer in samples (host) */
  845. unsigned short gpr_ptr; /* GPR containing current pointer in the ring buffer (host = reset, FX8010) */
  846. unsigned short gpr_count; /* GPR containing count of samples between two interrupts (host) */
  847. unsigned short gpr_tmpcount; /* GPR containing current count of samples to interrupt (host = set, FX8010) */
  848. unsigned short gpr_trigger; /* GPR containing trigger (activate) information (host) */
  849. unsigned short gpr_running; /* GPR containing info if PCM is running (FX8010) */
  850. unsigned char etram[32]; /* external TRAM address & data */
  851. snd_pcm_indirect_t pcm_rec;
  852. unsigned int tram_pos;
  853. unsigned int tram_shift;
  854. snd_emu10k1_fx8010_irq_t *irq;
  855. } snd_emu10k1_fx8010_pcm_t;
  856. typedef struct {
  857. unsigned short fxbus_mask; /* used FX buses (bitmask) */
  858. unsigned short extin_mask; /* used external inputs (bitmask) */
  859. unsigned short extout_mask; /* used external outputs (bitmask) */
  860. unsigned short pad1;
  861. unsigned int itram_size; /* internal TRAM size in samples */
  862. struct snd_dma_buffer etram_pages; /* external TRAM pages and size */
  863. unsigned int dbg; /* FX debugger register */
  864. unsigned char name[128];
  865. int gpr_size; /* size of allocated GPR controls */
  866. int gpr_count; /* count of used kcontrols */
  867. struct list_head gpr_ctl; /* GPR controls */
  868. struct semaphore lock;
  869. snd_emu10k1_fx8010_pcm_t pcm[8];
  870. spinlock_t irq_lock;
  871. snd_emu10k1_fx8010_irq_t *irq_handlers;
  872. } snd_emu10k1_fx8010_t;
  873. #define emu10k1_gpr_ctl(n) list_entry(n, snd_emu10k1_fx8010_ctl_t, list)
  874. typedef struct {
  875. struct _snd_emu10k1 *emu;
  876. snd_rawmidi_t *rmidi;
  877. snd_rawmidi_substream_t *substream_input;
  878. snd_rawmidi_substream_t *substream_output;
  879. unsigned int midi_mode;
  880. spinlock_t input_lock;
  881. spinlock_t output_lock;
  882. spinlock_t open_lock;
  883. int tx_enable, rx_enable;
  884. int port;
  885. int ipr_tx, ipr_rx;
  886. void (*interrupt)(emu10k1_t *emu, unsigned int status);
  887. } emu10k1_midi_t;
  888. typedef struct {
  889. u32 vendor;
  890. u32 device;
  891. u32 subsystem;
  892. unsigned char revision;
  893. unsigned char emu10k1_chip; /* Original SB Live. Not SB Live 24bit. */
  894. unsigned char emu10k2_chip; /* Audigy 1 or Audigy 2. */
  895. unsigned char ca0102_chip; /* Audigy 1 or Audigy 2. Not SB Audigy 2 Value. */
  896. unsigned char ca0108_chip; /* Audigy 2 Value */
  897. unsigned char ca0151_chip; /* P16V */
  898. unsigned char spk71; /* Has 7.1 speakers */
  899. unsigned char sblive51; /* SBLive! 5.1 - extout 0x11 -> center, 0x12 -> lfe */
  900. unsigned char spdif_bug; /* Has Spdif phasing bug */
  901. unsigned char ac97_chip; /* Has an AC97 chip */
  902. unsigned char ecard; /* APS EEPROM */
  903. const char *driver;
  904. const char *name;
  905. const char *id; /* for backward compatibility - can be NULL if not needed */
  906. } emu_chip_details_t;
  907. struct _snd_emu10k1 {
  908. int irq;
  909. unsigned long port; /* I/O port number */
  910. unsigned int tos_link: 1, /* tos link detected */
  911. rear_ac97: 1; /* rear channels are on AC'97 */
  912. const emu_chip_details_t *card_capabilities; /* Contains profile of card capabilities */
  913. unsigned int audigy; /* is Audigy? */
  914. unsigned int revision; /* chip revision */
  915. unsigned int serial; /* serial number */
  916. unsigned short model; /* subsystem id */
  917. unsigned int card_type; /* EMU10K1_CARD_* */
  918. unsigned int ecard_ctrl; /* ecard control bits */
  919. unsigned long dma_mask; /* PCI DMA mask */
  920. int max_cache_pages; /* max memory size / PAGE_SIZE */
  921. struct snd_dma_buffer silent_page; /* silent page */
  922. struct snd_dma_buffer ptb_pages; /* page table pages */
  923. struct snd_dma_device p16v_dma_dev;
  924. struct snd_dma_buffer p16v_buffer;
  925. snd_util_memhdr_t *memhdr; /* page allocation list */
  926. emu10k1_memblk_t *reserved_page; /* reserved page */
  927. struct list_head mapped_link_head;
  928. struct list_head mapped_order_link_head;
  929. void **page_ptr_table;
  930. unsigned long *page_addr_table;
  931. spinlock_t memblk_lock;
  932. unsigned int spdif_bits[3]; /* s/pdif out setup */
  933. snd_emu10k1_fx8010_t fx8010; /* FX8010 info */
  934. int gpr_base;
  935. ac97_t *ac97;
  936. struct pci_dev *pci;
  937. snd_card_t *card;
  938. snd_pcm_t *pcm;
  939. snd_pcm_t *pcm_mic;
  940. snd_pcm_t *pcm_efx;
  941. snd_pcm_t *pcm_p16v;
  942. spinlock_t synth_lock;
  943. void *synth;
  944. int (*get_synth_voice)(emu10k1_t *emu);
  945. spinlock_t reg_lock;
  946. spinlock_t emu_lock;
  947. spinlock_t voice_lock;
  948. struct semaphore ptb_lock;
  949. emu10k1_voice_t voices[NUM_G];
  950. emu10k1_voice_t p16v_voices[4];
  951. emu10k1_voice_t p16v_capture_voice;
  952. int p16v_device_offset;
  953. u32 p16v_capture_source;
  954. u32 p16v_capture_channel;
  955. emu10k1_pcm_mixer_t pcm_mixer[32];
  956. emu10k1_pcm_mixer_t efx_pcm_mixer[NUM_EFX_PLAYBACK];
  957. snd_kcontrol_t *ctl_send_routing;
  958. snd_kcontrol_t *ctl_send_volume;
  959. snd_kcontrol_t *ctl_attn;
  960. snd_kcontrol_t *ctl_efx_send_routing;
  961. snd_kcontrol_t *ctl_efx_send_volume;
  962. snd_kcontrol_t *ctl_efx_attn;
  963. void (*hwvol_interrupt)(emu10k1_t *emu, unsigned int status);
  964. void (*capture_interrupt)(emu10k1_t *emu, unsigned int status);
  965. void (*capture_mic_interrupt)(emu10k1_t *emu, unsigned int status);
  966. void (*capture_efx_interrupt)(emu10k1_t *emu, unsigned int status);
  967. void (*spdif_interrupt)(emu10k1_t *emu, unsigned int status);
  968. void (*dsp_interrupt)(emu10k1_t *emu);
  969. snd_pcm_substream_t *pcm_capture_substream;
  970. snd_pcm_substream_t *pcm_capture_mic_substream;
  971. snd_pcm_substream_t *pcm_capture_efx_substream;
  972. snd_pcm_substream_t *pcm_playback_efx_substream;
  973. snd_timer_t *timer;
  974. emu10k1_midi_t midi;
  975. emu10k1_midi_t midi2; /* for audigy */
  976. unsigned int efx_voices_mask[2];
  977. unsigned int next_free_voice;
  978. };
  979. int snd_emu10k1_create(snd_card_t * card,
  980. struct pci_dev *pci,
  981. unsigned short extin_mask,
  982. unsigned short extout_mask,
  983. long max_cache_bytes,
  984. int enable_ir,
  985. uint subsystem,
  986. emu10k1_t ** remu);
  987. int snd_emu10k1_pcm(emu10k1_t * emu, int device, snd_pcm_t ** rpcm);
  988. int snd_emu10k1_pcm_mic(emu10k1_t * emu, int device, snd_pcm_t ** rpcm);
  989. int snd_emu10k1_pcm_efx(emu10k1_t * emu, int device, snd_pcm_t ** rpcm);
  990. int snd_p16v_pcm(emu10k1_t * emu, int device, snd_pcm_t ** rpcm);
  991. int snd_p16v_free(emu10k1_t * emu);
  992. int snd_p16v_mixer(emu10k1_t * emu);
  993. int snd_emu10k1_pcm_multi(emu10k1_t * emu, int device, snd_pcm_t ** rpcm);
  994. int snd_emu10k1_fx8010_pcm(emu10k1_t * emu, int device, snd_pcm_t ** rpcm);
  995. int snd_emu10k1_mixer(emu10k1_t * emu, int pcm_device, int multi_device);
  996. int snd_emu10k1_timer(emu10k1_t * emu, int device);
  997. int snd_emu10k1_fx8010_new(emu10k1_t *emu, int device, snd_hwdep_t ** rhwdep);
  998. irqreturn_t snd_emu10k1_interrupt(int irq, void *dev_id, struct pt_regs *regs);
  999. /* initialization */
  1000. void snd_emu10k1_voice_init(emu10k1_t * emu, int voice);
  1001. int snd_emu10k1_init_efx(emu10k1_t *emu);
  1002. void snd_emu10k1_free_efx(emu10k1_t *emu);
  1003. int snd_emu10k1_fx8010_tram_setup(emu10k1_t *emu, u32 size);
  1004. /* I/O functions */
  1005. unsigned int snd_emu10k1_ptr_read(emu10k1_t * emu, unsigned int reg, unsigned int chn);
  1006. void snd_emu10k1_ptr_write(emu10k1_t *emu, unsigned int reg, unsigned int chn, unsigned int data);
  1007. unsigned int snd_emu10k1_ptr20_read(emu10k1_t * emu, unsigned int reg, unsigned int chn);
  1008. void snd_emu10k1_ptr20_write(emu10k1_t *emu, unsigned int reg, unsigned int chn, unsigned int data);
  1009. unsigned int snd_emu10k1_efx_read(emu10k1_t *emu, unsigned int pc);
  1010. void snd_emu10k1_intr_enable(emu10k1_t *emu, unsigned int intrenb);
  1011. void snd_emu10k1_intr_disable(emu10k1_t *emu, unsigned int intrenb);
  1012. void snd_emu10k1_voice_intr_enable(emu10k1_t *emu, unsigned int voicenum);
  1013. void snd_emu10k1_voice_intr_disable(emu10k1_t *emu, unsigned int voicenum);
  1014. void snd_emu10k1_voice_intr_ack(emu10k1_t *emu, unsigned int voicenum);
  1015. void snd_emu10k1_voice_half_loop_intr_enable(emu10k1_t *emu, unsigned int voicenum);
  1016. void snd_emu10k1_voice_half_loop_intr_disable(emu10k1_t *emu, unsigned int voicenum);
  1017. void snd_emu10k1_voice_half_loop_intr_ack(emu10k1_t *emu, unsigned int voicenum);
  1018. void snd_emu10k1_voice_set_loop_stop(emu10k1_t *emu, unsigned int voicenum);
  1019. void snd_emu10k1_voice_clear_loop_stop(emu10k1_t *emu, unsigned int voicenum);
  1020. void snd_emu10k1_wait(emu10k1_t *emu, unsigned int wait);
  1021. static inline unsigned int snd_emu10k1_wc(emu10k1_t *emu) { return (inl(emu->port + WC) >> 6) & 0xfffff; }
  1022. unsigned short snd_emu10k1_ac97_read(ac97_t *ac97, unsigned short reg);
  1023. void snd_emu10k1_ac97_write(ac97_t *ac97, unsigned short reg, unsigned short data);
  1024. unsigned int snd_emu10k1_rate_to_pitch(unsigned int rate);
  1025. /* memory allocation */
  1026. snd_util_memblk_t *snd_emu10k1_alloc_pages(emu10k1_t *emu, snd_pcm_substream_t *substream);
  1027. int snd_emu10k1_free_pages(emu10k1_t *emu, snd_util_memblk_t *blk);
  1028. snd_util_memblk_t *snd_emu10k1_synth_alloc(emu10k1_t *emu, unsigned int size);
  1029. int snd_emu10k1_synth_free(emu10k1_t *emu, snd_util_memblk_t *blk);
  1030. int snd_emu10k1_synth_bzero(emu10k1_t *emu, snd_util_memblk_t *blk, int offset, int size);
  1031. int snd_emu10k1_synth_copy_from_user(emu10k1_t *emu, snd_util_memblk_t *blk, int offset, const char __user *data, int size);
  1032. int snd_emu10k1_memblk_map(emu10k1_t *emu, emu10k1_memblk_t *blk);
  1033. /* voice allocation */
  1034. int snd_emu10k1_voice_alloc(emu10k1_t *emu, emu10k1_voice_type_t type, int pair, emu10k1_voice_t **rvoice);
  1035. int snd_emu10k1_voice_free(emu10k1_t *emu, emu10k1_voice_t *pvoice);
  1036. /* MIDI uart */
  1037. int snd_emu10k1_midi(emu10k1_t * emu);
  1038. int snd_emu10k1_audigy_midi(emu10k1_t * emu);
  1039. /* proc interface */
  1040. int snd_emu10k1_proc_init(emu10k1_t * emu);
  1041. /* fx8010 irq handler */
  1042. int snd_emu10k1_fx8010_register_irq_handler(emu10k1_t *emu,
  1043. snd_fx8010_irq_handler_t *handler,
  1044. unsigned char gpr_running,
  1045. void *private_data,
  1046. snd_emu10k1_fx8010_irq_t **r_irq);
  1047. int snd_emu10k1_fx8010_unregister_irq_handler(emu10k1_t *emu,
  1048. snd_emu10k1_fx8010_irq_t *irq);
  1049. #endif /* __KERNEL__ */
  1050. /*
  1051. * ---- FX8010 ----
  1052. */
  1053. #define EMU10K1_CARD_CREATIVE 0x00000000
  1054. #define EMU10K1_CARD_EMUAPS 0x00000001
  1055. #define EMU10K1_FX8010_PCM_COUNT 8
  1056. /* instruction set */
  1057. #define iMAC0 0x00 /* R = A + (X * Y >> 31) ; saturation */
  1058. #define iMAC1 0x01 /* R = A + (-X * Y >> 31) ; saturation */
  1059. #define iMAC2 0x02 /* R = A + (X * Y >> 31) ; wraparound */
  1060. #define iMAC3 0x03 /* R = A + (-X * Y >> 31) ; wraparound */
  1061. #define iMACINT0 0x04 /* R = A + X * Y ; saturation */
  1062. #define iMACINT1 0x05 /* R = A + X * Y ; wraparound (31-bit) */
  1063. #define iACC3 0x06 /* R = A + X + Y ; saturation */
  1064. #define iMACMV 0x07 /* R = A, acc += X * Y >> 31 */
  1065. #define iANDXOR 0x08 /* R = (A & X) ^ Y */
  1066. #define iTSTNEG 0x09 /* R = (A >= Y) ? X : ~X */
  1067. #define iLIMITGE 0x0a /* R = (A >= Y) ? X : Y */
  1068. #define iLIMITLT 0x0b /* R = (A < Y) ? X : Y */
  1069. #define iLOG 0x0c /* R = linear_data, A (log_data), X (max_exp), Y (format_word) */
  1070. #define iEXP 0x0d /* R = log_data, A (linear_data), X (max_exp), Y (format_word) */
  1071. #define iINTERP 0x0e /* R = A + (X * (Y - A) >> 31) ; saturation */
  1072. #define iSKIP 0x0f /* R = A (cc_reg), X (count), Y (cc_test) */
  1073. /* GPRs */
  1074. #define FXBUS(x) (0x00 + (x)) /* x = 0x00 - 0x0f */
  1075. #define EXTIN(x) (0x10 + (x)) /* x = 0x00 - 0x0f */
  1076. #define EXTOUT(x) (0x20 + (x)) /* x = 0x00 - 0x0f physical outs -> FXWC low 16 bits */
  1077. #define FXBUS2(x) (0x30 + (x)) /* x = 0x00 - 0x0f copies of fx buses for capture -> FXWC high 16 bits */
  1078. /* NB: 0x31 and 0x32 are shared with Center/LFE on SB live 5.1 */
  1079. #define C_00000000 0x40
  1080. #define C_00000001 0x41
  1081. #define C_00000002 0x42
  1082. #define C_00000003 0x43
  1083. #define C_00000004 0x44
  1084. #define C_00000008 0x45
  1085. #define C_00000010 0x46
  1086. #define C_00000020 0x47
  1087. #define C_00000100 0x48
  1088. #define C_00010000 0x49
  1089. #define C_00080000 0x4a
  1090. #define C_10000000 0x4b
  1091. #define C_20000000 0x4c
  1092. #define C_40000000 0x4d
  1093. #define C_80000000 0x4e
  1094. #define C_7fffffff 0x4f
  1095. #define C_ffffffff 0x50
  1096. #define C_fffffffe 0x51
  1097. #define C_c0000000 0x52
  1098. #define C_4f1bbcdc 0x53
  1099. #define C_5a7ef9db 0x54
  1100. #define C_00100000 0x55 /* ?? */
  1101. #define GPR_ACCU 0x56 /* ACCUM, accumulator */
  1102. #define GPR_COND 0x57 /* CCR, condition register */
  1103. #define GPR_NOISE0 0x58 /* noise source */
  1104. #define GPR_NOISE1 0x59 /* noise source */
  1105. #define GPR_IRQ 0x5a /* IRQ register */
  1106. #define GPR_DBAC 0x5b /* TRAM Delay Base Address Counter */
  1107. #define GPR(x) (FXGPREGBASE + (x)) /* free GPRs: x = 0x00 - 0xff */
  1108. #define ITRAM_DATA(x) (TANKMEMDATAREGBASE + 0x00 + (x)) /* x = 0x00 - 0x7f */
  1109. #define ETRAM_DATA(x) (TANKMEMDATAREGBASE + 0x80 + (x)) /* x = 0x00 - 0x1f */
  1110. #define ITRAM_ADDR(x) (TANKMEMADDRREGBASE + 0x00 + (x)) /* x = 0x00 - 0x7f */
  1111. #define ETRAM_ADDR(x) (TANKMEMADDRREGBASE + 0x80 + (x)) /* x = 0x00 - 0x1f */
  1112. #define A_ITRAM_DATA(x) (TANKMEMDATAREGBASE + 0x00 + (x)) /* x = 0x00 - 0xbf */
  1113. #define A_ETRAM_DATA(x) (TANKMEMDATAREGBASE + 0xc0 + (x)) /* x = 0x00 - 0x3f */
  1114. #define A_ITRAM_ADDR(x) (TANKMEMADDRREGBASE + 0x00 + (x)) /* x = 0x00 - 0xbf */
  1115. #define A_ETRAM_ADDR(x) (TANKMEMADDRREGBASE + 0xc0 + (x)) /* x = 0x00 - 0x3f */
  1116. #define A_ITRAM_CTL(x) (A_TANKMEMCTLREGBASE + 0x00 + (x)) /* x = 0x00 - 0xbf */
  1117. #define A_ETRAM_CTL(x) (A_TANKMEMCTLREGBASE + 0xc0 + (x)) /* x = 0x00 - 0x3f */
  1118. #define A_FXBUS(x) (0x00 + (x)) /* x = 0x00 - 0x3f FX buses */
  1119. #define A_EXTIN(x) (0x40 + (x)) /* x = 0x00 - 0x0f physical ins */
  1120. #define A_P16VIN(x) (0x50 + (x)) /* x = 0x00 - 0x0f p16v ins (A2 only) "EMU32 inputs" */
  1121. #define A_EXTOUT(x) (0x60 + (x)) /* x = 0x00 - 0x1f physical outs -> A_FXWC1 0x79-7f unknown */
  1122. #define A_FXBUS2(x) (0x80 + (x)) /* x = 0x00 - 0x1f extra outs used for EFX capture -> A_FXWC2 */
  1123. #define A_EMU32OUTH(x) (0xa0 + (x)) /* x = 0x00 - 0x0f "EMU32_OUT_10 - _1F" - ??? */
  1124. #define A_EMU32OUTL(x) (0xb0 + (x)) /* x = 0x00 - 0x0f "EMU32_OUT_1 - _F" - ??? */
  1125. #define A_GPR(x) (A_FXGPREGBASE + (x))
  1126. /* cc_reg constants */
  1127. #define CC_REG_NORMALIZED C_00000001
  1128. #define CC_REG_BORROW C_00000002
  1129. #define CC_REG_MINUS C_00000004
  1130. #define CC_REG_ZERO C_00000008
  1131. #define CC_REG_SATURATE C_00000010
  1132. #define CC_REG_NONZERO C_00000100
  1133. /* FX buses */
  1134. #define FXBUS_PCM_LEFT 0x00
  1135. #define FXBUS_PCM_RIGHT 0x01
  1136. #define FXBUS_PCM_LEFT_REAR 0x02
  1137. #define FXBUS_PCM_RIGHT_REAR 0x03
  1138. #define FXBUS_MIDI_LEFT 0x04
  1139. #define FXBUS_MIDI_RIGHT 0x05
  1140. #define FXBUS_PCM_CENTER 0x06
  1141. #define FXBUS_PCM_LFE 0x07
  1142. #define FXBUS_PCM_LEFT_FRONT 0x08
  1143. #define FXBUS_PCM_RIGHT_FRONT 0x09
  1144. #define FXBUS_MIDI_REVERB 0x0c
  1145. #define FXBUS_MIDI_CHORUS 0x0d
  1146. #define FXBUS_PCM_LEFT_SIDE 0x0e
  1147. #define FXBUS_PCM_RIGHT_SIDE 0x0f
  1148. #define FXBUS_PT_LEFT 0x14
  1149. #define FXBUS_PT_RIGHT 0x15
  1150. /* Inputs */
  1151. #define EXTIN_AC97_L 0x00 /* AC'97 capture channel - left */
  1152. #define EXTIN_AC97_R 0x01 /* AC'97 capture channel - right */
  1153. #define EXTIN_SPDIF_CD_L 0x02 /* internal S/PDIF CD - onboard - left */
  1154. #define EXTIN_SPDIF_CD_R 0x03 /* internal S/PDIF CD - onboard - right */
  1155. #define EXTIN_ZOOM_L 0x04 /* Zoom Video I2S - left */
  1156. #define EXTIN_ZOOM_R 0x05 /* Zoom Video I2S - right */
  1157. #define EXTIN_TOSLINK_L 0x06 /* LiveDrive - TOSLink Optical - left */
  1158. #define EXTIN_TOSLINK_R 0x07 /* LiveDrive - TOSLink Optical - right */
  1159. #define EXTIN_LINE1_L 0x08 /* LiveDrive - Line/Mic 1 - left */
  1160. #define EXTIN_LINE1_R 0x09 /* LiveDrive - Line/Mic 1 - right */
  1161. #define EXTIN_COAX_SPDIF_L 0x0a /* LiveDrive - Coaxial S/PDIF - left */
  1162. #define EXTIN_COAX_SPDIF_R 0x0b /* LiveDrive - Coaxial S/PDIF - right */
  1163. #define EXTIN_LINE2_L 0x0c /* LiveDrive - Line/Mic 2 - left */
  1164. #define EXTIN_LINE2_R 0x0d /* LiveDrive - Line/Mic 2 - right */
  1165. /* Outputs */
  1166. #define EXTOUT_AC97_L 0x00 /* AC'97 playback channel - left */
  1167. #define EXTOUT_AC97_R 0x01 /* AC'97 playback channel - right */
  1168. #define EXTOUT_TOSLINK_L 0x02 /* LiveDrive - TOSLink Optical - left */
  1169. #define EXTOUT_TOSLINK_R 0x03 /* LiveDrive - TOSLink Optical - right */
  1170. #define EXTOUT_AC97_CENTER 0x04 /* SB Live 5.1 - center */
  1171. #define EXTOUT_AC97_LFE 0x05 /* SB Live 5.1 - LFE */
  1172. #define EXTOUT_HEADPHONE_L 0x06 /* LiveDrive - Headphone - left */
  1173. #define EXTOUT_HEADPHONE_R 0x07 /* LiveDrive - Headphone - right */
  1174. #define EXTOUT_REAR_L 0x08 /* Rear channel - left */
  1175. #define EXTOUT_REAR_R 0x09 /* Rear channel - right */
  1176. #define EXTOUT_ADC_CAP_L 0x0a /* ADC Capture buffer - left */
  1177. #define EXTOUT_ADC_CAP_R 0x0b /* ADC Capture buffer - right */
  1178. #define EXTOUT_MIC_CAP 0x0c /* MIC Capture buffer */
  1179. #define EXTOUT_AC97_REAR_L 0x0d /* SB Live 5.1 (c) 2003 - Rear Left */
  1180. #define EXTOUT_AC97_REAR_R 0x0e /* SB Live 5.1 (c) 2003 - Rear Right */
  1181. #define EXTOUT_ACENTER 0x11 /* Analog Center */
  1182. #define EXTOUT_ALFE 0x12 /* Analog LFE */
  1183. /* Audigy Inputs */
  1184. #define A_EXTIN_AC97_L 0x00 /* AC'97 capture channel - left */
  1185. #define A_EXTIN_AC97_R 0x01 /* AC'97 capture channel - right */
  1186. #define A_EXTIN_SPDIF_CD_L 0x02 /* digital CD left */
  1187. #define A_EXTIN_SPDIF_CD_R 0x03 /* digital CD left */
  1188. #define A_EXTIN_OPT_SPDIF_L 0x04 /* audigy drive Optical SPDIF - left */
  1189. #define A_EXTIN_OPT_SPDIF_R 0x05 /* right */
  1190. #define A_EXTIN_LINE2_L 0x08 /* audigy drive line2/mic2 - left */
  1191. #define A_EXTIN_LINE2_R 0x09 /* right */
  1192. #define A_EXTIN_ADC_L 0x0a /* Philips ADC - left */
  1193. #define A_EXTIN_ADC_R 0x0b /* right */
  1194. #define A_EXTIN_AUX2_L 0x0c /* audigy drive aux2 - left */
  1195. #define A_EXTIN_AUX2_R 0x0d /* - right */
  1196. /* Audigiy Outputs */
  1197. #define A_EXTOUT_FRONT_L 0x00 /* digital front left */
  1198. #define A_EXTOUT_FRONT_R 0x01 /* right */
  1199. #define A_EXTOUT_CENTER 0x02 /* digital front center */
  1200. #define A_EXTOUT_LFE 0x03 /* digital front lfe */
  1201. #define A_EXTOUT_HEADPHONE_L 0x04 /* headphone audigy drive left */
  1202. #define A_EXTOUT_HEADPHONE_R 0x05 /* right */
  1203. #define A_EXTOUT_REAR_L 0x06 /* digital rear left */
  1204. #define A_EXTOUT_REAR_R 0x07 /* right */
  1205. #define A_EXTOUT_AFRONT_L 0x08 /* analog front left */
  1206. #define A_EXTOUT_AFRONT_R 0x09 /* right */
  1207. #define A_EXTOUT_ACENTER 0x0a /* analog center */
  1208. #define A_EXTOUT_ALFE 0x0b /* analog LFE */
  1209. #define A_EXTOUT_ASIDE_L 0x0c /* analog side left - Audigy 2 ZS */
  1210. #define A_EXTOUT_ASIDE_R 0x0d /* right - Audigy 2 ZS */
  1211. #define A_EXTOUT_AREAR_L 0x0e /* analog rear left */
  1212. #define A_EXTOUT_AREAR_R 0x0f /* right */
  1213. #define A_EXTOUT_AC97_L 0x10 /* AC97 left (front) */
  1214. #define A_EXTOUT_AC97_R 0x11 /* right */
  1215. #define A_EXTOUT_ADC_CAP_L 0x16 /* ADC capture buffer left */
  1216. #define A_EXTOUT_ADC_CAP_R 0x17 /* right */
  1217. #define A_EXTOUT_MIC_CAP 0x18 /* Mic capture buffer */
  1218. /* Audigy constants */
  1219. #define A_C_00000000 0xc0
  1220. #define A_C_00000001 0xc1
  1221. #define A_C_00000002 0xc2
  1222. #define A_C_00000003 0xc3
  1223. #define A_C_00000004 0xc4
  1224. #define A_C_00000008 0xc5
  1225. #define A_C_00000010 0xc6
  1226. #define A_C_00000020 0xc7
  1227. #define A_C_00000100 0xc8
  1228. #define A_C_00010000 0xc9
  1229. #define A_C_00000800 0xca
  1230. #define A_C_10000000 0xcb
  1231. #define A_C_20000000 0xcc
  1232. #define A_C_40000000 0xcd
  1233. #define A_C_80000000 0xce
  1234. #define A_C_7fffffff 0xcf
  1235. #define A_C_ffffffff 0xd0
  1236. #define A_C_fffffffe 0xd1
  1237. #define A_C_c0000000 0xd2
  1238. #define A_C_4f1bbcdc 0xd3
  1239. #define A_C_5a7ef9db 0xd4
  1240. #define A_C_00100000 0xd5
  1241. #define A_GPR_ACCU 0xd6 /* ACCUM, accumulator */
  1242. #define A_GPR_COND 0xd7 /* CCR, condition register */
  1243. #define A_GPR_NOISE0 0xd8 /* noise source */
  1244. #define A_GPR_NOISE1 0xd9 /* noise source */
  1245. #define A_GPR_IRQ 0xda /* IRQ register */
  1246. #define A_GPR_DBAC 0xdb /* TRAM Delay Base Address Counter - internal */
  1247. #define A_GPR_DBACE 0xde /* TRAM Delay Base Address Counter - external */
  1248. /* definitions for debug register */
  1249. #define EMU10K1_DBG_ZC 0x80000000 /* zero tram counter */
  1250. #define EMU10K1_DBG_SATURATION_OCCURED 0x02000000 /* saturation control */
  1251. #define EMU10K1_DBG_SATURATION_ADDR 0x01ff0000 /* saturation address */
  1252. #define EMU10K1_DBG_SINGLE_STEP 0x00008000 /* single step mode */
  1253. #define EMU10K1_DBG_STEP 0x00004000 /* start single step */
  1254. #define EMU10K1_DBG_CONDITION_CODE 0x00003e00 /* condition code */
  1255. #define EMU10K1_DBG_SINGLE_STEP_ADDR 0x000001ff /* single step address */
  1256. /* tank memory address line */
  1257. #ifndef __KERNEL__
  1258. #define TANKMEMADDRREG_ADDR_MASK 0x000fffff /* 20 bit tank address field */
  1259. #define TANKMEMADDRREG_CLEAR 0x00800000 /* Clear tank memory */
  1260. #define TANKMEMADDRREG_ALIGN 0x00400000 /* Align read or write relative to tank access */
  1261. #define TANKMEMADDRREG_WRITE 0x00200000 /* Write to tank memory */
  1262. #define TANKMEMADDRREG_READ 0x00100000 /* Read from tank memory */
  1263. #endif
  1264. typedef struct {
  1265. unsigned int internal_tram_size; /* in samples */
  1266. unsigned int external_tram_size; /* in samples */
  1267. char fxbus_names[16][32]; /* names of FXBUSes */
  1268. char extin_names[16][32]; /* names of external inputs */
  1269. char extout_names[32][32]; /* names of external outputs */
  1270. unsigned int gpr_controls; /* count of GPR controls */
  1271. } emu10k1_fx8010_info_t;
  1272. #define EMU10K1_GPR_TRANSLATION_NONE 0
  1273. #define EMU10K1_GPR_TRANSLATION_TABLE100 1
  1274. #define EMU10K1_GPR_TRANSLATION_BASS 2
  1275. #define EMU10K1_GPR_TRANSLATION_TREBLE 3
  1276. #define EMU10K1_GPR_TRANSLATION_ONOFF 4
  1277. typedef struct {
  1278. snd_ctl_elem_id_t id; /* full control ID definition */
  1279. unsigned int vcount; /* visible count */
  1280. unsigned int count; /* count of GPR (1..16) */
  1281. unsigned short gpr[32]; /* GPR number(s) */
  1282. unsigned int value[32]; /* initial values */
  1283. unsigned int min; /* minimum range */
  1284. unsigned int max; /* maximum range */
  1285. unsigned int translation; /* translation type (EMU10K1_GPR_TRANSLATION*) */
  1286. } emu10k1_fx8010_control_gpr_t;
  1287. typedef struct {
  1288. char name[128];
  1289. DECLARE_BITMAP(gpr_valid, 0x200); /* bitmask of valid initializers */
  1290. u_int32_t __user *gpr_map; /* initializers */
  1291. unsigned int gpr_add_control_count; /* count of GPR controls to add/replace */
  1292. emu10k1_fx8010_control_gpr_t __user *gpr_add_controls; /* GPR controls to add/replace */
  1293. unsigned int gpr_del_control_count; /* count of GPR controls to remove */
  1294. snd_ctl_elem_id_t __user *gpr_del_controls; /* IDs of GPR controls to remove */
  1295. unsigned int gpr_list_control_count; /* count of GPR controls to list */
  1296. unsigned int gpr_list_control_total; /* total count of GPR controls */
  1297. emu10k1_fx8010_control_gpr_t __user *gpr_list_controls; /* listed GPR controls */
  1298. DECLARE_BITMAP(tram_valid, 0x100); /* bitmask of valid initializers */
  1299. u_int32_t __user *tram_data_map; /* data initializers */
  1300. u_int32_t __user *tram_addr_map; /* map initializers */
  1301. DECLARE_BITMAP(code_valid, 1024); /* bitmask of valid instructions */
  1302. u_int32_t __user *code; /* one instruction - 64 bits */
  1303. } emu10k1_fx8010_code_t;
  1304. typedef struct {
  1305. unsigned int address; /* 31.bit == 1 -> external TRAM */
  1306. unsigned int size; /* size in samples (4 bytes) */
  1307. unsigned int *samples; /* pointer to samples (20-bit) */
  1308. /* NULL->clear memory */
  1309. } emu10k1_fx8010_tram_t;
  1310. typedef struct {
  1311. unsigned int substream; /* substream number */
  1312. unsigned int res1; /* reserved */
  1313. unsigned int channels; /* 16-bit channels count, zero = remove this substream */
  1314. unsigned int tram_start; /* ring buffer position in TRAM (in samples) */
  1315. unsigned int buffer_size; /* count of buffered samples */
  1316. unsigned short gpr_size; /* GPR containing size of ringbuffer in samples (host) */
  1317. unsigned short gpr_ptr; /* GPR containing current pointer in the ring buffer (host = reset, FX8010) */
  1318. unsigned short gpr_count; /* GPR containing count of samples between two interrupts (host) */
  1319. unsigned short gpr_tmpcount; /* GPR containing current count of samples to interrupt (host = set, FX8010) */
  1320. unsigned short gpr_trigger; /* GPR containing trigger (activate) information (host) */
  1321. unsigned short gpr_running; /* GPR containing info if PCM is running (FX8010) */
  1322. unsigned char pad; /* reserved */
  1323. unsigned char etram[32]; /* external TRAM address & data (one per channel) */
  1324. unsigned int res2; /* reserved */
  1325. } emu10k1_fx8010_pcm_t;
  1326. #define SNDRV_EMU10K1_IOCTL_INFO _IOR ('H', 0x10, emu10k1_fx8010_info_t)
  1327. #define SNDRV_EMU10K1_IOCTL_CODE_POKE _IOW ('H', 0x11, emu10k1_fx8010_code_t)
  1328. #define SNDRV_EMU10K1_IOCTL_CODE_PEEK _IOWR('H', 0x12, emu10k1_fx8010_code_t)
  1329. #define SNDRV_EMU10K1_IOCTL_TRAM_SETUP _IOW ('H', 0x20, int)
  1330. #define SNDRV_EMU10K1_IOCTL_TRAM_POKE _IOW ('H', 0x21, emu10k1_fx8010_tram_t)
  1331. #define SNDRV_EMU10K1_IOCTL_TRAM_PEEK _IOWR('H', 0x22, emu10k1_fx8010_tram_t)
  1332. #define SNDRV_EMU10K1_IOCTL_PCM_POKE _IOW ('H', 0x30, emu10k1_fx8010_pcm_t)
  1333. #define SNDRV_EMU10K1_IOCTL_PCM_PEEK _IOWR('H', 0x31, emu10k1_fx8010_pcm_t)
  1334. #define SNDRV_EMU10K1_IOCTL_STOP _IO ('H', 0x80)
  1335. #define SNDRV_EMU10K1_IOCTL_CONTINUE _IO ('H', 0x81)
  1336. #define SNDRV_EMU10K1_IOCTL_ZERO_TRAM_COUNTER _IO ('H', 0x82)
  1337. #define SNDRV_EMU10K1_IOCTL_SINGLE_STEP _IOW ('H', 0x83, int)
  1338. #define SNDRV_EMU10K1_IOCTL_DBG_READ _IOR ('H', 0x84, int)
  1339. #endif /* __SOUND_EMU10K1_H */