Blame view

sound/pci/emu10k1/emu10k1.c 8.8 KB
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
1
2
  /*
   *  The driver for the EMU10K1 (SB Live!) based soundcards
c1017a4cd   Jaroslav Kysela   [ALSA] Changed Ja...
3
   *  Copyright (c) by Jaroslav Kysela <perex@perex.cz>
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
   *
   *  Copyright (c) by James Courtier-Dutton <James@superbug.demon.co.uk>
   *      Added support for Audigy 2 Value.
   *
   *
   *   This program is free software; you can redistribute it and/or modify
   *   it under the terms of the GNU General Public License as published by
   *   the Free Software Foundation; either version 2 of the License, or
   *   (at your option) any later version.
   *
   *   This program is distributed in the hope that it will be useful,
   *   but WITHOUT ANY WARRANTY; without even the implied warranty of
   *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   *   GNU General Public License for more details.
   *
   *   You should have received a copy of the GNU General Public License
   *   along with this program; if not, write to the Free Software
   *   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
   *
   * 
   */
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
25
26
27
  #include <linux/init.h>
  #include <linux/pci.h>
  #include <linux/time.h>
65a772172   Paul Gortmaker   sound: fix driver...
28
  #include <linux/module.h>
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
29
30
31
  #include <sound/core.h>
  #include <sound/emu10k1.h>
  #include <sound/initval.h>
c1017a4cd   Jaroslav Kysela   [ALSA] Changed Ja...
32
  MODULE_AUTHOR("Jaroslav Kysela <perex@perex.cz>");
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
33
34
35
36
37
38
39
40
41
42
43
44
  MODULE_DESCRIPTION("EMU10K1");
  MODULE_LICENSE("GPL");
  MODULE_SUPPORTED_DEVICE("{{Creative Labs,SB Live!/PCI512/E-mu APS},"
  	       "{Creative Labs,SB Audigy}}");
  
  #if defined(CONFIG_SND_SEQUENCER) || (defined(MODULE) && defined(CONFIG_SND_SEQUENCER_MODULE))
  #define ENABLE_SYNTH
  #include <sound/emu10k1_synth.h>
  #endif
  
  static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX;	/* Index 0-MAX */
  static char *id[SNDRV_CARDS] = SNDRV_DEFAULT_STR;	/* ID for this card */
a67ff6a54   Rusty Russell   ALSA: module_para...
45
  static bool enable[SNDRV_CARDS] = SNDRV_DEFAULT_ENABLE_PNP;	/* Enable this card */
6581f4e74   Takashi Iwai   [ALSA] Remove zer...
46
47
  static int extin[SNDRV_CARDS];
  static int extout[SNDRV_CARDS];
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
48
49
50
  static int seq_ports[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = 4};
  static int max_synth_voices[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = 64};
  static int max_buffer_size[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = 128};
a67ff6a54   Rusty Russell   ALSA: module_para...
51
  static bool enable_ir[SNDRV_CARDS];
6581f4e74   Takashi Iwai   [ALSA] Remove zer...
52
  static uint subsystem[SNDRV_CARDS]; /* Force card subsystem model */
56385a12d   Jaroslav Kysela   ALSA: emu10k1 - d...
53
  static uint delay_pcm_irq[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = 2};
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
  
  module_param_array(index, int, NULL, 0444);
  MODULE_PARM_DESC(index, "Index value for the EMU10K1 soundcard.");
  module_param_array(id, charp, NULL, 0444);
  MODULE_PARM_DESC(id, "ID string for the EMU10K1 soundcard.");
  module_param_array(enable, bool, NULL, 0444);
  MODULE_PARM_DESC(enable, "Enable the EMU10K1 soundcard.");
  module_param_array(extin, int, NULL, 0444);
  MODULE_PARM_DESC(extin, "Available external inputs for FX8010. Zero=default.");
  module_param_array(extout, int, NULL, 0444);
  MODULE_PARM_DESC(extout, "Available external outputs for FX8010. Zero=default.");
  module_param_array(seq_ports, int, NULL, 0444);
  MODULE_PARM_DESC(seq_ports, "Allocated sequencer ports for internal synthesizer.");
  module_param_array(max_synth_voices, int, NULL, 0444);
  MODULE_PARM_DESC(max_synth_voices, "Maximum number of voices for WaveTable.");
  module_param_array(max_buffer_size, int, NULL, 0444);
  MODULE_PARM_DESC(max_buffer_size, "Maximum sample buffer size in MB.");
  module_param_array(enable_ir, bool, NULL, 0444);
  MODULE_PARM_DESC(enable_ir, "Enable IR.");
