es1938.c 51 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767
  1. /*
  2. * Driver for ESS Solo-1 (ES1938, ES1946, ES1969) soundcard
  3. * Copyright (c) by Jaromir Koutek <miri@punknet.cz>,
  4. * Jaroslav Kysela <perex@suse.cz>,
  5. * Thomas Sailer <sailer@ife.ee.ethz.ch>,
  6. * Abramo Bagnara <abramo@alsa-project.org>,
  7. * Markus Gruber <gruber@eikon.tum.de>
  8. *
  9. * Rewritten from sonicvibes.c source.
  10. *
  11. * TODO:
  12. * Rewrite better spinlocks
  13. *
  14. *
  15. * This program is free software; you can redistribute it and/or modify
  16. * it under the terms of the GNU General Public License as published by
  17. * the Free Software Foundation; either version 2 of the License, or
  18. * (at your option) any later version.
  19. *
  20. * This program is distributed in the hope that it will be useful,
  21. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  22. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  23. * GNU General Public License for more details.
  24. *
  25. * You should have received a copy of the GNU General Public License
  26. * along with this program; if not, write to the Free Software
  27. * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
  28. *
  29. */
  30. /*
  31. NOTES:
  32. - Capture data is written unaligned starting from dma_base + 1 so I need to
  33. disable mmap and to add a copy callback.
  34. - After several cycle of the following:
  35. while : ; do arecord -d1 -f cd -t raw | aplay -f cd ; done
  36. a "playback write error (DMA or IRQ trouble?)" may happen.
  37. This is due to playback interrupts not generated.
  38. I suspect a timing issue.
  39. - Sometimes the interrupt handler is invoked wrongly during playback.
  40. This generates some harmless "Unexpected hw_pointer: wrong interrupt
  41. acknowledge".
  42. I've seen that using small period sizes.
  43. Reproducible with:
  44. mpg123 test.mp3 &
  45. hdparm -t -T /dev/hda
  46. */
  47. #include <sound/driver.h>
  48. #include <linux/init.h>
  49. #include <linux/interrupt.h>
  50. #include <linux/pci.h>
  51. #include <linux/slab.h>
  52. #include <linux/gameport.h>
  53. #include <linux/moduleparam.h>
  54. #include <linux/delay.h>
  55. #include <sound/core.h>
  56. #include <sound/control.h>
  57. #include <sound/pcm.h>
  58. #include <sound/opl3.h>
  59. #include <sound/mpu401.h>
  60. #include <sound/initval.h>
  61. #include <asm/io.h>
  62. MODULE_AUTHOR("Jaromir Koutek <miri@punknet.cz>");
  63. MODULE_DESCRIPTION("ESS Solo-1");
  64. MODULE_LICENSE("GPL");
  65. MODULE_SUPPORTED_DEVICE("{{ESS,ES1938},"
  66. "{ESS,ES1946},"
  67. "{ESS,ES1969},"
  68. "{TerraTec,128i PCI}}");
  69. #if defined(CONFIG_GAMEPORT) || (defined(MODULE) && defined(CONFIG_GAMEPORT_MODULE))
  70. #define SUPPORT_JOYSTICK 1
  71. #endif
  72. static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX; /* Index 0-MAX */
  73. static char *id[SNDRV_CARDS] = SNDRV_DEFAULT_STR; /* ID for this card */
  74. static int enable[SNDRV_CARDS] = SNDRV_DEFAULT_ENABLE_PNP; /* Enable this card */
  75. module_param_array(index, int, NULL, 0444);
  76. MODULE_PARM_DESC(index, "Index value for ESS Solo-1 soundcard.");
  77. module_param_array(id, charp, NULL, 0444);
  78. MODULE_PARM_DESC(id, "ID string for ESS Solo-1 soundcard.");
  79. module_param_array(enable, bool, NULL, 0444);
  80. MODULE_PARM_DESC(enable, "Enable ESS Solo-1 soundcard.");
  81. #define SLIO_REG(chip, x) ((chip)->io_port + ESSIO_REG_##x)
  82. #define SLDM_REG(chip, x) ((chip)->ddma_port + ESSDM_REG_##x)
  83. #define SLSB_REG(chip, x) ((chip)->sb_port + ESSSB_REG_##x)
  84. #define SL_PCI_LEGACYCONTROL 0x40
  85. #define SL_PCI_CONFIG 0x50
  86. #define SL_PCI_DDMACONTROL 0x60
  87. #define ESSIO_REG_AUDIO2DMAADDR 0
  88. #define ESSIO_REG_AUDIO2DMACOUNT 4
  89. #define ESSIO_REG_AUDIO2MODE 6
  90. #define ESSIO_REG_IRQCONTROL 7
  91. #define ESSDM_REG_DMAADDR 0x00
  92. #define ESSDM_REG_DMACOUNT 0x04
  93. #define ESSDM_REG_DMACOMMAND 0x08
  94. #define ESSDM_REG_DMASTATUS 0x08
  95. #define ESSDM_REG_DMAMODE 0x0b
  96. #define ESSDM_REG_DMACLEAR 0x0d
  97. #define ESSDM_REG_DMAMASK 0x0f
  98. #define ESSSB_REG_FMLOWADDR 0x00
  99. #define ESSSB_REG_FMHIGHADDR 0x02
  100. #define ESSSB_REG_MIXERADDR 0x04
  101. #define ESSSB_REG_MIXERDATA 0x05
  102. #define ESSSB_IREG_AUDIO1 0x14
  103. #define ESSSB_IREG_MICMIX 0x1a
  104. #define ESSSB_IREG_RECSRC 0x1c
  105. #define ESSSB_IREG_MASTER 0x32
  106. #define ESSSB_IREG_FM 0x36
  107. #define ESSSB_IREG_AUXACD 0x38
  108. #define ESSSB_IREG_AUXB 0x3a
  109. #define ESSSB_IREG_PCSPEAKER 0x3c
  110. #define ESSSB_IREG_LINE 0x3e
  111. #define ESSSB_IREG_SPATCONTROL 0x50
  112. #define ESSSB_IREG_SPATLEVEL 0x52
  113. #define ESSSB_IREG_MASTER_LEFT 0x60
  114. #define ESSSB_IREG_MASTER_RIGHT 0x62
  115. #define ESSSB_IREG_MPU401CONTROL 0x64
  116. #define ESSSB_IREG_MICMIXRECORD 0x68
  117. #define ESSSB_IREG_AUDIO2RECORD 0x69
  118. #define ESSSB_IREG_AUXACDRECORD 0x6a
  119. #define ESSSB_IREG_FMRECORD 0x6b
  120. #define ESSSB_IREG_AUXBRECORD 0x6c
  121. #define ESSSB_IREG_MONO 0x6d
  122. #define ESSSB_IREG_LINERECORD 0x6e
  123. #define ESSSB_IREG_MONORECORD 0x6f
  124. #define ESSSB_IREG_AUDIO2SAMPLE 0x70
  125. #define ESSSB_IREG_AUDIO2MODE 0x71
  126. #define ESSSB_IREG_AUDIO2FILTER 0x72
  127. #define ESSSB_IREG_AUDIO2TCOUNTL 0x74
  128. #define ESSSB_IREG_AUDIO2TCOUNTH 0x76
  129. #define ESSSB_IREG_AUDIO2CONTROL1 0x78
  130. #define ESSSB_IREG_AUDIO2CONTROL2 0x7a
  131. #define ESSSB_IREG_AUDIO2 0x7c
  132. #define ESSSB_REG_RESET 0x06
  133. #define ESSSB_REG_READDATA 0x0a
  134. #define ESSSB_REG_WRITEDATA 0x0c
  135. #define ESSSB_REG_READSTATUS 0x0c
  136. #define ESSSB_REG_STATUS 0x0e
  137. #define ESS_CMD_EXTSAMPLERATE 0xa1
  138. #define ESS_CMD_FILTERDIV 0xa2
  139. #define ESS_CMD_DMACNTRELOADL 0xa4
  140. #define ESS_CMD_DMACNTRELOADH 0xa5
  141. #define ESS_CMD_ANALOGCONTROL 0xa8
  142. #define ESS_CMD_IRQCONTROL 0xb1
  143. #define ESS_CMD_DRQCONTROL 0xb2
  144. #define ESS_CMD_RECLEVEL 0xb4
  145. #define ESS_CMD_SETFORMAT 0xb6
  146. #define ESS_CMD_SETFORMAT2 0xb7
  147. #define ESS_CMD_DMACONTROL 0xb8
  148. #define ESS_CMD_DMATYPE 0xb9
  149. #define ESS_CMD_OFFSETLEFT 0xba
  150. #define ESS_CMD_OFFSETRIGHT 0xbb
  151. #define ESS_CMD_READREG 0xc0
  152. #define ESS_CMD_ENABLEEXT 0xc6
  153. #define ESS_CMD_PAUSEDMA 0xd0
  154. #define ESS_CMD_ENABLEAUDIO1 0xd1
  155. #define ESS_CMD_STOPAUDIO1 0xd3
  156. #define ESS_CMD_AUDIO1STATUS 0xd8
  157. #define ESS_CMD_CONTDMA 0xd4
  158. #define ESS_CMD_TESTIRQ 0xf2
  159. #define ESS_RECSRC_MIC 0
  160. #define ESS_RECSRC_AUXACD 2
  161. #define ESS_RECSRC_AUXB 5
  162. #define ESS_RECSRC_LINE 6
  163. #define ESS_RECSRC_NONE 7
  164. #define DAC1 0x01
  165. #define ADC1 0x02
  166. #define DAC2 0x04
  167. /*
  168. */
  169. typedef struct _snd_es1938 es1938_t;
  170. #define SAVED_REG_SIZE 32 /* max. number of registers to save */
  171. struct _snd_es1938 {
  172. int irq;
  173. unsigned long io_port;
  174. unsigned long sb_port;
  175. unsigned long vc_port;
  176. unsigned long mpu_port;
  177. unsigned long game_port;
  178. unsigned long ddma_port;
  179. unsigned char irqmask;
  180. unsigned char revision;
  181. snd_kcontrol_t *hw_volume;
  182. snd_kcontrol_t *hw_switch;
  183. snd_kcontrol_t *master_volume;
  184. snd_kcontrol_t *master_switch;
  185. struct pci_dev *pci;
  186. snd_card_t *card;
  187. snd_pcm_t *pcm;
  188. snd_pcm_substream_t *capture_substream;
  189. snd_pcm_substream_t *playback1_substream;
  190. snd_pcm_substream_t *playback2_substream;
  191. snd_kmixer_t *mixer;
  192. snd_rawmidi_t *rmidi;
  193. unsigned int dma1_size;
  194. unsigned int dma2_size;
  195. unsigned int dma1_start;
  196. unsigned int dma2_start;
  197. unsigned int dma1_shift;
  198. unsigned int dma2_shift;
  199. unsigned int active;
  200. spinlock_t reg_lock;
  201. spinlock_t mixer_lock;
  202. snd_info_entry_t *proc_entry;
  203. #ifdef SUPPORT_JOYSTICK
  204. struct gameport *gameport;
  205. #endif
  206. #ifdef CONFIG_PM
  207. unsigned char saved_regs[SAVED_REG_SIZE];
  208. #endif
  209. };
  210. static irqreturn_t snd_es1938_interrupt(int irq, void *dev_id, struct pt_regs *regs);
  211. static struct pci_device_id snd_es1938_ids[] = {
  212. { 0x125d, 0x1969, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0, }, /* Solo-1 */
  213. { 0, }
  214. };
  215. MODULE_DEVICE_TABLE(pci, snd_es1938_ids);
  216. #define RESET_LOOP_TIMEOUT 0x10000
  217. #define WRITE_LOOP_TIMEOUT 0x10000
  218. #define GET_LOOP_TIMEOUT 0x01000
  219. #undef REG_DEBUG
  220. /* -----------------------------------------------------------------
  221. * Write to a mixer register
  222. * -----------------------------------------------------------------*/
  223. static void snd_es1938_mixer_write(es1938_t *chip, unsigned char reg, unsigned char val)
  224. {
  225. unsigned long flags;
  226. spin_lock_irqsave(&chip->mixer_lock, flags);
  227. outb(reg, SLSB_REG(chip, MIXERADDR));
  228. outb(val, SLSB_REG(chip, MIXERDATA));
  229. spin_unlock_irqrestore(&chip->mixer_lock, flags);
  230. #ifdef REG_DEBUG
  231. snd_printk("Mixer reg %02x set to %02x\n", reg, val);
  232. #endif
  233. }
  234. /* -----------------------------------------------------------------
  235. * Read from a mixer register
  236. * -----------------------------------------------------------------*/
  237. static int snd_es1938_mixer_read(es1938_t *chip, unsigned char reg)
  238. {
  239. int data;
  240. unsigned long flags;
  241. spin_lock_irqsave(&chip->mixer_lock, flags);
  242. outb(reg, SLSB_REG(chip, MIXERADDR));
  243. data = inb(SLSB_REG(chip, MIXERDATA));
  244. spin_unlock_irqrestore(&chip->mixer_lock, flags);
  245. #ifdef REG_DEBUG
  246. snd_printk("Mixer reg %02x now is %02x\n", reg, data);
  247. #endif
  248. return data;
  249. }
  250. /* -----------------------------------------------------------------
  251. * Write to some bits of a mixer register (return old value)
  252. * -----------------------------------------------------------------*/
  253. static int snd_es1938_mixer_bits(es1938_t *chip, unsigned char reg, unsigned char mask, unsigned char val)
  254. {
  255. unsigned long flags;
  256. unsigned char old, new, oval;
  257. spin_lock_irqsave(&chip->mixer_lock, flags);
  258. outb(reg, SLSB_REG(chip, MIXERADDR));
  259. old = inb(SLSB_REG(chip, MIXERDATA));
  260. oval = old & mask;
  261. if (val != oval) {
  262. new = (old & ~mask) | (val & mask);
  263. outb(new, SLSB_REG(chip, MIXERDATA));
  264. #ifdef REG_DEBUG
  265. snd_printk("Mixer reg %02x was %02x, set to %02x\n", reg, old, new);
  266. #endif
  267. }
  268. spin_unlock_irqrestore(&chip->mixer_lock, flags);
  269. return oval;
  270. }
  271. /* -----------------------------------------------------------------
  272. * Write command to Controller Registers
  273. * -----------------------------------------------------------------*/
  274. static void snd_es1938_write_cmd(es1938_t *chip, unsigned char cmd)
  275. {
  276. int i;
  277. unsigned char v;
  278. for (i = 0; i < WRITE_LOOP_TIMEOUT; i++) {
  279. if (!(v = inb(SLSB_REG(chip, READSTATUS)) & 0x80)) {
  280. outb(cmd, SLSB_REG(chip, WRITEDATA));
  281. return;
  282. }
  283. }
  284. printk("snd_es1938_write_cmd timeout (0x02%x/0x02%x)\n", cmd, v);
  285. }
  286. /* -----------------------------------------------------------------
  287. * Read the Read Data Buffer
  288. * -----------------------------------------------------------------*/
  289. static int snd_es1938_get_byte(es1938_t *chip)
  290. {
  291. int i;
  292. unsigned char v;
  293. for (i = GET_LOOP_TIMEOUT; i; i--)
  294. if ((v = inb(SLSB_REG(chip, STATUS))) & 0x80)
  295. return inb(SLSB_REG(chip, READDATA));
  296. snd_printk("get_byte timeout: status 0x02%x\n", v);
  297. return -ENODEV;
  298. }
  299. /* -----------------------------------------------------------------
  300. * Write value cmd register
  301. * -----------------------------------------------------------------*/
  302. static void snd_es1938_write(es1938_t *chip, unsigned char reg, unsigned char val)
  303. {
  304. unsigned long flags;
  305. spin_lock_irqsave(&chip->reg_lock, flags);
  306. snd_es1938_write_cmd(chip, reg);
  307. snd_es1938_write_cmd(chip, val);
  308. spin_unlock_irqrestore(&chip->reg_lock, flags);
  309. #ifdef REG_DEBUG
  310. snd_printk("Reg %02x set to %02x\n", reg, val);
  311. #endif
  312. }
  313. /* -----------------------------------------------------------------
  314. * Read data from cmd register and return it
  315. * -----------------------------------------------------------------*/
  316. static unsigned char snd_es1938_read(es1938_t *chip, unsigned char reg)
  317. {
  318. unsigned char val;
  319. unsigned long flags;
  320. spin_lock_irqsave(&chip->reg_lock, flags);
  321. snd_es1938_write_cmd(chip, ESS_CMD_READREG);
  322. snd_es1938_write_cmd(chip, reg);
  323. val = snd_es1938_get_byte(chip);
  324. spin_unlock_irqrestore(&chip->reg_lock, flags);
  325. #ifdef REG_DEBUG
  326. snd_printk("Reg %02x now is %02x\n", reg, val);
  327. #endif
  328. return val;
  329. }
  330. /* -----------------------------------------------------------------
  331. * Write data to cmd register and return old value
  332. * -----------------------------------------------------------------*/
  333. static int snd_es1938_bits(es1938_t *chip, unsigned char reg, unsigned char mask, unsigned char val)
  334. {
  335. unsigned long flags;
  336. unsigned char old, new, oval;
  337. spin_lock_irqsave(&chip->reg_lock, flags);
  338. snd_es1938_write_cmd(chip, ESS_CMD_READREG);
  339. snd_es1938_write_cmd(chip, reg);
  340. old = snd_es1938_get_byte(chip);
  341. oval = old & mask;
  342. if (val != oval) {
  343. snd_es1938_write_cmd(chip, reg);
  344. new = (old & ~mask) | (val & mask);
  345. snd_es1938_write_cmd(chip, new);
  346. #ifdef REG_DEBUG
  347. snd_printk("Reg %02x was %02x, set to %02x\n", reg, old, new);
  348. #endif
  349. }
  350. spin_unlock_irqrestore(&chip->reg_lock, flags);
  351. return oval;
  352. }
  353. /* --------------------------------------------------------------------
  354. * Reset the chip
  355. * --------------------------------------------------------------------*/
  356. static void snd_es1938_reset(es1938_t *chip)
  357. {
  358. int i;
  359. outb(3, SLSB_REG(chip, RESET));
  360. inb(SLSB_REG(chip, RESET));
  361. outb(0, SLSB_REG(chip, RESET));
  362. for (i = 0; i < RESET_LOOP_TIMEOUT; i++) {
  363. if (inb(SLSB_REG(chip, STATUS)) & 0x80) {
  364. if (inb(SLSB_REG(chip, READDATA)) == 0xaa)
  365. goto __next;
  366. }
  367. }
  368. snd_printk("ESS Solo-1 reset failed\n");
  369. __next:
  370. snd_es1938_write_cmd(chip, ESS_CMD_ENABLEEXT);
  371. /* Demand transfer DMA: 4 bytes per DMA request */
  372. snd_es1938_write(chip, ESS_CMD_DMATYPE, 2);
  373. /* Change behaviour of register A1
  374. 4x oversampling
  375. 2nd channel DAC asynchronous */
  376. snd_es1938_mixer_write(chip, ESSSB_IREG_AUDIO2MODE, 0x32);
  377. /* enable/select DMA channel and IRQ channel */
  378. snd_es1938_bits(chip, ESS_CMD_IRQCONTROL, 0xf0, 0x50);
  379. snd_es1938_bits(chip, ESS_CMD_DRQCONTROL, 0xf0, 0x50);
  380. snd_es1938_write_cmd(chip, ESS_CMD_ENABLEAUDIO1);
  381. /* Set spatializer parameters to recommended values */
  382. snd_es1938_mixer_write(chip, 0x54, 0x8f);
  383. snd_es1938_mixer_write(chip, 0x56, 0x95);
  384. snd_es1938_mixer_write(chip, 0x58, 0x94);
  385. snd_es1938_mixer_write(chip, 0x5a, 0x80);
  386. }
  387. /* --------------------------------------------------------------------
  388. * Reset the FIFOs
  389. * --------------------------------------------------------------------*/
  390. static void snd_es1938_reset_fifo(es1938_t *chip)
  391. {
  392. outb(2, SLSB_REG(chip, RESET));
  393. outb(0, SLSB_REG(chip, RESET));
  394. }
  395. static ratnum_t clocks[2] = {
  396. {
  397. .num = 793800,
  398. .den_min = 1,
  399. .den_max = 128,
  400. .den_step = 1,
  401. },
  402. {
  403. .num = 768000,
  404. .den_min = 1,
  405. .den_max = 128,
  406. .den_step = 1,
  407. }
  408. };
  409. static snd_pcm_hw_constraint_ratnums_t hw_constraints_clocks = {
  410. .nrats = 2,
  411. .rats = clocks,
  412. };
  413. static void snd_es1938_rate_set(es1938_t *chip,
  414. snd_pcm_substream_t *substream,
  415. int mode)
  416. {
  417. unsigned int bits, div0;
  418. snd_pcm_runtime_t *runtime = substream->runtime;
  419. if (runtime->rate_num == clocks[0].num)
  420. bits = 128 - runtime->rate_den;
  421. else
  422. bits = 256 - runtime->rate_den;
  423. /* set filter register */
  424. div0 = 256 - 7160000*20/(8*82*runtime->rate);
  425. if (mode == DAC2) {
  426. snd_es1938_mixer_write(chip, 0x70, bits);
  427. snd_es1938_mixer_write(chip, 0x72, div0);
  428. } else {
  429. snd_es1938_write(chip, 0xA1, bits);
  430. snd_es1938_write(chip, 0xA2, div0);
  431. }
  432. }
  433. /* --------------------------------------------------------------------
  434. * Configure Solo1 builtin DMA Controller
  435. * --------------------------------------------------------------------*/
  436. static void snd_es1938_playback1_setdma(es1938_t *chip)
  437. {
  438. outb(0x00, SLIO_REG(chip, AUDIO2MODE));
  439. outl(chip->dma2_start, SLIO_REG(chip, AUDIO2DMAADDR));
  440. outw(0, SLIO_REG(chip, AUDIO2DMACOUNT));
  441. outw(chip->dma2_size, SLIO_REG(chip, AUDIO2DMACOUNT));
  442. }
  443. static void snd_es1938_playback2_setdma(es1938_t *chip)
  444. {
  445. /* Enable DMA controller */
  446. outb(0xc4, SLDM_REG(chip, DMACOMMAND));
  447. /* 1. Master reset */
  448. outb(0, SLDM_REG(chip, DMACLEAR));
  449. /* 2. Mask DMA */
  450. outb(1, SLDM_REG(chip, DMAMASK));
  451. outb(0x18, SLDM_REG(chip, DMAMODE));
  452. outl(chip->dma1_start, SLDM_REG(chip, DMAADDR));
  453. outw(chip->dma1_size - 1, SLDM_REG(chip, DMACOUNT));
  454. /* 3. Unmask DMA */
  455. outb(0, SLDM_REG(chip, DMAMASK));
  456. }
  457. static void snd_es1938_capture_setdma(es1938_t *chip)
  458. {
  459. /* Enable DMA controller */
  460. outb(0xc4, SLDM_REG(chip, DMACOMMAND));
  461. /* 1. Master reset */
  462. outb(0, SLDM_REG(chip, DMACLEAR));
  463. /* 2. Mask DMA */
  464. outb(1, SLDM_REG(chip, DMAMASK));
  465. outb(0x14, SLDM_REG(chip, DMAMODE));
  466. outl(chip->dma1_start, SLDM_REG(chip, DMAADDR));
  467. outw(chip->dma1_size - 1, SLDM_REG(chip, DMACOUNT));
  468. /* 3. Unmask DMA */
  469. outb(0, SLDM_REG(chip, DMAMASK));
  470. }
  471. /* ----------------------------------------------------------------------
  472. *
  473. * *** PCM part ***
  474. */
  475. static int snd_es1938_capture_trigger(snd_pcm_substream_t * substream,
  476. int cmd)
  477. {
  478. es1938_t *chip = snd_pcm_substream_chip(substream);
  479. int val;
  480. switch (cmd) {
  481. case SNDRV_PCM_TRIGGER_START:
  482. val = 0x0f;
  483. chip->active |= ADC1;
  484. break;
  485. case SNDRV_PCM_TRIGGER_STOP:
  486. val = 0x00;
  487. chip->active &= ~ADC1;
  488. break;
  489. default:
  490. return -EINVAL;
  491. }
  492. snd_es1938_write(chip, ESS_CMD_DMACONTROL, val);
  493. return 0;
  494. }
  495. static int snd_es1938_playback1_trigger(snd_pcm_substream_t * substream,
  496. int cmd)
  497. {
  498. es1938_t *chip = snd_pcm_substream_chip(substream);
  499. switch (cmd) {
  500. case SNDRV_PCM_TRIGGER_START:
  501. /* According to the documentation this should be:
  502. 0x13 but that value may randomly swap stereo channels */
  503. snd_es1938_mixer_write(chip, ESSSB_IREG_AUDIO2CONTROL1, 0x92);
  504. udelay(10);
  505. snd_es1938_mixer_write(chip, ESSSB_IREG_AUDIO2CONTROL1, 0x93);
  506. /* This two stage init gives the FIFO -> DAC connection time to
  507. * settle before first data from DMA flows in. This should ensure
  508. * no swapping of stereo channels. Report a bug if otherwise :-) */
  509. outb(0x0a, SLIO_REG(chip, AUDIO2MODE));
  510. chip->active |= DAC2;
  511. break;
  512. case SNDRV_PCM_TRIGGER_STOP:
  513. outb(0, SLIO_REG(chip, AUDIO2MODE));
  514. snd_es1938_mixer_write(chip, ESSSB_IREG_AUDIO2CONTROL1, 0);
  515. chip->active &= ~DAC2;
  516. break;
  517. default:
  518. return -EINVAL;
  519. }
  520. return 0;
  521. }
  522. static int snd_es1938_playback2_trigger(snd_pcm_substream_t * substream,
  523. int cmd)
  524. {
  525. es1938_t *chip = snd_pcm_substream_chip(substream);
  526. int val;
  527. switch (cmd) {
  528. case SNDRV_PCM_TRIGGER_START:
  529. val = 5;
  530. chip->active |= DAC1;
  531. break;
  532. case SNDRV_PCM_TRIGGER_STOP:
  533. val = 0;
  534. chip->active &= ~DAC1;
  535. break;
  536. default:
  537. return -EINVAL;
  538. }
  539. snd_es1938_write(chip, ESS_CMD_DMACONTROL, val);
  540. return 0;
  541. }
  542. static int snd_es1938_playback_trigger(snd_pcm_substream_t *substream,
  543. int cmd)
  544. {
  545. switch (substream->number) {
  546. case 0:
  547. return snd_es1938_playback1_trigger(substream, cmd);
  548. case 1:
  549. return snd_es1938_playback2_trigger(substream, cmd);
  550. }
  551. snd_BUG();
  552. return -EINVAL;
  553. }
  554. /* --------------------------------------------------------------------
  555. * First channel for Extended Mode Audio 1 ADC Operation
  556. * --------------------------------------------------------------------*/
  557. static int snd_es1938_capture_prepare(snd_pcm_substream_t * substream)
  558. {
  559. es1938_t *chip = snd_pcm_substream_chip(substream);
  560. snd_pcm_runtime_t *runtime = substream->runtime;
  561. int u, is8, mono;
  562. unsigned int size = snd_pcm_lib_buffer_bytes(substream);
  563. unsigned int count = snd_pcm_lib_period_bytes(substream);
  564. chip->dma1_size = size;
  565. chip->dma1_start = runtime->dma_addr;
  566. mono = (runtime->channels > 1) ? 0 : 1;
  567. is8 = snd_pcm_format_width(runtime->format) == 16 ? 0 : 1;
  568. u = snd_pcm_format_unsigned(runtime->format);
  569. chip->dma1_shift = 2 - mono - is8;
  570. snd_es1938_reset_fifo(chip);
  571. /* program type */
  572. snd_es1938_bits(chip, ESS_CMD_ANALOGCONTROL, 0x03, (mono ? 2 : 1));
  573. /* set clock and counters */
  574. snd_es1938_rate_set(chip, substream, ADC1);
  575. count = 0x10000 - count;
  576. snd_es1938_write(chip, ESS_CMD_DMACNTRELOADL, count & 0xff);
  577. snd_es1938_write(chip, ESS_CMD_DMACNTRELOADH, count >> 8);
  578. /* initialize and configure ADC */
  579. snd_es1938_write(chip, ESS_CMD_SETFORMAT2, u ? 0x51 : 0x71);
  580. snd_es1938_write(chip, ESS_CMD_SETFORMAT2, 0x90 |
  581. (u ? 0x00 : 0x20) |
  582. (is8 ? 0x00 : 0x04) |
  583. (mono ? 0x40 : 0x08));
  584. // snd_es1938_reset_fifo(chip);
  585. /* 11. configure system interrupt controller and DMA controller */
  586. snd_es1938_capture_setdma(chip);
  587. return 0;
  588. }
  589. /* ------------------------------------------------------------------------------
  590. * Second Audio channel DAC Operation
  591. * ------------------------------------------------------------------------------*/
  592. static int snd_es1938_playback1_prepare(snd_pcm_substream_t * substream)
  593. {
  594. es1938_t *chip = snd_pcm_substream_chip(substream);
  595. snd_pcm_runtime_t *runtime = substream->runtime;
  596. int u, is8, mono;
  597. unsigned int size = snd_pcm_lib_buffer_bytes(substream);
  598. unsigned int count = snd_pcm_lib_period_bytes(substream);
  599. chip->dma2_size = size;
  600. chip->dma2_start = runtime->dma_addr;
  601. mono = (runtime->channels > 1) ? 0 : 1;
  602. is8 = snd_pcm_format_width(runtime->format) == 16 ? 0 : 1;
  603. u = snd_pcm_format_unsigned(runtime->format);
  604. chip->dma2_shift = 2 - mono - is8;
  605. snd_es1938_reset_fifo(chip);
  606. /* set clock and counters */
  607. snd_es1938_rate_set(chip, substream, DAC2);
  608. count >>= 1;
  609. count = 0x10000 - count;
  610. snd_es1938_mixer_write(chip, ESSSB_IREG_AUDIO2TCOUNTL, count & 0xff);
  611. snd_es1938_mixer_write(chip, ESSSB_IREG_AUDIO2TCOUNTH, count >> 8);
  612. /* initialize and configure Audio 2 DAC */
  613. snd_es1938_mixer_write(chip, ESSSB_IREG_AUDIO2CONTROL2, 0x40 | (u ? 0 : 4) | (mono ? 0 : 2) | (is8 ? 0 : 1));
  614. /* program DMA */
  615. snd_es1938_playback1_setdma(chip);
  616. return 0;
  617. }
  618. static int snd_es1938_playback2_prepare(snd_pcm_substream_t * substream)
  619. {
  620. es1938_t *chip = snd_pcm_substream_chip(substream);
  621. snd_pcm_runtime_t *runtime = substream->runtime;
  622. int u, is8, mono;
  623. unsigned int size = snd_pcm_lib_buffer_bytes(substream);
  624. unsigned int count = snd_pcm_lib_period_bytes(substream);
  625. chip->dma1_size = size;
  626. chip->dma1_start = runtime->dma_addr;
  627. mono = (runtime->channels > 1) ? 0 : 1;
  628. is8 = snd_pcm_format_width(runtime->format) == 16 ? 0 : 1;
  629. u = snd_pcm_format_unsigned(runtime->format);
  630. chip->dma1_shift = 2 - mono - is8;
  631. count = 0x10000 - count;
  632. /* reset */
  633. snd_es1938_reset_fifo(chip);
  634. snd_es1938_bits(chip, ESS_CMD_ANALOGCONTROL, 0x03, (mono ? 2 : 1));
  635. /* set clock and counters */
  636. snd_es1938_rate_set(chip, substream, DAC1);
  637. snd_es1938_write(chip, ESS_CMD_DMACNTRELOADL, count & 0xff);
  638. snd_es1938_write(chip, ESS_CMD_DMACNTRELOADH, count >> 8);
  639. /* initialized and configure DAC */
  640. snd_es1938_write(chip, ESS_CMD_SETFORMAT, u ? 0x80 : 0x00);
  641. snd_es1938_write(chip, ESS_CMD_SETFORMAT, u ? 0x51 : 0x71);
  642. snd_es1938_write(chip, ESS_CMD_SETFORMAT2,
  643. 0x90 | (mono ? 0x40 : 0x08) |
  644. (is8 ? 0x00 : 0x04) | (u ? 0x00 : 0x20));
  645. /* program DMA */
  646. snd_es1938_playback2_setdma(chip);
  647. return 0;
  648. }
  649. static int snd_es1938_playback_prepare(snd_pcm_substream_t *substream)
  650. {
  651. switch (substream->number) {
  652. case 0:
  653. return snd_es1938_playback1_prepare(substream);
  654. case 1:
  655. return snd_es1938_playback2_prepare(substream);
  656. }
  657. snd_BUG();
  658. return -EINVAL;
  659. }
  660. static snd_pcm_uframes_t snd_es1938_capture_pointer(snd_pcm_substream_t * substream)
  661. {
  662. es1938_t *chip = snd_pcm_substream_chip(substream);
  663. size_t ptr;
  664. size_t old, new;
  665. #if 1
  666. /* This stuff is *needed*, don't ask why - AB */
  667. old = inw(SLDM_REG(chip, DMACOUNT));
  668. while ((new = inw(SLDM_REG(chip, DMACOUNT))) != old)
  669. old = new;
  670. ptr = chip->dma1_size - 1 - new;
  671. #else
  672. ptr = inl(SLDM_REG(chip, DMAADDR)) - chip->dma1_start;
  673. #endif
  674. return ptr >> chip->dma1_shift;
  675. }
  676. static snd_pcm_uframes_t snd_es1938_playback1_pointer(snd_pcm_substream_t * substream)
  677. {
  678. es1938_t *chip = snd_pcm_substream_chip(substream);
  679. size_t ptr;
  680. #if 1
  681. ptr = chip->dma2_size - inw(SLIO_REG(chip, AUDIO2DMACOUNT));
  682. #else
  683. ptr = inl(SLIO_REG(chip, AUDIO2DMAADDR)) - chip->dma2_start;
  684. #endif
  685. return ptr >> chip->dma2_shift;
  686. }
  687. static snd_pcm_uframes_t snd_es1938_playback2_pointer(snd_pcm_substream_t * substream)
  688. {
  689. es1938_t *chip = snd_pcm_substream_chip(substream);
  690. size_t ptr;
  691. size_t old, new;
  692. #if 1
  693. /* This stuff is *needed*, don't ask why - AB */
  694. old = inw(SLDM_REG(chip, DMACOUNT));
  695. while ((new = inw(SLDM_REG(chip, DMACOUNT))) != old)
  696. old = new;
  697. ptr = chip->dma1_size - 1 - new;
  698. #else
  699. ptr = inl(SLDM_REG(chip, DMAADDR)) - chip->dma1_start;
  700. #endif
  701. return ptr >> chip->dma1_shift;
  702. }
  703. static snd_pcm_uframes_t snd_es1938_playback_pointer(snd_pcm_substream_t *substream)
  704. {
  705. switch (substream->number) {
  706. case 0:
  707. return snd_es1938_playback1_pointer(substream);
  708. case 1:
  709. return snd_es1938_playback2_pointer(substream);
  710. }
  711. snd_BUG();
  712. return -EINVAL;
  713. }
  714. static int snd_es1938_capture_copy(snd_pcm_substream_t *substream,
  715. int channel,
  716. snd_pcm_uframes_t pos,
  717. void __user *dst,
  718. snd_pcm_uframes_t count)
  719. {
  720. snd_pcm_runtime_t *runtime = substream->runtime;
  721. es1938_t *chip = snd_pcm_substream_chip(substream);
  722. pos <<= chip->dma1_shift;
  723. count <<= chip->dma1_shift;
  724. snd_assert(pos + count <= chip->dma1_size, return -EINVAL);
  725. if (pos + count < chip->dma1_size) {
  726. if (copy_to_user(dst, runtime->dma_area + pos + 1, count))
  727. return -EFAULT;
  728. } else {
  729. if (copy_to_user(dst, runtime->dma_area + pos + 1, count - 1))
  730. return -EFAULT;
  731. if (put_user(runtime->dma_area[0], ((unsigned char __user *)dst) + count - 1))
  732. return -EFAULT;
  733. }
  734. return 0;
  735. }
  736. /*
  737. * buffer management
  738. */
  739. static int snd_es1938_pcm_hw_params(snd_pcm_substream_t *substream,
  740. snd_pcm_hw_params_t * hw_params)
  741. {
  742. int err;
  743. if ((err = snd_pcm_lib_malloc_pages(substream, params_buffer_bytes(hw_params))) < 0)
  744. return err;
  745. return 0;
  746. }
  747. static int snd_es1938_pcm_hw_free(snd_pcm_substream_t *substream)
  748. {
  749. return snd_pcm_lib_free_pages(substream);
  750. }
  751. /* ----------------------------------------------------------------------
  752. * Audio1 Capture (ADC)
  753. * ----------------------------------------------------------------------*/
  754. static snd_pcm_hardware_t snd_es1938_capture =
  755. {
  756. .info = (SNDRV_PCM_INFO_INTERLEAVED |
  757. SNDRV_PCM_INFO_BLOCK_TRANSFER),
  758. .formats = SNDRV_PCM_FMTBIT_U8 | SNDRV_PCM_FMTBIT_S16_LE | SNDRV_PCM_FMTBIT_S8 | SNDRV_PCM_FMTBIT_U16_LE,
  759. .rates = SNDRV_PCM_RATE_CONTINUOUS | SNDRV_PCM_RATE_8000_48000,
  760. .rate_min = 6000,
  761. .rate_max = 48000,
  762. .channels_min = 1,
  763. .channels_max = 2,
  764. .buffer_bytes_max = 0x8000, /* DMA controller screws on higher values */
  765. .period_bytes_min = 64,
  766. .period_bytes_max = 0x8000,
  767. .periods_min = 1,
  768. .periods_max = 1024,
  769. .fifo_size = 256,
  770. };
  771. /* -----------------------------------------------------------------------
  772. * Audio2 Playback (DAC)
  773. * -----------------------------------------------------------------------*/
  774. static snd_pcm_hardware_t snd_es1938_playback =
  775. {
  776. .info = (SNDRV_PCM_INFO_MMAP | SNDRV_PCM_INFO_INTERLEAVED |
  777. SNDRV_PCM_INFO_BLOCK_TRANSFER |
  778. SNDRV_PCM_INFO_MMAP_VALID),
  779. .formats = SNDRV_PCM_FMTBIT_U8 | SNDRV_PCM_FMTBIT_S16_LE | SNDRV_PCM_FMTBIT_S8 | SNDRV_PCM_FMTBIT_U16_LE,
  780. .rates = SNDRV_PCM_RATE_CONTINUOUS | SNDRV_PCM_RATE_8000_48000,
  781. .rate_min = 6000,
  782. .rate_max = 48000,
  783. .channels_min = 1,
  784. .channels_max = 2,
  785. .buffer_bytes_max = 0x8000, /* DMA controller screws on higher values */
  786. .period_bytes_min = 64,
  787. .period_bytes_max = 0x8000,
  788. .periods_min = 1,
  789. .periods_max = 1024,
  790. .fifo_size = 256,
  791. };
  792. static int snd_es1938_capture_open(snd_pcm_substream_t * substream)
  793. {
  794. es1938_t *chip = snd_pcm_substream_chip(substream);
  795. snd_pcm_runtime_t *runtime = substream->runtime;
  796. if (chip->playback2_substream)
  797. return -EAGAIN;
  798. chip->capture_substream = substream;
  799. runtime->hw = snd_es1938_capture;
  800. snd_pcm_hw_constraint_ratnums(runtime, 0, SNDRV_PCM_HW_PARAM_RATE,
  801. &hw_constraints_clocks);
  802. snd_pcm_hw_constraint_minmax(runtime, SNDRV_PCM_HW_PARAM_BUFFER_BYTES, 0, 0xff00);
  803. return 0;
  804. }
  805. static int snd_es1938_playback_open(snd_pcm_substream_t * substream)
  806. {
  807. es1938_t *chip = snd_pcm_substream_chip(substream);
  808. snd_pcm_runtime_t *runtime = substream->runtime;
  809. switch (substream->number) {
  810. case 0:
  811. chip->playback1_substream = substream;
  812. break;
  813. case 1:
  814. if (chip->capture_substream)
  815. return -EAGAIN;
  816. chip->playback2_substream = substream;
  817. break;
  818. default:
  819. snd_BUG();
  820. return -EINVAL;
  821. }
  822. runtime->hw = snd_es1938_playback;
  823. snd_pcm_hw_constraint_ratnums(runtime, 0, SNDRV_PCM_HW_PARAM_RATE,
  824. &hw_constraints_clocks);
  825. snd_pcm_hw_constraint_minmax(runtime, SNDRV_PCM_HW_PARAM_BUFFER_BYTES, 0, 0xff00);
  826. return 0;
  827. }
  828. static int snd_es1938_capture_close(snd_pcm_substream_t * substream)
  829. {
  830. es1938_t *chip = snd_pcm_substream_chip(substream);
  831. chip->capture_substream = NULL;
  832. return 0;
  833. }
  834. static int snd_es1938_playback_close(snd_pcm_substream_t * substream)
  835. {
  836. es1938_t *chip = snd_pcm_substream_chip(substream);
  837. switch (substream->number) {
  838. case 0:
  839. chip->playback1_substream = NULL;
  840. break;
  841. case 1:
  842. chip->playback2_substream = NULL;
  843. break;
  844. default:
  845. snd_BUG();
  846. return -EINVAL;
  847. }
  848. return 0;
  849. }
  850. static snd_pcm_ops_t snd_es1938_playback_ops = {
  851. .open = snd_es1938_playback_open,
  852. .close = snd_es1938_playback_close,
  853. .ioctl = snd_pcm_lib_ioctl,
  854. .hw_params = snd_es1938_pcm_hw_params,
  855. .hw_free = snd_es1938_pcm_hw_free,
  856. .prepare = snd_es1938_playback_prepare,
  857. .trigger = snd_es1938_playback_trigger,
  858. .pointer = snd_es1938_playback_pointer,
  859. };
  860. static snd_pcm_ops_t snd_es1938_capture_ops = {
  861. .open = snd_es1938_capture_open,
  862. .close = snd_es1938_capture_close,
  863. .ioctl = snd_pcm_lib_ioctl,
  864. .hw_params = snd_es1938_pcm_hw_params,
  865. .hw_free = snd_es1938_pcm_hw_free,
  866. .prepare = snd_es1938_capture_prepare,
  867. .trigger = snd_es1938_capture_trigger,
  868. .pointer = snd_es1938_capture_pointer,
  869. .copy = snd_es1938_capture_copy,
  870. };
  871. static void snd_es1938_free_pcm(snd_pcm_t *pcm)
  872. {
  873. snd_pcm_lib_preallocate_free_for_all(pcm);
  874. }
  875. static int __devinit snd_es1938_new_pcm(es1938_t *chip, int device)
  876. {
  877. snd_pcm_t *pcm;
  878. int err;
  879. if ((err = snd_pcm_new(chip->card, "es-1938-1946", device, 2, 1, &pcm)) < 0)
  880. return err;
  881. snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_PLAYBACK, &snd_es1938_playback_ops);
  882. snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_CAPTURE, &snd_es1938_capture_ops);
  883. pcm->private_data = chip;
  884. pcm->private_free = snd_es1938_free_pcm;
  885. pcm->info_flags = 0;
  886. strcpy(pcm->name, "ESS Solo-1");
  887. snd_pcm_lib_preallocate_pages_for_all(pcm, SNDRV_DMA_TYPE_DEV,
  888. snd_dma_pci_data(chip->pci), 64*1024, 64*1024);
  889. chip->pcm = pcm;
  890. return 0;
  891. }
  892. /* -------------------------------------------------------------------
  893. *
  894. * *** Mixer part ***
  895. */
  896. static int snd_es1938_info_mux(snd_kcontrol_t *kcontrol, snd_ctl_elem_info_t * uinfo)
  897. {
  898. static char *texts[8] = {
  899. "Mic", "Mic Master", "CD", "AOUT",
  900. "Mic1", "Mix", "Line", "Master"
  901. };
  902. uinfo->type = SNDRV_CTL_ELEM_TYPE_ENUMERATED;
  903. uinfo->count = 1;
  904. uinfo->value.enumerated.items = 8;
  905. if (uinfo->value.enumerated.item > 7)
  906. uinfo->value.enumerated.item = 7;
  907. strcpy(uinfo->value.enumerated.name, texts[uinfo->value.enumerated.item]);
  908. return 0;
  909. }
  910. static int snd_es1938_get_mux(snd_kcontrol_t * kcontrol, snd_ctl_elem_value_t * ucontrol)
  911. {
  912. es1938_t *chip = snd_kcontrol_chip(kcontrol);
  913. ucontrol->value.enumerated.item[0] = snd_es1938_mixer_read(chip, 0x1c) & 0x07;
  914. return 0;
  915. }
  916. static int snd_es1938_put_mux(snd_kcontrol_t * kcontrol, snd_ctl_elem_value_t * ucontrol)
  917. {
  918. es1938_t *chip = snd_kcontrol_chip(kcontrol);
  919. unsigned char val = ucontrol->value.enumerated.item[0];
  920. if (val > 7)
  921. return -EINVAL;
  922. return snd_es1938_mixer_bits(chip, 0x1c, 0x07, val) != val;
  923. }
  924. static int snd_es1938_info_spatializer_enable(snd_kcontrol_t *kcontrol, snd_ctl_elem_info_t * uinfo)
  925. {
  926. uinfo->type = SNDRV_CTL_ELEM_TYPE_BOOLEAN;
  927. uinfo->count = 1;
  928. uinfo->value.integer.min = 0;
  929. uinfo->value.integer.max = 1;
  930. return 0;
  931. }
  932. static int snd_es1938_get_spatializer_enable(snd_kcontrol_t * kcontrol, snd_ctl_elem_value_t * ucontrol)
  933. {
  934. es1938_t *chip = snd_kcontrol_chip(kcontrol);
  935. unsigned char val = snd_es1938_mixer_read(chip, 0x50);
  936. ucontrol->value.integer.value[0] = !!(val & 8);
  937. return 0;
  938. }
  939. static int snd_es1938_put_spatializer_enable(snd_kcontrol_t * kcontrol, snd_ctl_elem_value_t * ucontrol)
  940. {
  941. es1938_t *chip = snd_kcontrol_chip(kcontrol);
  942. unsigned char oval, nval;
  943. int change;
  944. nval = ucontrol->value.integer.value[0] ? 0x0c : 0x04;
  945. oval = snd_es1938_mixer_read(chip, 0x50) & 0x0c;
  946. change = nval != oval;
  947. if (change) {
  948. snd_es1938_mixer_write(chip, 0x50, nval & ~0x04);
  949. snd_es1938_mixer_write(chip, 0x50, nval);
  950. }
  951. return change;
  952. }
  953. static int snd_es1938_info_hw_volume(snd_kcontrol_t *kcontrol, snd_ctl_elem_info_t * uinfo)
  954. {
  955. uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
  956. uinfo->count = 2;
  957. uinfo->value.integer.min = 0;
  958. uinfo->value.integer.max = 63;
  959. return 0;
  960. }
  961. static int snd_es1938_get_hw_volume(snd_kcontrol_t * kcontrol, snd_ctl_elem_value_t * ucontrol)
  962. {
  963. es1938_t *chip = snd_kcontrol_chip(kcontrol);
  964. ucontrol->value.integer.value[0] = snd_es1938_mixer_read(chip, 0x61) & 0x3f;
  965. ucontrol->value.integer.value[1] = snd_es1938_mixer_read(chip, 0x63) & 0x3f;
  966. return 0;
  967. }
  968. static int snd_es1938_info_hw_switch(snd_kcontrol_t *kcontrol, snd_ctl_elem_info_t * uinfo)
  969. {
  970. uinfo->type = SNDRV_CTL_ELEM_TYPE_BOOLEAN;
  971. uinfo->count = 2;
  972. uinfo->value.integer.min = 0;
  973. uinfo->value.integer.max = 1;
  974. return 0;
  975. }
  976. static int snd_es1938_get_hw_switch(snd_kcontrol_t * kcontrol, snd_ctl_elem_value_t * ucontrol)
  977. {
  978. es1938_t *chip = snd_kcontrol_chip(kcontrol);
  979. ucontrol->value.integer.value[0] = !(snd_es1938_mixer_read(chip, 0x61) & 0x40);
  980. ucontrol->value.integer.value[1] = !(snd_es1938_mixer_read(chip, 0x63) & 0x40);
  981. return 0;
  982. }
  983. static void snd_es1938_hwv_free(snd_kcontrol_t *kcontrol)
  984. {
  985. es1938_t *chip = snd_kcontrol_chip(kcontrol);
  986. chip->master_volume = NULL;
  987. chip->master_switch = NULL;
  988. chip->hw_volume = NULL;
  989. chip->hw_switch = NULL;
  990. }
  991. static int snd_es1938_reg_bits(es1938_t *chip, unsigned char reg,
  992. unsigned char mask, unsigned char val)
  993. {
  994. if (reg < 0xa0)
  995. return snd_es1938_mixer_bits(chip, reg, mask, val);
  996. else
  997. return snd_es1938_bits(chip, reg, mask, val);
  998. }
  999. static int snd_es1938_reg_read(es1938_t *chip, unsigned char reg)
  1000. {
  1001. if (reg < 0xa0)
  1002. return snd_es1938_mixer_read(chip, reg);
  1003. else
  1004. return snd_es1938_read(chip, reg);
  1005. }
  1006. #define ES1938_SINGLE(xname, xindex, reg, shift, mask, invert) \
  1007. { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, .index = xindex, \
  1008. .info = snd_es1938_info_single, \
  1009. .get = snd_es1938_get_single, .put = snd_es1938_put_single, \
  1010. .private_value = reg | (shift << 8) | (mask << 16) | (invert << 24) }
  1011. static int snd_es1938_info_single(snd_kcontrol_t *kcontrol, snd_ctl_elem_info_t * uinfo)
  1012. {
  1013. int mask = (kcontrol->private_value >> 16) & 0xff;
  1014. uinfo->type = mask == 1 ? SNDRV_CTL_ELEM_TYPE_BOOLEAN : SNDRV_CTL_ELEM_TYPE_INTEGER;
  1015. uinfo->count = 1;
  1016. uinfo->value.integer.min = 0;
  1017. uinfo->value.integer.max = mask;
  1018. return 0;
  1019. }
  1020. static int snd_es1938_get_single(snd_kcontrol_t * kcontrol, snd_ctl_elem_value_t * ucontrol)
  1021. {
  1022. es1938_t *chip = snd_kcontrol_chip(kcontrol);
  1023. int reg = kcontrol->private_value & 0xff;
  1024. int shift = (kcontrol->private_value >> 8) & 0xff;
  1025. int mask = (kcontrol->private_value >> 16) & 0xff;
  1026. int invert = (kcontrol->private_value >> 24) & 0xff;
  1027. int val;
  1028. val = snd_es1938_reg_read(chip, reg);
  1029. ucontrol->value.integer.value[0] = (val >> shift) & mask;
  1030. if (invert)
  1031. ucontrol->value.integer.value[0] = mask - ucontrol->value.integer.value[0];
  1032. return 0;
  1033. }
  1034. static int snd_es1938_put_single(snd_kcontrol_t * kcontrol, snd_ctl_elem_value_t * ucontrol)
  1035. {
  1036. es1938_t *chip = snd_kcontrol_chip(kcontrol);
  1037. int reg = kcontrol->private_value & 0xff;
  1038. int shift = (kcontrol->private_value >> 8) & 0xff;
  1039. int mask = (kcontrol->private_value >> 16) & 0xff;
  1040. int invert = (kcontrol->private_value >> 24) & 0xff;
  1041. unsigned char val;
  1042. val = (ucontrol->value.integer.value[0] & mask);
  1043. if (invert)
  1044. val = mask - val;
  1045. mask <<= shift;
  1046. val <<= shift;
  1047. return snd_es1938_reg_bits(chip, reg, mask, val) != val;
  1048. }
  1049. #define ES1938_DOUBLE(xname, xindex, left_reg, right_reg, shift_left, shift_right, mask, invert) \
  1050. { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, .index = xindex, \
  1051. .info = snd_es1938_info_double, \
  1052. .get = snd_es1938_get_double, .put = snd_es1938_put_double, \
  1053. .private_value = left_reg | (right_reg << 8) | (shift_left << 16) | (shift_right << 19) | (mask << 24) | (invert << 22) }
  1054. static int snd_es1938_info_double(snd_kcontrol_t *kcontrol, snd_ctl_elem_info_t * uinfo)
  1055. {
  1056. int mask = (kcontrol->private_value >> 24) & 0xff;
  1057. uinfo->type = mask == 1 ? SNDRV_CTL_ELEM_TYPE_BOOLEAN : SNDRV_CTL_ELEM_TYPE_INTEGER;
  1058. uinfo->count = 2;
  1059. uinfo->value.integer.min = 0;
  1060. uinfo->value.integer.max = mask;
  1061. return 0;
  1062. }
  1063. static int snd_es1938_get_double(snd_kcontrol_t * kcontrol, snd_ctl_elem_value_t * ucontrol)
  1064. {
  1065. es1938_t *chip = snd_kcontrol_chip(kcontrol);
  1066. int left_reg = kcontrol->private_value & 0xff;
  1067. int right_reg = (kcontrol->private_value >> 8) & 0xff;
  1068. int shift_left = (kcontrol->private_value >> 16) & 0x07;
  1069. int shift_right = (kcontrol->private_value >> 19) & 0x07;
  1070. int mask = (kcontrol->private_value >> 24) & 0xff;
  1071. int invert = (kcontrol->private_value >> 22) & 1;
  1072. unsigned char left, right;
  1073. left = snd_es1938_reg_read(chip, left_reg);
  1074. if (left_reg != right_reg)
  1075. right = snd_es1938_reg_read(chip, right_reg);
  1076. else
  1077. right = left;
  1078. ucontrol->value.integer.value[0] = (left >> shift_left) & mask;
  1079. ucontrol->value.integer.value[1] = (right >> shift_right) & mask;
  1080. if (invert) {
  1081. ucontrol->value.integer.value[0] = mask - ucontrol->value.integer.value[0];
  1082. ucontrol->value.integer.value[1] = mask - ucontrol->value.integer.value[1];
  1083. }
  1084. return 0;
  1085. }
  1086. static int snd_es1938_put_double(snd_kcontrol_t * kcontrol, snd_ctl_elem_value_t * ucontrol)
  1087. {
  1088. es1938_t *chip = snd_kcontrol_chip(kcontrol);
  1089. int left_reg = kcontrol->private_value & 0xff;
  1090. int right_reg = (kcontrol->private_value >> 8) & 0xff;
  1091. int shift_left = (kcontrol->private_value >> 16) & 0x07;
  1092. int shift_right = (kcontrol->private_value >> 19) & 0x07;
  1093. int mask = (kcontrol->private_value >> 24) & 0xff;
  1094. int invert = (kcontrol->private_value >> 22) & 1;
  1095. int change;
  1096. unsigned char val1, val2, mask1, mask2;
  1097. val1 = ucontrol->value.integer.value[0] & mask;
  1098. val2 = ucontrol->value.integer.value[1] & mask;
  1099. if (invert) {
  1100. val1 = mask - val1;
  1101. val2 = mask - val2;
  1102. }
  1103. val1 <<= shift_left;
  1104. val2 <<= shift_right;
  1105. mask1 = mask << shift_left;
  1106. mask2 = mask << shift_right;
  1107. if (left_reg != right_reg) {
  1108. change = 0;
  1109. if (snd_es1938_reg_bits(chip, left_reg, mask1, val1) != val1)
  1110. change = 1;
  1111. if (snd_es1938_reg_bits(chip, right_reg, mask2, val2) != val2)
  1112. change = 1;
  1113. } else {
  1114. change = (snd_es1938_reg_bits(chip, left_reg, mask1 | mask2,
  1115. val1 | val2) != (val1 | val2));
  1116. }
  1117. return change;
  1118. }
  1119. static snd_kcontrol_new_t snd_es1938_controls[] = {
  1120. ES1938_DOUBLE("Master Playback Volume", 0, 0x60, 0x62, 0, 0, 63, 0),
  1121. ES1938_DOUBLE("Master Playback Switch", 0, 0x60, 0x62, 6, 6, 1, 1),
  1122. {
  1123. .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
  1124. .name = "Hardware Master Playback Volume",
  1125. .access = SNDRV_CTL_ELEM_ACCESS_READ,
  1126. .info = snd_es1938_info_hw_volume,
  1127. .get = snd_es1938_get_hw_volume,
  1128. },
  1129. {
  1130. .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
  1131. .name = "Hardware Master Playback Switch",
  1132. .access = SNDRV_CTL_ELEM_ACCESS_READ,
  1133. .info = snd_es1938_info_hw_switch,
  1134. .get = snd_es1938_get_hw_switch,
  1135. },
  1136. ES1938_SINGLE("Hardware Volume Split", 0, 0x64, 7, 1, 0),
  1137. ES1938_DOUBLE("Line Playback Volume", 0, 0x3e, 0x3e, 4, 0, 15, 0),
  1138. ES1938_DOUBLE("CD Playback Volume", 0, 0x38, 0x38, 4, 0, 15, 0),
  1139. ES1938_DOUBLE("FM Playback Volume", 0, 0x36, 0x36, 4, 0, 15, 0),
  1140. ES1938_DOUBLE("Mono Playback Volume", 0, 0x6d, 0x6d, 4, 0, 15, 0),
  1141. ES1938_DOUBLE("Mic Playback Volume", 0, 0x1a, 0x1a, 4, 0, 15, 0),
  1142. ES1938_DOUBLE("Aux Playback Volume", 0, 0x3a, 0x3a, 4, 0, 15, 0),
  1143. ES1938_DOUBLE("Capture Volume", 0, 0xb4, 0xb4, 4, 0, 15, 0),
  1144. ES1938_SINGLE("PC Speaker Volume", 0, 0x3c, 0, 7, 0),
  1145. ES1938_SINGLE("Record Monitor", 0, 0xa8, 3, 1, 0),
  1146. ES1938_SINGLE("Capture Switch", 0, 0x1c, 4, 1, 1),
  1147. {
  1148. .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
  1149. .name = "Capture Source",
  1150. .info = snd_es1938_info_mux,
  1151. .get = snd_es1938_get_mux,
  1152. .put = snd_es1938_put_mux,
  1153. },
  1154. ES1938_DOUBLE("Mono Input Playback Volume", 0, 0x6d, 0x6d, 4, 0, 15, 0),
  1155. ES1938_DOUBLE("PCM Capture Volume", 0, 0x69, 0x69, 4, 0, 15, 0),
  1156. ES1938_DOUBLE("Mic Capture Volume", 0, 0x68, 0x68, 4, 0, 15, 0),
  1157. ES1938_DOUBLE("Line Capture Volume", 0, 0x6e, 0x6e, 4, 0, 15, 0),
  1158. ES1938_DOUBLE("FM Capture Volume", 0, 0x6b, 0x6b, 4, 0, 15, 0),
  1159. ES1938_DOUBLE("Mono Capture Volume", 0, 0x6f, 0x6f, 4, 0, 15, 0),
  1160. ES1938_DOUBLE("CD Capture Volume", 0, 0x6a, 0x6a, 4, 0, 15, 0),
  1161. ES1938_DOUBLE("Aux Capture Volume", 0, 0x6c, 0x6c, 4, 0, 15, 0),
  1162. ES1938_DOUBLE("PCM Playback Volume", 0, 0x7c, 0x7c, 4, 0, 15, 0),
  1163. ES1938_DOUBLE("PCM Playback Volume", 1, 0x14, 0x14, 4, 0, 15, 0),
  1164. ES1938_SINGLE("3D Control - Level", 0, 0x52, 0, 63, 0),
  1165. {
  1166. .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
  1167. .name = "3D Control - Switch",
  1168. .info = snd_es1938_info_spatializer_enable,
  1169. .get = snd_es1938_get_spatializer_enable,
  1170. .put = snd_es1938_put_spatializer_enable,
  1171. },
  1172. ES1938_SINGLE("Mic Boost (+26dB)", 0, 0x7d, 3, 1, 0)
  1173. };
  1174. /* ---------------------------------------------------------------------------- */
  1175. /* ---------------------------------------------------------------------------- */
  1176. /*
  1177. * initialize the chip - used by resume callback, too
  1178. */
  1179. static void snd_es1938_chip_init(es1938_t *chip)
  1180. {
  1181. /* reset chip */
  1182. snd_es1938_reset(chip);
  1183. /* configure native mode */
  1184. /* enable bus master */
  1185. pci_set_master(chip->pci);
  1186. /* disable legacy audio */
  1187. pci_write_config_word(chip->pci, SL_PCI_LEGACYCONTROL, 0x805f);
  1188. /* set DDMA base */
  1189. pci_write_config_word(chip->pci, SL_PCI_DDMACONTROL, chip->ddma_port | 1);
  1190. /* set DMA/IRQ policy */
  1191. pci_write_config_dword(chip->pci, SL_PCI_CONFIG, 0);
  1192. /* enable Audio 1, Audio 2, MPU401 IRQ and HW volume IRQ*/
  1193. outb(0xf0, SLIO_REG(chip, IRQCONTROL));
  1194. /* reset DMA */
  1195. outb(0, SLDM_REG(chip, DMACLEAR));
  1196. }
  1197. #ifdef CONFIG_PM
  1198. /*
  1199. * PM support
  1200. */
  1201. static unsigned char saved_regs[SAVED_REG_SIZE+1] = {
  1202. 0x14, 0x1a, 0x1c, 0x3a, 0x3c, 0x3e, 0x36, 0x38,
  1203. 0x50, 0x52, 0x60, 0x61, 0x62, 0x63, 0x64, 0x68,
  1204. 0x69, 0x6a, 0x6b, 0x6d, 0x6e, 0x6f, 0x7c, 0x7d,
  1205. 0xa8, 0xb4,
  1206. };
  1207. static int es1938_suspend(snd_card_t *card, pm_message_t state)
  1208. {
  1209. es1938_t *chip = card->pm_private_data;
  1210. unsigned char *s, *d;
  1211. snd_pcm_suspend_all(chip->pcm);
  1212. /* save mixer-related registers */
  1213. for (s = saved_regs, d = chip->saved_regs; *s; s++, d++)
  1214. *d = snd_es1938_reg_read(chip, *s);
  1215. outb(0x00, SLIO_REG(chip, IRQCONTROL)); /* disable irqs */
  1216. pci_disable_device(chip->pci);
  1217. return 0;
  1218. }
  1219. static int es1938_resume(snd_card_t *card)
  1220. {
  1221. es1938_t *chip = card->pm_private_data;
  1222. unsigned char *s, *d;
  1223. pci_enable_device(chip->pci);
  1224. snd_es1938_chip_init(chip);
  1225. /* restore mixer-related registers */
  1226. for (s = saved_regs, d = chip->saved_regs; *s; s++, d++) {
  1227. if (*s < 0xa0)
  1228. snd_es1938_mixer_write(chip, *s, *d);
  1229. else
  1230. snd_es1938_write(chip, *s, *d);
  1231. }
  1232. return 0;
  1233. }
  1234. #endif /* CONFIG_PM */
  1235. #ifdef SUPPORT_JOYSTICK
  1236. static int __devinit snd_es1938_create_gameport(es1938_t *chip)
  1237. {
  1238. struct gameport *gp;
  1239. chip->gameport = gp = gameport_allocate_port();
  1240. if (!gp) {
  1241. printk(KERN_ERR "es1938: cannot allocate memory for gameport\n");
  1242. return -ENOMEM;
  1243. }
  1244. gameport_set_name(gp, "ES1938");
  1245. gameport_set_phys(gp, "pci%s/gameport0", pci_name(chip->pci));
  1246. gameport_set_dev_parent(gp, &chip->pci->dev);
  1247. gp->io = chip->game_port;
  1248. gameport_register_port(gp);
  1249. return 0;
  1250. }
  1251. static void snd_es1938_free_gameport(es1938_t *chip)
  1252. {
  1253. if (chip->gameport) {
  1254. gameport_unregister_port(chip->gameport);
  1255. chip->gameport = NULL;
  1256. }
  1257. }
  1258. #else
  1259. static inline int snd_es1938_create_gameport(es1938_t *chip) { return -ENOSYS; }
  1260. static inline void snd_es1938_free_gameport(es1938_t *chip) { }
  1261. #endif /* SUPPORT_JOYSTICK */
  1262. static int snd_es1938_free(es1938_t *chip)
  1263. {
  1264. /* disable irqs */
  1265. outb(0x00, SLIO_REG(chip, IRQCONTROL));
  1266. if (chip->rmidi)
  1267. snd_es1938_mixer_bits(chip, ESSSB_IREG_MPU401CONTROL, 0x40, 0);
  1268. snd_es1938_free_gameport(chip);
  1269. if (chip->irq >= 0)
  1270. free_irq(chip->irq, (void *)chip);
  1271. pci_release_regions(chip->pci);
  1272. pci_disable_device(chip->pci);
  1273. kfree(chip);
  1274. return 0;
  1275. }
  1276. static int snd_es1938_dev_free(snd_device_t *device)
  1277. {
  1278. es1938_t *chip = device->device_data;
  1279. return snd_es1938_free(chip);
  1280. }
  1281. static int __devinit snd_es1938_create(snd_card_t * card,
  1282. struct pci_dev * pci,
  1283. es1938_t ** rchip)
  1284. {
  1285. es1938_t *chip;
  1286. int err;
  1287. static snd_device_ops_t ops = {
  1288. .dev_free = snd_es1938_dev_free,
  1289. };
  1290. *rchip = NULL;
  1291. /* enable PCI device */
  1292. if ((err = pci_enable_device(pci)) < 0)
  1293. return err;
  1294. /* check, if we can restrict PCI DMA transfers to 24 bits */
  1295. if (pci_set_dma_mask(pci, 0x00ffffff) < 0 ||
  1296. pci_set_consistent_dma_mask(pci, 0x00ffffff) < 0) {
  1297. snd_printk("architecture does not support 24bit PCI busmaster DMA\n");
  1298. pci_disable_device(pci);
  1299. return -ENXIO;
  1300. }
  1301. chip = kzalloc(sizeof(*chip), GFP_KERNEL);
  1302. if (chip == NULL) {
  1303. pci_disable_device(pci);
  1304. return -ENOMEM;
  1305. }
  1306. spin_lock_init(&chip->reg_lock);
  1307. spin_lock_init(&chip->mixer_lock);
  1308. chip->card = card;
  1309. chip->pci = pci;
  1310. if ((err = pci_request_regions(pci, "ESS Solo-1")) < 0) {
  1311. kfree(chip);
  1312. pci_disable_device(pci);
  1313. return err;
  1314. }
  1315. chip->io_port = pci_resource_start(pci, 0);
  1316. chip->sb_port = pci_resource_start(pci, 1);
  1317. chip->vc_port = pci_resource_start(pci, 2);
  1318. chip->mpu_port = pci_resource_start(pci, 3);
  1319. chip->game_port = pci_resource_start(pci, 4);
  1320. if (request_irq(pci->irq, snd_es1938_interrupt, SA_INTERRUPT|SA_SHIRQ, "ES1938", (void *)chip)) {
  1321. snd_printk("unable to grab IRQ %d\n", pci->irq);
  1322. snd_es1938_free(chip);
  1323. return -EBUSY;
  1324. }
  1325. chip->irq = pci->irq;
  1326. #ifdef ES1938_DDEBUG
  1327. snd_printk("create: io: 0x%lx, sb: 0x%lx, vc: 0x%lx, mpu: 0x%lx, game: 0x%lx\n",
  1328. chip->io_port, chip->sb_port, chip->vc_port, chip->mpu_port, chip->game_port);
  1329. #endif
  1330. chip->ddma_port = chip->vc_port + 0x00; /* fix from Thomas Sailer */
  1331. snd_es1938_chip_init(chip);
  1332. snd_card_set_pm_callback(card, es1938_suspend, es1938_resume, chip);
  1333. if ((err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops)) < 0) {
  1334. snd_es1938_free(chip);
  1335. return err;
  1336. }
  1337. snd_card_set_dev(card, &pci->dev);
  1338. *rchip = chip;
  1339. return 0;
  1340. }
  1341. /* --------------------------------------------------------------------
  1342. * Interrupt handler
  1343. * -------------------------------------------------------------------- */
  1344. static irqreturn_t snd_es1938_interrupt(int irq, void *dev_id, struct pt_regs *regs)
  1345. {
  1346. es1938_t *chip = dev_id;
  1347. unsigned char status, audiostatus;
  1348. int handled = 0;
  1349. status = inb(SLIO_REG(chip, IRQCONTROL));
  1350. #if 0
  1351. printk("Es1938debug - interrupt status: =0x%x\n", status);
  1352. #endif
  1353. /* AUDIO 1 */
  1354. if (status & 0x10) {
  1355. #if 0
  1356. printk("Es1938debug - AUDIO channel 1 interrupt\n");
  1357. printk("Es1938debug - AUDIO channel 1 DMAC DMA count: %u\n", inw(SLDM_REG(chip, DMACOUNT)));
  1358. printk("Es1938debug - AUDIO channel 1 DMAC DMA base: %u\n", inl(SLDM_REG(chip, DMAADDR)));
  1359. printk("Es1938debug - AUDIO channel 1 DMAC DMA status: 0x%x\n", inl(SLDM_REG(chip, DMASTATUS)));
  1360. #endif
  1361. /* clear irq */
  1362. handled = 1;
  1363. audiostatus = inb(SLSB_REG(chip, STATUS));
  1364. if (chip->active & ADC1)
  1365. snd_pcm_period_elapsed(chip->capture_substream);
  1366. else if (chip->active & DAC1)
  1367. snd_pcm_period_elapsed(chip->playback2_substream);
  1368. }
  1369. /* AUDIO 2 */
  1370. if (status & 0x20) {
  1371. #if 0
  1372. printk("Es1938debug - AUDIO channel 2 interrupt\n");
  1373. printk("Es1938debug - AUDIO channel 2 DMAC DMA count: %u\n", inw(SLIO_REG(chip, AUDIO2DMACOUNT)));
  1374. printk("Es1938debug - AUDIO channel 2 DMAC DMA base: %u\n", inl(SLIO_REG(chip, AUDIO2DMAADDR)));
  1375. #endif
  1376. /* clear irq */
  1377. handled = 1;
  1378. snd_es1938_mixer_bits(chip, ESSSB_IREG_AUDIO2CONTROL2, 0x80, 0);
  1379. if (chip->active & DAC2)
  1380. snd_pcm_period_elapsed(chip->playback1_substream);
  1381. }
  1382. /* Hardware volume */
  1383. if (status & 0x40) {
  1384. int split = snd_es1938_mixer_read(chip, 0x64) & 0x80;
  1385. handled = 1;
  1386. snd_ctl_notify(chip->card, SNDRV_CTL_EVENT_MASK_VALUE, &chip->hw_switch->id);
  1387. snd_ctl_notify(chip->card, SNDRV_CTL_EVENT_MASK_VALUE, &chip->hw_volume->id);
  1388. if (!split) {
  1389. snd_ctl_notify(chip->card, SNDRV_CTL_EVENT_MASK_VALUE, &chip->master_switch->id);
  1390. snd_ctl_notify(chip->card, SNDRV_CTL_EVENT_MASK_VALUE, &chip->master_volume->id);
  1391. }
  1392. /* ack interrupt */
  1393. snd_es1938_mixer_write(chip, 0x66, 0x00);
  1394. }
  1395. /* MPU401 */
  1396. if (status & 0x80) {
  1397. // the following line is evil! It switches off MIDI interrupt handling after the first interrupt received.
  1398. // replacing the last 0 by 0x40 works for ESS-Solo1, but just doing nothing works as well!
  1399. // andreas@flying-snail.de
  1400. // snd_es1938_mixer_bits(chip, ESSSB_IREG_MPU401CONTROL, 0x40, 0); /* ack? */
  1401. if (chip->rmidi) {
  1402. handled = 1;
  1403. snd_mpu401_uart_interrupt(irq, chip->rmidi->private_data, regs);
  1404. }
  1405. }
  1406. return IRQ_RETVAL(handled);
  1407. }
  1408. #define ES1938_DMA_SIZE 64
  1409. static int __devinit snd_es1938_mixer(es1938_t *chip)
  1410. {
  1411. snd_card_t *card;
  1412. unsigned int idx;
  1413. int err;
  1414. card = chip->card;
  1415. strcpy(card->mixername, "ESS Solo-1");
  1416. for (idx = 0; idx < ARRAY_SIZE(snd_es1938_controls); idx++) {
  1417. snd_kcontrol_t *kctl;
  1418. kctl = snd_ctl_new1(&snd_es1938_controls[idx], chip);
  1419. switch (idx) {
  1420. case 0:
  1421. chip->master_volume = kctl;
  1422. kctl->private_free = snd_es1938_hwv_free;
  1423. break;
  1424. case 1:
  1425. chip->master_switch = kctl;
  1426. kctl->private_free = snd_es1938_hwv_free;
  1427. break;
  1428. case 2:
  1429. chip->hw_volume = kctl;
  1430. kctl->private_free = snd_es1938_hwv_free;
  1431. break;
  1432. case 3:
  1433. chip->hw_switch = kctl;
  1434. kctl->private_free = snd_es1938_hwv_free;
  1435. break;
  1436. }
  1437. if ((err = snd_ctl_add(card, kctl)) < 0)
  1438. return err;
  1439. }
  1440. return 0;
  1441. }
  1442. static int __devinit snd_es1938_probe(struct pci_dev *pci,
  1443. const struct pci_device_id *pci_id)
  1444. {
  1445. static int dev;
  1446. snd_card_t *card;
  1447. es1938_t *chip;
  1448. opl3_t *opl3;
  1449. int idx, err;
  1450. if (dev >= SNDRV_CARDS)
  1451. return -ENODEV;
  1452. if (!enable[dev]) {
  1453. dev++;
  1454. return -ENOENT;
  1455. }
  1456. card = snd_card_new(index[dev], id[dev], THIS_MODULE, 0);
  1457. if (card == NULL)
  1458. return -ENOMEM;
  1459. for (idx = 0; idx < 5; idx++) {
  1460. if (pci_resource_start(pci, idx) == 0 ||
  1461. !(pci_resource_flags(pci, idx) & IORESOURCE_IO)) {
  1462. snd_card_free(card);
  1463. return -ENODEV;
  1464. }
  1465. }
  1466. if ((err = snd_es1938_create(card, pci, &chip)) < 0) {
  1467. snd_card_free(card);
  1468. return err;
  1469. }
  1470. strcpy(card->driver, "ES1938");
  1471. strcpy(card->shortname, "ESS ES1938 (Solo-1)");
  1472. sprintf(card->longname, "%s rev %i, irq %i",
  1473. card->shortname,
  1474. chip->revision,
  1475. chip->irq);
  1476. if ((err = snd_es1938_new_pcm(chip, 0)) < 0) {
  1477. snd_card_free(card);
  1478. return err;
  1479. }
  1480. if ((err = snd_es1938_mixer(chip)) < 0) {
  1481. snd_card_free(card);
  1482. return err;
  1483. }
  1484. if (snd_opl3_create(card,
  1485. SLSB_REG(chip, FMLOWADDR),
  1486. SLSB_REG(chip, FMHIGHADDR),
  1487. OPL3_HW_OPL3, 1, &opl3) < 0) {
  1488. printk(KERN_ERR "es1938: OPL3 not detected at 0x%lx\n",
  1489. SLSB_REG(chip, FMLOWADDR));
  1490. } else {
  1491. if ((err = snd_opl3_timer_new(opl3, 0, 1)) < 0) {
  1492. snd_card_free(card);
  1493. return err;
  1494. }
  1495. if ((err = snd_opl3_hwdep_new(opl3, 0, 1, NULL)) < 0) {
  1496. snd_card_free(card);
  1497. return err;
  1498. }
  1499. }
  1500. if (snd_mpu401_uart_new(card, 0, MPU401_HW_MPU401,
  1501. chip->mpu_port, 1, chip->irq, 0, &chip->rmidi) < 0) {
  1502. printk(KERN_ERR "es1938: unable to initialize MPU-401\n");
  1503. } else {
  1504. // this line is vital for MIDI interrupt handling on ess-solo1
  1505. // andreas@flying-snail.de
  1506. snd_es1938_mixer_bits(chip, ESSSB_IREG_MPU401CONTROL, 0x40, 0x40);
  1507. }
  1508. snd_es1938_create_gameport(chip);
  1509. if ((err = snd_card_register(card)) < 0) {
  1510. snd_card_free(card);
  1511. return err;
  1512. }
  1513. pci_set_drvdata(pci, card);
  1514. dev++;
  1515. return 0;
  1516. }
  1517. static void __devexit snd_es1938_remove(struct pci_dev *pci)
  1518. {
  1519. snd_card_free(pci_get_drvdata(pci));
  1520. pci_set_drvdata(pci, NULL);
  1521. }
  1522. static struct pci_driver driver = {
  1523. .name = "ESS ES1938 (Solo-1)",
  1524. .owner = THIS_MODULE,
  1525. .id_table = snd_es1938_ids,
  1526. .probe = snd_es1938_probe,
  1527. .remove = __devexit_p(snd_es1938_remove),
  1528. SND_PCI_PM_CALLBACKS
  1529. };
  1530. static int __init alsa_card_es1938_init(void)
  1531. {
  1532. return pci_register_driver(&driver);
  1533. }
  1534. static void __exit alsa_card_es1938_exit(void)
  1535. {
  1536. pci_unregister_driver(&driver);
  1537. }
  1538. module_init(alsa_card_es1938_init)
  1539. module_exit(alsa_card_es1938_exit)