emu10k1.c 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242
  1. /*
  2. * The driver for the EMU10K1 (SB Live!) based soundcards
  3. * Copyright (c) by Jaroslav Kysela <perex@suse.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 <sound/driver.h>
  26. #include <linux/init.h>
  27. #include <linux/pci.h>
  28. #include <linux/time.h>
  29. #include <linux/moduleparam.h>
  30. #include <sound/core.h>
  31. #include <sound/emu10k1.h>
  32. #include <sound/initval.h>
  33. MODULE_AUTHOR("Jaroslav Kysela <perex@suse.cz>");
  34. MODULE_DESCRIPTION("EMU10K1");
  35. MODULE_LICENSE("GPL");
  36. MODULE_SUPPORTED_DEVICE("{{Creative Labs,SB Live!/PCI512/E-mu APS},"
  37. "{Creative Labs,SB Audigy}}");
  38. #if defined(CONFIG_SND_SEQUENCER) || (defined(MODULE) && defined(CONFIG_SND_SEQUENCER_MODULE))
  39. #define ENABLE_SYNTH
  40. #include <sound/emu10k1_synth.h>
  41. #endif
  42. static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX; /* Index 0-MAX */
  43. static char *id[SNDRV_CARDS] = SNDRV_DEFAULT_STR; /* ID for this card */
  44. static int enable[SNDRV_CARDS] = SNDRV_DEFAULT_ENABLE_PNP; /* Enable this card */
  45. static int extin[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = 0};
  46. static int extout[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = 0};
  47. static int seq_ports[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = 4};
  48. static int max_synth_voices[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = 64};
  49. static int max_buffer_size[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = 128};
  50. static int enable_ir[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = 0};
  51. static uint subsystem[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = 0}; /* Force card subsystem model */
  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. /*
  73. * Class 0401: 1102:0008 (rev 00) Subsystem: 1102:1001 -> Audigy2 Value Model:SB0400
  74. */
  75. static struct pci_device_id snd_emu10k1_ids[] = {
  76. { 0x1102, 0x0002, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0 }, /* EMU10K1 */
  77. { 0x1102, 0x0004, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 1 }, /* Audigy */
  78. { 0x1102, 0x0008, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 1 }, /* Audigy 2 Value SB0400 */
  79. { 0, }
  80. };
  81. /*
  82. * Audigy 2 Value notes:
  83. * A_IOCFG Input (GPIO)
  84. * 0x400 = Front analog jack plugged in. (Green socket)
  85. * 0x1000 = Read analog jack plugged in. (Black socket)
  86. * 0x2000 = Center/LFE analog jack plugged in. (Orange socket)
  87. * A_IOCFG Output (GPIO)
  88. * 0x60 = Sound out of front Left.
  89. * Win sets it to 0xXX61
  90. */
  91. MODULE_DEVICE_TABLE(pci, snd_emu10k1_ids);
  92. static int __devinit snd_card_emu10k1_probe(struct pci_dev *pci,
  93. const struct pci_device_id *pci_id)
  94. {
  95. static int dev;
  96. snd_card_t *card;
  97. emu10k1_t *emu;
  98. #ifdef ENABLE_SYNTH
  99. snd_seq_device_t *wave = NULL;
  100. #endif
  101. int err;
  102. if (dev >= SNDRV_CARDS)
  103. return -ENODEV;
  104. if (!enable[dev]) {
  105. dev++;
  106. return -ENOENT;
  107. }
  108. card = snd_card_new(index[dev], id[dev], THIS_MODULE, 0);
  109. if (card == NULL)
  110. return -ENOMEM;
  111. if (max_buffer_size[dev] < 32)
  112. max_buffer_size[dev] = 32;
  113. else if (max_buffer_size[dev] > 1024)
  114. max_buffer_size[dev] = 1024;
  115. if ((err = snd_emu10k1_create(card, pci, extin[dev], extout[dev],
  116. (long)max_buffer_size[dev] * 1024 * 1024,
  117. enable_ir[dev], subsystem[dev],
  118. &emu)) < 0) {
  119. snd_card_free(card);
  120. return err;
  121. }
  122. if ((err = snd_emu10k1_pcm(emu, 0, NULL)) < 0) {
  123. snd_card_free(card);
  124. return err;
  125. }
  126. if ((err = snd_emu10k1_pcm_mic(emu, 1, NULL)) < 0) {
  127. snd_card_free(card);
  128. return err;
  129. }
  130. if ((err = snd_emu10k1_pcm_efx(emu, 2, NULL)) < 0) {
  131. snd_card_free(card);
  132. return err;
  133. }
  134. /* This stores the periods table. */
  135. if (emu->card_capabilities->ca0151_chip) { /* P16V */
  136. if(snd_dma_alloc_pages(SNDRV_DMA_TYPE_DEV, snd_dma_pci_data(pci), 1024, &emu->p16v_buffer) < 0) {
  137. snd_p16v_free(emu);
  138. return -ENOMEM;
  139. }
  140. }
  141. if ((err = snd_emu10k1_mixer(emu, 0, 3)) < 0) {
  142. snd_card_free(card);
  143. return err;
  144. }
  145. if ((err = snd_emu10k1_timer(emu, 0)) < 0) {
  146. snd_card_free(card);
  147. return err;
  148. }
  149. if ((err = snd_emu10k1_pcm_multi(emu, 3, NULL)) < 0) {
  150. snd_card_free(card);
  151. return err;
  152. }
  153. if (emu->card_capabilities->ca0151_chip) { /* P16V */
  154. if ((err = snd_p16v_pcm(emu, 4, NULL)) < 0) {
  155. snd_card_free(card);
  156. return err;
  157. }
  158. }
  159. if (emu->audigy) {
  160. if ((err = snd_emu10k1_audigy_midi(emu)) < 0) {
  161. snd_card_free(card);
  162. return err;
  163. }
  164. } else {
  165. if ((err = snd_emu10k1_midi(emu)) < 0) {
  166. snd_card_free(card);
  167. return err;
  168. }
  169. }
  170. if ((err = snd_emu10k1_fx8010_new(emu, 0, NULL)) < 0) {
  171. snd_card_free(card);
  172. return err;
  173. }
  174. #ifdef ENABLE_SYNTH
  175. if (snd_seq_device_new(card, 1, SNDRV_SEQ_DEV_ID_EMU10K1_SYNTH,
  176. sizeof(snd_emu10k1_synth_arg_t), &wave) < 0 ||
  177. wave == NULL) {
  178. snd_printk("can't initialize Emu10k1 wavetable synth\n");
  179. } else {
  180. snd_emu10k1_synth_arg_t *arg;
  181. arg = SNDRV_SEQ_DEVICE_ARGPTR(wave);
  182. strcpy(wave->name, "Emu-10k1 Synth");
  183. arg->hwptr = emu;
  184. arg->index = 1;
  185. arg->seq_ports = seq_ports[dev];
  186. arg->max_voices = max_synth_voices[dev];
  187. }
  188. #endif
  189. strcpy(card->driver, emu->card_capabilities->driver);
  190. strcpy(card->shortname, emu->card_capabilities->name);
  191. snprintf(card->longname, sizeof(card->longname),
  192. "%s (rev.%d, serial:0x%x) at 0x%lx, irq %i",
  193. card->shortname, emu->revision, emu->serial, emu->port, emu->irq);
  194. if ((err = snd_card_register(card)) < 0) {
  195. snd_card_free(card);
  196. return err;
  197. }
  198. pci_set_drvdata(pci, card);
  199. dev++;
  200. return 0;
  201. }
  202. static void __devexit snd_card_emu10k1_remove(struct pci_dev *pci)
  203. {
  204. snd_card_free(pci_get_drvdata(pci));
  205. pci_set_drvdata(pci, NULL);
  206. }
  207. static struct pci_driver driver = {
  208. .name = "EMU10K1_Audigy",
  209. .id_table = snd_emu10k1_ids,
  210. .probe = snd_card_emu10k1_probe,
  211. .remove = __devexit_p(snd_card_emu10k1_remove),
  212. };
  213. static int __init alsa_card_emu10k1_init(void)
  214. {
  215. return pci_register_driver(&driver);
  216. }
  217. static void __exit alsa_card_emu10k1_exit(void)
  218. {
  219. pci_unregister_driver(&driver);
  220. }
  221. module_init(alsa_card_emu10k1_init)
  222. module_exit(alsa_card_emu10k1_exit)