e66bc8b2a   James Courtier-Dutton   [ALSA] emu10k1: A...
73
74
  module_param_array(subsystem, uint, NULL, 0444);
  MODULE_PARM_DESC(subsystem, "Force card subsystem model.");
56385a12d   Jaroslav Kysela   ALSA: emu10k1 - d...
75
76
  module_param_array(delay_pcm_irq, uint, NULL, 0444);
  MODULE_PARM_DESC(delay_pcm_irq, "Delay PCM interrupt by specified number of samples (default 0).");
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
77
78
79
  /*
   * Class 0401: 1102:0008 (rev 00) Subsystem: 1102:1001 -> Audigy2 Value  Model:SB0400
   */
cebe41d4b   Alexey Dobriyan   sound: use DEFINE...
80
  static DEFINE_PCI_DEVICE_TABLE(snd_emu10k1_ids) = {
0d7392e54   Joe Perches   sound: Use PCI_VD...
81
82
83
  	{ PCI_VDEVICE(CREATIVE, 0x0002), 0 },	/* EMU10K1 */
  	{ PCI_VDEVICE(CREATIVE, 0x0004), 1 },	/* Audigy */
  	{ PCI_VDEVICE(CREATIVE, 0x0008), 1 },	/* Audigy 2 Value SB0400 */
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
  	{ 0, }
  };
  
  /*
   * Audigy 2 Value notes:
   * A_IOCFG Input (GPIO)
   * 0x400  = Front analog jack plugged in. (Green socket)
   * 0x1000 = Read analog jack plugged in. (Black socket)
   * 0x2000 = Center/LFE analog jack plugged in. (Orange socket)
   * A_IOCFG Output (GPIO)
   * 0x60 = Sound out of front Left.
   * Win sets it to 0xXX61
   */
  
  MODULE_DEVICE_TABLE(pci, snd_emu10k1_ids);
  
  static int __devinit snd_card_emu10k1_probe(struct pci_dev *pci,
  					    const struct pci_device_id *pci_id)
  {
  	static int dev;
eb4698f34   Takashi Iwai   [ALSA] Remove xxx...
104
105
  	struct snd_card *card;
  	struct snd_emu10k1 *emu;
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
106
  #ifdef ENABLE_SYNTH
eb4698f34   Takashi Iwai   [ALSA] Remove xxx...
107
  	struct snd_seq_device *wave = NULL;
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
108
109
110
111
112
113
114
115
116
  #endif
  	int err;
  
  	if (dev >= SNDRV_CARDS)
          	return -ENODEV;
  	if (!enable[dev]) {
  		dev++;
  		return -ENOENT;
  	}
e58de7baf   Takashi Iwai   ALSA: Convert to ...
117
118
119
  	err = snd_card_create(index[dev], id[dev], THIS_MODULE, 0, &card);
  	if (err < 0)
  		return err;
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
120
121
122
123
124
125
  	if (max_buffer_size[dev] < 32)
  		max_buffer_size[dev] = 32;
  	else if (max_buffer_size[dev] > 1024)
  		max_buffer_size[dev] = 1024;
  	if ((err = snd_emu10k1_create(card, pci, extin[dev], extout[dev],
  				      (long)max_buffer_size[dev] * 1024 * 1024,
e66bc8b2a   James Courtier-Dutton   [ALSA] emu10k1: A...
126
  				      enable_ir[dev], subsystem[dev],
09668b441   Takashi Iwai   [ALSA] emu10k1 - ...
127
128
129
  				      &emu)) < 0)
  		goto error;
  	card->private_data = emu;
56385a12d   Jaroslav Kysela   ALSA: emu10k1 - d...
130
  	emu->delay_pcm_irq = delay_pcm_irq[dev] & 0x1f;
09668b441   Takashi Iwai   [ALSA] emu10k1 - ...
131
132
133
134
135
136
  	if ((err = snd_emu10k1_pcm(emu, 0, NULL)) < 0)
  		goto error;
  	if ((err = snd_emu10k1_pcm_mic(emu, 1, NULL)) < 0)
  		goto error;
  	if ((err = snd_emu10k1_pcm_efx(emu, 2, NULL)) < 0)
  		goto error;
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
137
  	/* This stores the periods table. */
e0474e539   James Courtier-Dutton   [ALSA] snd-emu10k...
138
  	if (emu->card_capabilities->ca0151_chip) { /* P16V */	
09668b441   Takashi Iwai   [ALSA] emu10k1 - ...
139
140
141
  		if ((err = snd_dma_alloc_pages(SNDRV_DMA_TYPE_DEV, snd_dma_pci_data(pci),
  					       1024, &emu->p16v_buffer)) < 0)
  			goto error;
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
142
  	}
09668b441   Takashi Iwai   [ALSA] emu10k1 - ...
143
144
  	if ((err = snd_emu10k1_mixer(emu, 0, 3)) < 0)
  		goto error;
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
145
  	
09668b441   Takashi Iwai   [ALSA] emu10k1 - ...
146
147
  	if ((err = snd_emu10k1_timer(emu, 0)) < 0)
  		goto error;
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
148

09668b441   Takashi Iwai   [ALSA] emu10k1 - ...
149
150
151
152
153
  	if ((err = snd_emu10k1_pcm_multi(emu, 3, NULL)) < 0)
  		goto error;
  	if (emu->card_capabilities->ca0151_chip) { /* P16V */
  		if ((err = snd_p16v_pcm(emu, 4, NULL)) < 0)
  			goto error;
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
154
155
  	}
  	if (emu->audigy) {
09668b441   Takashi Iwai   [ALSA] emu10k1 - ...
156
157
  		if ((err = snd_emu10k1_audigy_midi(emu)) < 0)
  			goto error;
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
158
  	} else {
09668b441   Takashi Iwai   [ALSA] emu10k1 - ...
159
160
  		if ((err = snd_emu10k1_midi(emu)) < 0)
  			goto error;
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
161
  	}
09668b441   Takashi Iwai   [ALSA] emu10k1 - ...
162
163
  	if ((err = snd_emu10k1_fx8010_new(emu, 0, NULL)) < 0)
  		goto error;
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
164
165
  #ifdef ENABLE_SYNTH
  	if (snd_seq_device_new(card, 1, SNDRV_SEQ_DEV_ID_EMU10K1_SYNTH,
eb4698f34   Takashi Iwai   [ALSA] Remove xxx...
166
  			       sizeof(struct snd_emu10k1_synth_arg), &wave) < 0 ||
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
167
  	    wave == NULL) {
99b359ba1   Takashi Iwai   [ALSA] Add missin...
168
169
  		snd_printk(KERN_WARNING "can't initialize Emu10k1 wavetable synth
  ");
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
170
  	} else {
eb4698f34   Takashi Iwai   [ALSA] Remove xxx...
171
  		struct snd_emu10k1_synth_arg *arg;
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
172
173
174
175
176
177
178
179
180
181
182
183
184
185
  		arg = SNDRV_SEQ_DEVICE_ARGPTR(wave);
  		strcpy(wave->name, "Emu-10k1 Synth");
  		arg->hwptr = emu;
  		arg->index = 1;
  		arg->seq_ports = seq_ports[dev];
  		arg->max_voices = max_synth_voices[dev];
  	}
  #endif
   
  	strcpy(card->driver, emu->card_capabilities->driver);
  	strcpy(card->shortname, emu->card_capabilities->name);
  	snprintf(card->longname, sizeof(card->longname),
  		 "%s (rev.%d, serial:0x%x) at 0x%lx, irq %i",
  		 card->shortname, emu->revision, emu->serial, emu->port, emu->irq);
09668b441   Takashi Iwai   [ALSA] emu10k1 - ...
186
187
  	if ((err = snd_card_register(card)) < 0)
  		goto error;
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
188
189
190
  	pci_set_drvdata(pci, card);
  	dev++;
  	return 0;
09668b441   Takashi Iwai   [ALSA] emu10k1 - ...
191
192
193
194
  
   error:
  	snd_card_free(card);
  	return err;
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
195
196
197
198
199
200
201
  }
  
  static void __devexit snd_card_emu10k1_remove(struct pci_dev *pci)
  {
  	snd_card_free(pci_get_drvdata(pci));
  	pci_set_drvdata(pci, NULL);
  }
09668b441   Takashi Iwai   [ALSA] emu10k1 - ...
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
  
  #ifdef CONFIG_PM
  static int snd_emu10k1_suspend(struct pci_dev *pci, pm_message_t state)
  {
  	struct snd_card *card = pci_get_drvdata(pci);
  	struct snd_emu10k1 *emu = card->private_data;
  
  	snd_power_change_state(card, SNDRV_CTL_POWER_D3hot);
  
  	snd_pcm_suspend_all(emu->pcm);
  	snd_pcm_suspend_all(emu->pcm_mic);
  	snd_pcm_suspend_all(emu->pcm_efx);
  	snd_pcm_suspend_all(emu->pcm_multi);
  	snd_pcm_suspend_all(emu->pcm_p16v);
  
  	snd_ac97_suspend(emu->ac97);
  
  	snd_emu10k1_efx_suspend(emu);
  	snd_emu10k1_suspend_regs(emu);
  	if (emu->card_capabilities->ca0151_chip)
  		snd_p16v_suspend(emu);
  
  	snd_emu10k1_done(emu);
09668b441   Takashi Iwai   [ALSA] emu10k1 - ...
225
226
  	pci_disable_device(pci);
  	pci_save_state(pci);
30b35399c   Takashi Iwai   [ALSA] Various fi...
227
  	pci_set_power_state(pci, pci_choose_state(pci, state));
09668b441   Takashi Iwai   [ALSA] emu10k1 - ...
228
229
  	return 0;
  }
93f09c4cc   Adrian Bunk   [ALSA] make sound...
230
  static int snd_emu10k1_resume(struct pci_dev *pci)
09668b441   Takashi Iwai   [ALSA] emu10k1 - ...
231
232
233
  {
  	struct snd_card *card = pci_get_drvdata(pci);
  	struct snd_emu10k1 *emu = card->private_data;
09668b441   Takashi Iwai   [ALSA] emu10k1 - ...
234
  	pci_set_power_state(pci, PCI_D0);
30b35399c   Takashi Iwai   [ALSA] Various fi...
235
236
237
238
239
240
241
242
  	pci_restore_state(pci);
  	if (pci_enable_device(pci) < 0) {
  		printk(KERN_ERR "emu10k1: pci_enable_device failed, "
  		       "disabling device
  ");
  		snd_card_disconnect(card);
  		return -EIO;
  	}
09668b441   Takashi Iwai   [ALSA] emu10k1 - ...
243
  	pci_set_master(pci);
30b35399c   Takashi Iwai   [ALSA] Various fi...
244

09668b441   Takashi Iwai   [ALSA] emu10k1 - ...
245
246
247
248
249
250
251
252
253
254
255
256
  	snd_emu10k1_resume_init(emu);
  	snd_emu10k1_efx_resume(emu);
  	snd_ac97_resume(emu->ac97);
  	snd_emu10k1_resume_regs(emu);
  
  	if (emu->card_capabilities->ca0151_chip)
  		snd_p16v_resume(emu);
  
  	snd_power_change_state(card, SNDRV_CTL_POWER_D0);
  	return 0;
  }
  #endif
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
257
  static struct pci_driver driver = {
3733e424c   Takashi Iwai   ALSA: Use KBUILD_...
258
  	.name = KBUILD_MODNAME,
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
259
260
261
  	.id_table = snd_emu10k1_ids,
  	.probe = snd_card_emu10k1_probe,
  	.remove = __devexit_p(snd_card_emu10k1_remove),
09668b441   Takashi Iwai   [ALSA] emu10k1 - ...
262
263
264
265
  #ifdef CONFIG_PM
  	.suspend = snd_emu10k1_suspend,
  	.resume = snd_emu10k1_resume,
  #endif
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
266
267
268
269
  };
  
  static int __init alsa_card_emu10k1_init(void)
  {
01d25d460   Takashi Iwai   [ALSA] Replace pc...
270
  	return pci_register_driver(&driver);
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
271
272
273
274
275
276
277
278
279
  }
  
  static void __exit alsa_card_emu10k1_exit(void)
  {
  	pci_unregister_driver(&driver);
  }
  
  module_init(alsa_card_emu10k1_init)
  module_exit(alsa_card_emu10k1_exit)