emu10k1.c 8.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289
  1. /*
  2. * The driver for the EMU10K1 (SB Live!) based soundcards
  3. * Copyright (c) by Jaroslav Kysela <perex@perex.cz>
  4. *
  5. * Copyright (c) by James Courtier-Dutton <James@superbug.demon.co.uk>
  6. * Added support for Audigy 2 Value.
  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. */
  25. #include <linux/init.h>
  26. #include <linux/pci.h>
  27. #include <linux/time.h>
  28. #include <linux/moduleparam.h>
  29. #include <sound/core.h>
  30. #include <sound/emu10k1.h>
  31. #include <sound/initval.h>
  32. MODULE_AUTHOR("Jaroslav Kysela <perex@perex.cz>");
  33. MODULE_DESCRIPTION("EMU10K1");
  34. MODULE_LICENSE("GPL");
  35. MODULE_SUPPORTED_DEVICE("{{Creative Labs,SB Live!/PCI512/E-mu APS},"
  36. "{Creative Labs,SB Audigy}}");
  37. #if defined(CONFIG_SND_SEQUENCER) || (defined(MODULE) && defined(CONFIG_SND_SEQUENCER_MODULE))
  38. #define ENABLE_SYNTH
  39. #include <sound/emu10k1_synth.h>
  40. #endif
  41. static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX; /* Index 0-MAX */
  42. static char *id[SNDRV_CARDS] = SNDRV_DEFAULT_STR; /* ID for this card */
  43. static int enable[SNDRV_CARDS] = SNDRV_DEFAULT_ENABLE_PNP; /* Enable this card */
  44. static int extin[SNDRV_CARDS];
  45. static int extout[SNDRV_CARDS];
  46. static int seq_ports[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = 4};
  47. static int max_synth_voices[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = 64};
  48. static int max_buffer_size[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = 128};
  49. static int enable_ir[SNDRV_CARDS];
  50. static uint subsystem[SNDRV_CARDS]; /* Force card subsystem model */
  51. static uint delay_pcm_irq[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = 2};
  52. module_param_array(index, int, NULL, 0444);
  53. MODULE_PARM_DESC(index, "Index value for the EMU10K1 soundcard.");
  54. module_param_array(id, charp, NULL, 0444);
  55. MODULE_PARM_DESC(id, "ID string for the EMU10K1 soundcard.");
  56. module_param_array(enable, bool, NULL, 0444);
  57. MODULE_PARM_DESC(enable, "Enable the EMU10K1 soundcard.");
  58. module_param_array(extin, int, NULL, 0444);
  59. MODULE_PARM_DESC(extin, "Available external inputs for FX8010. Zero=default.");
  60. module_param_array(extout, int, NULL, 0444);
  61. MODULE_PARM_DESC(extout, "Available external outputs for FX8010. Zero=default.");
  62. module_param_array(seq_ports, int, NULL, 0444);
  63. MODULE_PARM_DESC(seq_ports, "Allocated sequencer ports for internal synthesizer.");
  64. module_param_array(max_synth_voices, int, NULL, 0444);
  65. MODULE_PARM_DESC(max_synth_voices, "Maximum number of voices for WaveTable.");
  66. module_param_array(max_buffer_size, int, NULL, 0444);
  67. MODULE_PARM_DESC(max_buffer_size, "Maximum sample buffer size in MB.");
  68. module_param_array(enable_ir, bool, NULL, 0444);
  69. MODULE_PARM_DESC(enable_ir, "Enable IR.");
  70. module_param_array(subsystem, uint, NULL, 0444);
  71. MODULE_PARM_DESC(subsystem, "Force card subsystem model.");
  72. module_param_array(delay_pcm_irq, uint, NULL, 0444);
  73. MODULE_PARM_DESC(delay_pcm_irq, "Delay PCM interrupt by specified number of samples (default 0).");
  74. /*
  75. * Class 0401: 1102:0008 (rev 00) Subsystem: 1102:1001 -> Audigy2 Value Model:SB0400
  76. */
  77. static DEFINE_PCI_DEVICE_TABLE(snd_emu10k1_ids) = {
  78. { PCI_VDEVICE(CREATIVE, 0x0002), 0 }, /* EMU10K1 */
  79. { PCI_VDEVICE(CREATIVE, 0x0004), 1 }, /* Audigy */
  80. { PCI_VDEVICE(CREATIVE, 0x0008), 1 }, /* Audigy 2 Value SB0400 */
  81. { 0, }
  82. };
  83. /*
  84. * Audigy 2 Value notes:
  85. * A_IOCFG Input (GPIO)
  86. * 0x400 = Front analog jack plugged in. (Green socket)
  87. * 0x1000 = Read analog jack plugged in. (Black socket)
  88. * 0x2000 = Center/LFE analog jack plugged in. (Orange socket)
  89. * A_IOCFG Output (GPIO)
  90. * 0x60 = Sound out of front Left.
  91. * Win sets it to 0xXX61
  92. */
  93. MODULE_DEVICE_TABLE(pci, snd_emu10k1_ids);
  94. static int __devinit snd_card_emu10k1_probe(struct pci_dev *pci,
  95. const struct pci_device_id *pci_id)
  96. {
  97. static int dev;
  98. struct snd_card *card;
  99. struct snd_emu10k1 *emu;
  100. #ifdef ENABLE_SYNTH
  101. struct snd_seq_device *wave = NULL;
  102. #endif
  103. int err;
  104. if (dev >= SNDRV_CARDS)
  105. return -ENODEV;
  106. if (!enable[dev]) {
  107. dev++;
  108. return -ENOENT;
  109. }
  110. err = snd_card_create(index[dev], id[dev], THIS_MODULE, 0, &card);
  111. if (err < 0)
  112. return err;
  113. if (max_buffer_size[dev] < 32)
  114. max_buffer_size[dev] = 32;
  115. else if (max_buffer_size[dev] > 1024)
  116. max_buffer_size[dev] = 1024;
  117. if ((err = snd_emu10k1_create(card, pci, extin[dev], extout[dev],
  118. (long)max_buffer_size[dev] * 1024 * 1024,
  119. enable_ir[dev], subsystem[dev],
  120. &emu)) < 0)
  121. goto error;
  122. card->private_data = emu;
  123. emu->delay_pcm_irq = delay_pcm_irq[dev] & 0x1f;
  124. if ((err = snd_emu10k1_pcm(emu, 0, NULL)) < 0)
  125. goto error;
  126. if ((err = snd_emu10k1_pcm_mic(emu, 1, NULL)) < 0)
  127. goto error;
  128. if ((err = snd_emu10k1_pcm_efx(emu, 2, NULL)) < 0)
  129. goto error;
  130. /* This stores the periods table. */
  131. if (emu->card_capabilities->ca0151_chip) { /* P16V */
  132. if ((err = snd_dma_alloc_pages(SNDRV_DMA_TYPE_DEV, snd_dma_pci_data(pci),
  133. 1024, &emu->p16v_buffer)) < 0)
  134. goto error;
  135. }
  136. if ((err = snd_emu10k1_mixer(emu, 0, 3)) < 0)
  137. goto error;
  138. if ((err = snd_emu10k1_timer(emu, 0)) < 0)
  139. goto error;
  140. if ((err = snd_emu10k1_pcm_multi(emu, 3, NULL)) < 0)
  141. goto error;
  142. if (emu->card_capabilities->ca0151_chip) { /* P16V */
  143. if ((err = snd_p16v_pcm(emu, 4, NULL)) < 0)
  144. goto error;
  145. }
  146. if (emu->audigy) {
  147. if ((err = snd_emu10k1_audigy_midi(emu)) < 0)
  148. goto error;
  149. } else {
  150. if ((err = snd_emu10k1_midi(emu)) < 0)
  151. goto error;
  152. }
  153. if ((err = snd_emu10k1_fx8010_new(emu, 0, NULL)) < 0)
  154. goto error;
  155. #ifdef ENABLE_SYNTH
  156. if (snd_seq_device_new(card, 1, SNDRV_SEQ_DEV_ID_EMU10K1_SYNTH,
  157. sizeof(struct snd_emu10k1_synth_arg), &wave) < 0 ||
  158. wave == NULL) {
  159. snd_printk(KERN_WARNING "can't initialize Emu10k1 wavetable synth\n");
  160. } else {
  161. struct snd_emu10k1_synth_arg *arg;
  162. arg = SNDRV_SEQ_DEVICE_ARGPTR(wave);
  163. strcpy(wave->name, "Emu-10k1 Synth");
  164. arg->hwptr = emu;
  165. arg->index = 1;
  166. arg->seq_ports = seq_ports[dev];
  167. arg->max_voices = max_synth_voices[dev];
  168. }
  169. #endif
  170. strcpy(card->driver, emu->card_capabilities->driver);
  171. strcpy(card->shortname, emu->card_capabilities->name);
  172. snprintf(card->longname, sizeof(card->longname),
  173. "%s (rev.%d, serial:0x%x) at 0x%lx, irq %i",
  174. card->shortname, emu->revision, emu->serial, emu->port, emu->irq);
  175. if ((err = snd_card_register(card)) < 0)
  176. goto error;
  177. pci_set_drvdata(pci, card);
  178. dev++;
  179. return 0;
  180. error:
  181. snd_card_free(card);
  182. return err;
  183. }
  184. static void __devexit snd_card_emu10k1_remove(struct pci_dev *pci)
  185. {
  186. snd_card_free(pci_get_drvdata(pci));
  187. pci_set_drvdata(pci, NULL);
  188. }
  189. #ifdef CONFIG_PM
  190. static int snd_emu10k1_suspend(struct pci_dev *pci, pm_message_t state)
  191. {
  192. struct snd_card *card = pci_get_drvdata(pci);
  193. struct snd_emu10k1 *emu = card->private_data;
  194. snd_power_change_state(card, SNDRV_CTL_POWER_D3hot);
  195. snd_pcm_suspend_all(emu->pcm);
  196. snd_pcm_suspend_all(emu->pcm_mic);
  197. snd_pcm_suspend_all(emu->pcm_efx);
  198. snd_pcm_suspend_all(emu->pcm_multi);
  199. snd_pcm_suspend_all(emu->pcm_p16v);
  200. snd_ac97_suspend(emu->ac97);
  201. snd_emu10k1_efx_suspend(emu);
  202. snd_emu10k1_suspend_regs(emu);
  203. if (emu->card_capabilities->ca0151_chip)
  204. snd_p16v_suspend(emu);
  205. snd_emu10k1_done(emu);
  206. pci_disable_device(pci);
  207. pci_save_state(pci);
  208. pci_set_power_state(pci, pci_choose_state(pci, state));
  209. return 0;
  210. }
  211. static int snd_emu10k1_resume(struct pci_dev *pci)
  212. {
  213. struct snd_card *card = pci_get_drvdata(pci);
  214. struct snd_emu10k1 *emu = card->private_data;
  215. pci_set_power_state(pci, PCI_D0);
  216. pci_restore_state(pci);
  217. if (pci_enable_device(pci) < 0) {
  218. printk(KERN_ERR "emu10k1: pci_enable_device failed, "
  219. "disabling device\n");
  220. snd_card_disconnect(card);
  221. return -EIO;
  222. }
  223. pci_set_master(pci);
  224. snd_emu10k1_resume_init(emu);
  225. snd_emu10k1_efx_resume(emu);
  226. snd_ac97_resume(emu->ac97);
  227. snd_emu10k1_resume_regs(emu);
  228. if (emu->card_capabilities->ca0151_chip)
  229. snd_p16v_resume(emu);
  230. snd_power_change_state(card, SNDRV_CTL_POWER_D0);
  231. return 0;
  232. }
  233. #endif
  234. static struct pci_driver driver = {
  235. .name = "EMU10K1_Audigy",
  236. .id_table = snd_emu10k1_ids,
  237. .probe = snd_card_emu10k1_probe,
  238. .remove = __devexit_p(snd_card_emu10k1_remove),
  239. #ifdef CONFIG_PM
  240. .suspend = snd_emu10k1_suspend,
  241. .resume = snd_emu10k1_resume,
  242. #endif
  243. };
  244. static int __init alsa_card_emu10k1_init(void)
  245. {
  246. return pci_register_driver(&driver);
  247. }
  248. static void __exit alsa_card_emu10k1_exit(void)
  249. {
  250. pci_unregister_driver(&driver);
  251. }
  252. module_init(alsa_card_emu10k1_init)
  253. module_exit(alsa_card_emu10k1_exit)