blob: 28e2f8b42f5e8e4e7f3aaaaa88f45d6834b02591 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001/*
Jaroslav Kyselac1017a42007-10-15 09:50:19 +02002 * Copyright (c) by Jaroslav Kysela <perex@perex.cz>
Linus Torvalds1da177e2005-04-16 15:20:36 -07003 * Creative Labs, Inc.
4 * Routines for control of EMU10K1 chips
5 *
James Courtier-Dutton9f4bd5d2006-10-01 10:48:04 +01006 * Copyright (c) by James Courtier-Dutton <James@superbug.co.uk>
Linus Torvalds1da177e2005-04-16 15:20:36 -07007 * Added support for Audigy 2 Value.
James Courtier-Dutton9f4bd5d2006-10-01 10:48:04 +01008 * Added EMU 1010 support.
9 * General bug fixes and enhancements.
Linus Torvalds1da177e2005-04-16 15:20:36 -070010 *
11 *
12 * BUGS:
13 * --
14 *
15 * TODO:
16 * --
17 *
18 * This program is free software; you can redistribute it and/or modify
19 * it under the terms of the GNU General Public License as published by
20 * the Free Software Foundation; either version 2 of the License, or
21 * (at your option) any later version.
22 *
23 * This program is distributed in the hope that it will be useful,
24 * but WITHOUT ANY WARRANTY; without even the implied warranty of
25 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
26 * GNU General Public License for more details.
27 *
28 * You should have received a copy of the GNU General Public License
29 * along with this program; if not, write to the Free Software
30 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
31 *
32 */
33
James Courtier-Dutton42f53222007-07-23 17:52:27 +010034#include <linux/sched.h>
35#include <linux/kthread.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070036#include <linux/delay.h>
37#include <linux/init.h>
Paul Gortmakerda155d52011-07-15 12:38:28 -040038#include <linux/module.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070039#include <linux/interrupt.h>
40#include <linux/pci.h>
41#include <linux/slab.h>
42#include <linux/vmalloc.h>
Ingo Molnar62932df2006-01-16 16:34:20 +010043#include <linux/mutex.h>
44
Linus Torvalds1da177e2005-04-16 15:20:36 -070045
46#include <sound/core.h>
47#include <sound/emu10k1.h>
James Courtier-Dutton9f4bd5d2006-10-01 10:48:04 +010048#include <linux/firmware.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070049#include "p16v.h"
James Courtier-Duttone2b15f82005-11-11 23:39:05 +010050#include "tina2.h"
James Courtier-Dutton184c1e22006-12-06 15:58:02 +000051#include "p17v.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070052
James Courtier-Dutton19b99fb2005-12-04 18:03:03 +010053
Clemens Ladisch7e0af292007-05-03 17:59:54 +020054#define HANA_FILENAME "emu/hana.fw"
55#define DOCK_FILENAME "emu/audio_dock.fw"
James Courtier-Dutton3663d842007-07-14 02:18:26 +010056#define EMU1010B_FILENAME "emu/emu1010b.fw"
57#define MICRO_DOCK_FILENAME "emu/micro_dock.fw"
James Courtier-Dutton190d2c42007-11-04 14:08:26 +000058#define EMU0404_FILENAME "emu/emu0404.fw"
James Courtier-Duttond9e8a552007-07-14 10:24:49 +010059#define EMU1010_NOTEBOOK_FILENAME "emu/emu1010_notebook.fw"
Clemens Ladisch7e0af292007-05-03 17:59:54 +020060
61MODULE_FIRMWARE(HANA_FILENAME);
62MODULE_FIRMWARE(DOCK_FILENAME);
James Courtier-Dutton3663d842007-07-14 02:18:26 +010063MODULE_FIRMWARE(EMU1010B_FILENAME);
64MODULE_FIRMWARE(MICRO_DOCK_FILENAME);
James Courtier-Dutton190d2c42007-11-04 14:08:26 +000065MODULE_FIRMWARE(EMU0404_FILENAME);
James Courtier-Duttond9e8a552007-07-14 10:24:49 +010066MODULE_FIRMWARE(EMU1010_NOTEBOOK_FILENAME);
Clemens Ladisch7e0af292007-05-03 17:59:54 +020067
68
Linus Torvalds1da177e2005-04-16 15:20:36 -070069/*************************************************************************
70 * EMU10K1 init / done
71 *************************************************************************/
72
Vedran Miletic67679b12008-10-23 18:51:00 +020073void snd_emu10k1_voice_init(struct snd_emu10k1 *emu, int ch)
Linus Torvalds1da177e2005-04-16 15:20:36 -070074{
75 snd_emu10k1_ptr_write(emu, DCYSUSV, ch, 0);
76 snd_emu10k1_ptr_write(emu, IP, ch, 0);
77 snd_emu10k1_ptr_write(emu, VTFT, ch, 0xffff);
78 snd_emu10k1_ptr_write(emu, CVCF, ch, 0xffff);
79 snd_emu10k1_ptr_write(emu, PTRX, ch, 0);
80 snd_emu10k1_ptr_write(emu, CPF, ch, 0);
81 snd_emu10k1_ptr_write(emu, CCR, ch, 0);
82
83 snd_emu10k1_ptr_write(emu, PSST, ch, 0);
84 snd_emu10k1_ptr_write(emu, DSL, ch, 0x10);
85 snd_emu10k1_ptr_write(emu, CCCA, ch, 0);
86 snd_emu10k1_ptr_write(emu, Z1, ch, 0);
87 snd_emu10k1_ptr_write(emu, Z2, ch, 0);
88 snd_emu10k1_ptr_write(emu, FXRT, ch, 0x32100000);
89
90 snd_emu10k1_ptr_write(emu, ATKHLDM, ch, 0);
91 snd_emu10k1_ptr_write(emu, DCYSUSM, ch, 0);
92 snd_emu10k1_ptr_write(emu, IFATN, ch, 0xffff);
93 snd_emu10k1_ptr_write(emu, PEFE, ch, 0);
94 snd_emu10k1_ptr_write(emu, FMMOD, ch, 0);
95 snd_emu10k1_ptr_write(emu, TREMFRQ, ch, 24); /* 1 Hz */
96 snd_emu10k1_ptr_write(emu, FM2FRQ2, ch, 24); /* 1 Hz */
97 snd_emu10k1_ptr_write(emu, TEMPENV, ch, 0);
98
99 /*** these are last so OFF prevents writing ***/
100 snd_emu10k1_ptr_write(emu, LFOVAL2, ch, 0);
101 snd_emu10k1_ptr_write(emu, LFOVAL1, ch, 0);
102 snd_emu10k1_ptr_write(emu, ATKHLDV, ch, 0);
103 snd_emu10k1_ptr_write(emu, ENVVOL, ch, 0);
104 snd_emu10k1_ptr_write(emu, ENVVAL, ch, 0);
105
106 /* Audigy extra stuffs */
107 if (emu->audigy) {
108 snd_emu10k1_ptr_write(emu, 0x4c, ch, 0); /* ?? */
109 snd_emu10k1_ptr_write(emu, 0x4d, ch, 0); /* ?? */
110 snd_emu10k1_ptr_write(emu, 0x4e, ch, 0); /* ?? */
111 snd_emu10k1_ptr_write(emu, 0x4f, ch, 0); /* ?? */
112 snd_emu10k1_ptr_write(emu, A_FXRT1, ch, 0x03020100);
113 snd_emu10k1_ptr_write(emu, A_FXRT2, ch, 0x3f3f3f3f);
114 snd_emu10k1_ptr_write(emu, A_SENDAMOUNTS, ch, 0);
115 }
116}
117
James Courtier-Dutton18f3c592005-12-21 22:05:29 +0100118static unsigned int spi_dac_init[] = {
119 0x00ff,
120 0x02ff,
121 0x0400,
122 0x0520,
123 0x0600,
124 0x08ff,
125 0x0aff,
126 0x0cff,
127 0x0eff,
128 0x10ff,
129 0x1200,
130 0x1400,
131 0x1480,
132 0x1800,
133 0x1aff,
134 0x1cff,
135 0x1e00,
136 0x0530,
137 0x0602,
138 0x0622,
139 0x1400,
140};
James Courtier-Dutton184c1e22006-12-06 15:58:02 +0000141
142static unsigned int i2c_adc_init[][2] = {
143 { 0x17, 0x00 }, /* Reset */
144 { 0x07, 0x00 }, /* Timeout */
145 { 0x0b, 0x22 }, /* Interface control */
146 { 0x0c, 0x22 }, /* Master mode control */
147 { 0x0d, 0x08 }, /* Powerdown control */
148 { 0x0e, 0xcf }, /* Attenuation Left 0x01 = -103dB, 0xff = 24dB */
149 { 0x0f, 0xcf }, /* Attenuation Right 0.5dB steps */
150 { 0x10, 0x7b }, /* ALC Control 1 */
151 { 0x11, 0x00 }, /* ALC Control 2 */
152 { 0x12, 0x32 }, /* ALC Control 3 */
153 { 0x13, 0x00 }, /* Noise gate control */
154 { 0x14, 0xa6 }, /* Limiter control */
Vedran Miletic67679b12008-10-23 18:51:00 +0200155 { 0x15, ADC_MUX_2 }, /* ADC Mixer control. Mic for A2ZS Notebook */
James Courtier-Dutton184c1e22006-12-06 15:58:02 +0000156};
Vedran Miletic67679b12008-10-23 18:51:00 +0200157
Takashi Iwai09668b42005-11-17 16:14:10 +0100158static int snd_emu10k1_init(struct snd_emu10k1 *emu, int enable_ir, int resume)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700159{
Linus Torvalds1da177e2005-04-16 15:20:36 -0700160 unsigned int silent_page;
Takashi Iwai09668b42005-11-17 16:14:10 +0100161 int ch;
James Courtier-Dutton184c1e22006-12-06 15:58:02 +0000162 u32 tmp;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700163
164 /* disable audio and lock cache */
Vedran Miletic67679b12008-10-23 18:51:00 +0200165 outl(HCFG_LOCKSOUNDCACHE | HCFG_LOCKTANKCACHE_MASK |
166 HCFG_MUTEBUTTONENABLE, emu->port + HCFG);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700167
168 /* reset recording buffers */
169 snd_emu10k1_ptr_write(emu, MICBS, 0, ADCBS_BUFSIZE_NONE);
170 snd_emu10k1_ptr_write(emu, MICBA, 0, 0);
171 snd_emu10k1_ptr_write(emu, FXBS, 0, ADCBS_BUFSIZE_NONE);
172 snd_emu10k1_ptr_write(emu, FXBA, 0, 0);
173 snd_emu10k1_ptr_write(emu, ADCBS, 0, ADCBS_BUFSIZE_NONE);
174 snd_emu10k1_ptr_write(emu, ADCBA, 0, 0);
175
176 /* disable channel interrupt */
177 outl(0, emu->port + INTE);
178 snd_emu10k1_ptr_write(emu, CLIEL, 0, 0);
179 snd_emu10k1_ptr_write(emu, CLIEH, 0, 0);
180 snd_emu10k1_ptr_write(emu, SOLEL, 0, 0);
181 snd_emu10k1_ptr_write(emu, SOLEH, 0, 0);
182
Vedran Miletic67679b12008-10-23 18:51:00 +0200183 if (emu->audigy) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700184 /* set SPDIF bypass mode */
185 snd_emu10k1_ptr_write(emu, SPBYPASS, 0, SPBYPASS_FORMAT);
186 /* enable rear left + rear right AC97 slots */
Takashi Iwai09668b42005-11-17 16:14:10 +0100187 snd_emu10k1_ptr_write(emu, AC97SLOT, 0, AC97SLOT_REAR_RIGHT |
188 AC97SLOT_REAR_LEFT);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700189 }
190
191 /* init envelope engine */
Takashi Iwai09668b42005-11-17 16:14:10 +0100192 for (ch = 0; ch < NUM_G; ch++)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700193 snd_emu10k1_voice_init(emu, ch);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700194
Takashi Iwai09668b42005-11-17 16:14:10 +0100195 snd_emu10k1_ptr_write(emu, SPCS0, 0, emu->spdif_bits[0]);
196 snd_emu10k1_ptr_write(emu, SPCS1, 0, emu->spdif_bits[1]);
197 snd_emu10k1_ptr_write(emu, SPCS2, 0, emu->spdif_bits[2]);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700198
Lee Revell2b637da2005-03-30 13:51:18 +0200199 if (emu->card_capabilities->ca0151_chip) { /* audigy2 */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700200 /* Hacks for Alice3 to work independent of haP16V driver */
Vedran Miletic67679b12008-10-23 18:51:00 +0200201 /* Setup SRCMulti_I2S SamplingRate */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700202 tmp = snd_emu10k1_ptr_read(emu, A_SPDIF_SAMPLERATE, 0);
203 tmp &= 0xfffff1ff;
204 tmp |= (0x2<<9);
205 snd_emu10k1_ptr_write(emu, A_SPDIF_SAMPLERATE, 0, tmp);
Vedran Miletic67679b12008-10-23 18:51:00 +0200206
Linus Torvalds1da177e2005-04-16 15:20:36 -0700207 /* Setup SRCSel (Enable Spdif,I2S SRCMulti) */
208 snd_emu10k1_ptr20_write(emu, SRCSel, 0, 0x14);
209 /* Setup SRCMulti Input Audio Enable */
210 /* Use 0xFFFFFFFF to enable P16V sounds. */
211 snd_emu10k1_ptr20_write(emu, SRCMULTI_ENABLE, 0, 0xFFFFFFFF);
212
213 /* Enabled Phased (8-channel) P16V playback */
214 outl(0x0201, emu->port + HCFG2);
215 /* Set playback routing. */
James Courtier-Duttonfd9a98e2005-04-10 15:43:35 +0200216 snd_emu10k1_ptr20_write(emu, CAPTURE_P16V_SOURCE, 0, 0x78e4);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700217 }
James Courtier-Duttone0474e52005-07-02 16:33:34 +0200218 if (emu->card_capabilities->ca0108_chip) { /* audigy2 Value */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700219 /* Hacks for Alice3 to work independent of haP16V driver */
Takashi Iwai6f002b02014-02-25 17:02:09 +0100220 dev_info(emu->card->dev, "Audigy2 value: Special config.\n");
Vedran Miletic67679b12008-10-23 18:51:00 +0200221 /* Setup SRCMulti_I2S SamplingRate */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700222 tmp = snd_emu10k1_ptr_read(emu, A_SPDIF_SAMPLERATE, 0);
223 tmp &= 0xfffff1ff;
224 tmp |= (0x2<<9);
225 snd_emu10k1_ptr_write(emu, A_SPDIF_SAMPLERATE, 0, tmp);
226
227 /* Setup SRCSel (Enable Spdif,I2S SRCMulti) */
228 outl(0x600000, emu->port + 0x20);
229 outl(0x14, emu->port + 0x24);
230
231 /* Setup SRCMulti Input Audio Enable */
232 outl(0x7b0000, emu->port + 0x20);
233 outl(0xFF000000, emu->port + 0x24);
234
235 /* Setup SPDIF Out Audio Enable */
236 /* The Audigy 2 Value has a separate SPDIF out,
237 * so no need for a mixer switch
238 */
239 outl(0x7a0000, emu->port + 0x20);
240 outl(0xFF000000, emu->port + 0x24);
241 tmp = inl(emu->port + A_IOCFG) & ~0x8; /* Clear bit 3 */
242 outl(tmp, emu->port + A_IOCFG);
243 }
James Courtier-Dutton27fe8642005-12-21 15:06:08 +0100244 if (emu->card_capabilities->spi_dac) { /* Audigy 2 ZS Notebook with DAC Wolfson WM8768/WM8568 */
James Courtier-Dutton18f3c592005-12-21 22:05:29 +0100245 int size, n;
246
247 size = ARRAY_SIZE(spi_dac_init);
James Courtier-Dutton9f4bd5d2006-10-01 10:48:04 +0100248 for (n = 0; n < size; n++)
James Courtier-Dutton18f3c592005-12-21 22:05:29 +0100249 snd_emu10k1_spi_write(emu, spi_dac_init[n]);
250
James Courtier-Dutton27fe8642005-12-21 15:06:08 +0100251 snd_emu10k1_ptr20_write(emu, 0x60, 0, 0x10);
James Courtier-Duttonccadc3e2005-12-21 15:31:02 +0100252 /* Enable GPIOs
253 * GPIO0: Unknown
254 * GPIO1: Speakers-enabled.
255 * GPIO2: Unknown
256 * GPIO3: Unknown
257 * GPIO4: IEC958 Output on.
258 * GPIO5: Unknown
259 * GPIO6: Unknown
260 * GPIO7: Unknown
261 */
262 outl(0x76, emu->port + A_IOCFG); /* Windows uses 0x3f76 */
James Courtier-Dutton27fe8642005-12-21 15:06:08 +0100263 }
James Courtier-Dutton184c1e22006-12-06 15:58:02 +0000264 if (emu->card_capabilities->i2c_adc) { /* Audigy 2 ZS Notebook with ADC Wolfson WM8775 */
265 int size, n;
266
267 snd_emu10k1_ptr20_write(emu, P17V_I2S_SRC_SEL, 0, 0x2020205f);
268 tmp = inl(emu->port + A_IOCFG);
269 outl(tmp | 0x4, emu->port + A_IOCFG); /* Set bit 2 for mic input */
270 tmp = inl(emu->port + A_IOCFG);
271 size = ARRAY_SIZE(i2c_adc_init);
272 for (n = 0; n < size; n++)
273 snd_emu10k1_i2c_write(emu, i2c_adc_init[n][0], i2c_adc_init[n][1]);
Vedran Miletic67679b12008-10-23 18:51:00 +0200274 for (n = 0; n < 4; n++) {
275 emu->i2c_capture_volume[n][0] = 0xcf;
276 emu->i2c_capture_volume[n][1] = 0xcf;
James Courtier-Dutton184c1e22006-12-06 15:58:02 +0000277 }
James Courtier-Dutton184c1e22006-12-06 15:58:02 +0000278 }
279
Vedran Miletic67679b12008-10-23 18:51:00 +0200280
Linus Torvalds1da177e2005-04-16 15:20:36 -0700281 snd_emu10k1_ptr_write(emu, PTB, 0, emu->ptb_pages.addr);
282 snd_emu10k1_ptr_write(emu, TCB, 0, 0); /* taken from original driver */
283 snd_emu10k1_ptr_write(emu, TCBS, 0, 4); /* taken from original driver */
284
Peter Zubaj7241ea52015-04-28 21:57:29 +0200285 silent_page = (emu->silent_page.addr << emu->address_mode) | (emu->address_mode ? MAP_PTI_MASK1 : MAP_PTI_MASK0);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700286 for (ch = 0; ch < NUM_G; ch++) {
287 snd_emu10k1_ptr_write(emu, MAPA, ch, silent_page);
288 snd_emu10k1_ptr_write(emu, MAPB, ch, silent_page);
289 }
290
James Courtier-Dutton190d2c42007-11-04 14:08:26 +0000291 if (emu->card_capabilities->emu_model) {
James Courtier-Dutton9f4bd5d2006-10-01 10:48:04 +0100292 outl(HCFG_AUTOMUTE_ASYNC |
293 HCFG_EMU32_SLAVE |
294 HCFG_AUDIOENABLE, emu->port + HCFG);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700295 /*
296 * Hokay, setup HCFG
297 * Mute Disable Audio = 0
298 * Lock Tank Memory = 1
299 * Lock Sound Memory = 0
300 * Auto Mute = 1
301 */
James Courtier-Dutton9f4bd5d2006-10-01 10:48:04 +0100302 } else if (emu->audigy) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700303 if (emu->revision == 4) /* audigy2 */
304 outl(HCFG_AUDIOENABLE |
305 HCFG_AC3ENABLE_CDSPDIF |
306 HCFG_AC3ENABLE_GPSPDIF |
307 HCFG_AUTOMUTE | HCFG_JOYENABLE, emu->port + HCFG);
308 else
309 outl(HCFG_AUTOMUTE | HCFG_JOYENABLE, emu->port + HCFG);
James Courtier-Duttone0474e52005-07-02 16:33:34 +0200310 /* FIXME: Remove all these emu->model and replace it with a card recognition parameter,
311 * e.g. card_capabilities->joystick */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700312 } else if (emu->model == 0x20 ||
313 emu->model == 0xc400 ||
314 (emu->model == 0x21 && emu->revision < 6))
315 outl(HCFG_LOCKTANKCACHE_MASK | HCFG_AUTOMUTE, emu->port + HCFG);
316 else
Vedran Miletic67679b12008-10-23 18:51:00 +0200317 /* With on-chip joystick */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700318 outl(HCFG_LOCKTANKCACHE_MASK | HCFG_AUTOMUTE | HCFG_JOYENABLE, emu->port + HCFG);
319
320 if (enable_ir) { /* enable IR for SB Live */
James Courtier-Dutton190d2c42007-11-04 14:08:26 +0000321 if (emu->card_capabilities->emu_model) {
James Courtier-Dutton9f4bd5d2006-10-01 10:48:04 +0100322 ; /* Disable all access to A_IOCFG for the emu1010 */
James Courtier-Dutton184c1e22006-12-06 15:58:02 +0000323 } else if (emu->card_capabilities->i2c_adc) {
324 ; /* Disable A_IOCFG for Audigy 2 ZS Notebook */
James Courtier-Dutton19b99fb2005-12-04 18:03:03 +0100325 } else if (emu->audigy) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700326 unsigned int reg = inl(emu->port + A_IOCFG);
327 outl(reg | A_IOCFG_GPOUT2, emu->port + A_IOCFG);
328 udelay(500);
329 outl(reg | A_IOCFG_GPOUT1 | A_IOCFG_GPOUT2, emu->port + A_IOCFG);
330 udelay(100);
331 outl(reg, emu->port + A_IOCFG);
332 } else {
333 unsigned int reg = inl(emu->port + HCFG);
334 outl(reg | HCFG_GPOUT2, emu->port + HCFG);
335 udelay(500);
336 outl(reg | HCFG_GPOUT1 | HCFG_GPOUT2, emu->port + HCFG);
337 udelay(100);
338 outl(reg, emu->port + HCFG);
Vedran Miletic67679b12008-10-23 18:51:00 +0200339 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700340 }
Vedran Miletic67679b12008-10-23 18:51:00 +0200341
James Courtier-Dutton190d2c42007-11-04 14:08:26 +0000342 if (emu->card_capabilities->emu_model) {
James Courtier-Dutton9f4bd5d2006-10-01 10:48:04 +0100343 ; /* Disable all access to A_IOCFG for the emu1010 */
James Courtier-Dutton184c1e22006-12-06 15:58:02 +0000344 } else if (emu->card_capabilities->i2c_adc) {
345 ; /* Disable A_IOCFG for Audigy 2 ZS Notebook */
James Courtier-Dutton19b99fb2005-12-04 18:03:03 +0100346 } else if (emu->audigy) { /* enable analog output */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700347 unsigned int reg = inl(emu->port + A_IOCFG);
348 outl(reg | A_IOCFG_GPOUT0, emu->port + A_IOCFG);
349 }
350
Peter Zubaj7241ea52015-04-28 21:57:29 +0200351 if (emu->address_mode == 0) {
352 /* use 16M in 4G */
353 outl(inl(emu->port + HCFG) | HCFG_EXPANDED_MEM, emu->port + HCFG);
354 }
355
Takashi Iwai09668b42005-11-17 16:14:10 +0100356 return 0;
357}
Linus Torvalds1da177e2005-04-16 15:20:36 -0700358
Takashi Iwai09668b42005-11-17 16:14:10 +0100359static void snd_emu10k1_audio_enable(struct snd_emu10k1 *emu)
360{
Linus Torvalds1da177e2005-04-16 15:20:36 -0700361 /*
362 * Enable the audio bit
363 */
364 outl(inl(emu->port + HCFG) | HCFG_AUDIOENABLE, emu->port + HCFG);
365
366 /* Enable analog/digital outs on audigy */
James Courtier-Dutton190d2c42007-11-04 14:08:26 +0000367 if (emu->card_capabilities->emu_model) {
James Courtier-Dutton9f4bd5d2006-10-01 10:48:04 +0100368 ; /* Disable all access to A_IOCFG for the emu1010 */
James Courtier-Dutton184c1e22006-12-06 15:58:02 +0000369 } else if (emu->card_capabilities->i2c_adc) {
370 ; /* Disable A_IOCFG for Audigy 2 ZS Notebook */
James Courtier-Dutton19b99fb2005-12-04 18:03:03 +0100371 } else if (emu->audigy) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700372 outl(inl(emu->port + A_IOCFG) & ~0x44, emu->port + A_IOCFG);
Vedran Miletic67679b12008-10-23 18:51:00 +0200373
James Courtier-Duttone0474e52005-07-02 16:33:34 +0200374 if (emu->card_capabilities->ca0151_chip) { /* audigy2 */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700375 /* Unmute Analog now. Set GPO6 to 1 for Apollo.
376 * This has to be done after init ALice3 I2SOut beyond 48KHz.
377 * So, sequence is important. */
378 outl(inl(emu->port + A_IOCFG) | 0x0040, emu->port + A_IOCFG);
James Courtier-Duttone0474e52005-07-02 16:33:34 +0200379 } else if (emu->card_capabilities->ca0108_chip) { /* audigy2 value */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700380 /* Unmute Analog now. */
381 outl(inl(emu->port + A_IOCFG) | 0x0060, emu->port + A_IOCFG);
382 } else {
383 /* Disable routing from AC97 line out to Front speakers */
384 outl(inl(emu->port + A_IOCFG) | 0x0080, emu->port + A_IOCFG);
385 }
386 }
Vedran Miletic67679b12008-10-23 18:51:00 +0200387
Linus Torvalds1da177e2005-04-16 15:20:36 -0700388#if 0
389 {
390 unsigned int tmp;
391 /* FIXME: the following routine disables LiveDrive-II !! */
Vedran Miletic67679b12008-10-23 18:51:00 +0200392 /* TOSLink detection */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700393 emu->tos_link = 0;
394 tmp = inl(emu->port + HCFG);
395 if (tmp & (HCFG_GPINPUT0 | HCFG_GPINPUT1)) {
396 outl(tmp|0x800, emu->port + HCFG);
397 udelay(50);
398 if (tmp != (inl(emu->port + HCFG) & ~0x800)) {
399 emu->tos_link = 1;
400 outl(tmp, emu->port + HCFG);
401 }
402 }
403 }
404#endif
405
406 snd_emu10k1_intr_enable(emu, INTE_PCIERRORENABLE);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700407}
408
Vedran Miletic67679b12008-10-23 18:51:00 +0200409int snd_emu10k1_done(struct snd_emu10k1 *emu)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700410{
411 int ch;
412
413 outl(0, emu->port + INTE);
414
415 /*
416 * Shutdown the chip
417 */
418 for (ch = 0; ch < NUM_G; ch++)
419 snd_emu10k1_ptr_write(emu, DCYSUSV, ch, 0);
420 for (ch = 0; ch < NUM_G; ch++) {
421 snd_emu10k1_ptr_write(emu, VTFT, ch, 0);
422 snd_emu10k1_ptr_write(emu, CVCF, ch, 0);
423 snd_emu10k1_ptr_write(emu, PTRX, ch, 0);
424 snd_emu10k1_ptr_write(emu, CPF, ch, 0);
425 }
426
427 /* reset recording buffers */
428 snd_emu10k1_ptr_write(emu, MICBS, 0, 0);
429 snd_emu10k1_ptr_write(emu, MICBA, 0, 0);
430 snd_emu10k1_ptr_write(emu, FXBS, 0, 0);
431 snd_emu10k1_ptr_write(emu, FXBA, 0, 0);
432 snd_emu10k1_ptr_write(emu, FXWC, 0, 0);
433 snd_emu10k1_ptr_write(emu, ADCBS, 0, ADCBS_BUFSIZE_NONE);
434 snd_emu10k1_ptr_write(emu, ADCBA, 0, 0);
435 snd_emu10k1_ptr_write(emu, TCBS, 0, TCBS_BUFFSIZE_16K);
436 snd_emu10k1_ptr_write(emu, TCB, 0, 0);
437 if (emu->audigy)
438 snd_emu10k1_ptr_write(emu, A_DBG, 0, A_DBG_SINGLE_STEP);
439 else
440 snd_emu10k1_ptr_write(emu, DBG, 0, EMU10K1_DBG_SINGLE_STEP);
441
442 /* disable channel interrupt */
443 snd_emu10k1_ptr_write(emu, CLIEL, 0, 0);
444 snd_emu10k1_ptr_write(emu, CLIEH, 0, 0);
445 snd_emu10k1_ptr_write(emu, SOLEL, 0, 0);
446 snd_emu10k1_ptr_write(emu, SOLEH, 0, 0);
447
Linus Torvalds1da177e2005-04-16 15:20:36 -0700448 /* disable audio and lock cache */
449 outl(HCFG_LOCKSOUNDCACHE | HCFG_LOCKTANKCACHE_MASK | HCFG_MUTEBUTTONENABLE, emu->port + HCFG);
450 snd_emu10k1_ptr_write(emu, PTB, 0, 0);
451
Linus Torvalds1da177e2005-04-16 15:20:36 -0700452 return 0;
453}
454
455/*************************************************************************
456 * ECARD functional implementation
457 *************************************************************************/
458
459/* In A1 Silicon, these bits are in the HC register */
460#define HOOKN_BIT (1L << 12)
461#define HANDN_BIT (1L << 11)
462#define PULSEN_BIT (1L << 10)
463
464#define EC_GDI1 (1 << 13)
465#define EC_GDI0 (1 << 14)
466
467#define EC_NUM_CONTROL_BITS 20
468
469#define EC_AC3_DATA_SELN 0x0001L
470#define EC_EE_DATA_SEL 0x0002L
471#define EC_EE_CNTRL_SELN 0x0004L
472#define EC_EECLK 0x0008L
473#define EC_EECS 0x0010L
474#define EC_EESDO 0x0020L
475#define EC_TRIM_CSN 0x0040L
476#define EC_TRIM_SCLK 0x0080L
477#define EC_TRIM_SDATA 0x0100L
478#define EC_TRIM_MUTEN 0x0200L
479#define EC_ADCCAL 0x0400L
480#define EC_ADCRSTN 0x0800L
481#define EC_DACCAL 0x1000L
482#define EC_DACMUTEN 0x2000L
483#define EC_LEDN 0x4000L
484
485#define EC_SPDIF0_SEL_SHIFT 15
486#define EC_SPDIF1_SEL_SHIFT 17
487#define EC_SPDIF0_SEL_MASK (0x3L << EC_SPDIF0_SEL_SHIFT)
488#define EC_SPDIF1_SEL_MASK (0x7L << EC_SPDIF1_SEL_SHIFT)
489#define EC_SPDIF0_SELECT(_x) (((_x) << EC_SPDIF0_SEL_SHIFT) & EC_SPDIF0_SEL_MASK)
490#define EC_SPDIF1_SELECT(_x) (((_x) << EC_SPDIF1_SEL_SHIFT) & EC_SPDIF1_SEL_MASK)
491#define EC_CURRENT_PROM_VERSION 0x01 /* Self-explanatory. This should
492 * be incremented any time the EEPROM's
493 * format is changed. */
494
495#define EC_EEPROM_SIZE 0x40 /* ECARD EEPROM has 64 16-bit words */
496
497/* Addresses for special values stored in to EEPROM */
498#define EC_PROM_VERSION_ADDR 0x20 /* Address of the current prom version */
499#define EC_BOARDREV0_ADDR 0x21 /* LSW of board rev */
500#define EC_BOARDREV1_ADDR 0x22 /* MSW of board rev */
501
502#define EC_LAST_PROMFILE_ADDR 0x2f
503
Vedran Miletic67679b12008-10-23 18:51:00 +0200504#define EC_SERIALNUM_ADDR 0x30 /* First word of serial number. The
Linus Torvalds1da177e2005-04-16 15:20:36 -0700505 * can be up to 30 characters in length
506 * and is stored as a NULL-terminated
507 * ASCII string. Any unused bytes must be
508 * filled with zeros */
509#define EC_CHECKSUM_ADDR 0x3f /* Location at which checksum is stored */
510
511
Vedran Miletic67679b12008-10-23 18:51:00 +0200512/* Most of this stuff is pretty self-evident. According to the hardware
513 * dudes, we need to leave the ADCCAL bit low in order to avoid a DC
Linus Torvalds1da177e2005-04-16 15:20:36 -0700514 * offset problem. Weird.
515 */
516#define EC_RAW_RUN_MODE (EC_DACMUTEN | EC_ADCRSTN | EC_TRIM_MUTEN | \
517 EC_TRIM_CSN)
518
519
520#define EC_DEFAULT_ADC_GAIN 0xC4C4
521#define EC_DEFAULT_SPDIF0_SEL 0x0
522#define EC_DEFAULT_SPDIF1_SEL 0x4
523
524/**************************************************************************
525 * @func Clock bits into the Ecard's control latch. The Ecard uses a
526 * control latch will is loaded bit-serially by toggling the Modem control
527 * lines from function 2 on the E8010. This function hides these details
528 * and presents the illusion that we are actually writing to a distinct
529 * register.
530 */
531
Vedran Miletic67679b12008-10-23 18:51:00 +0200532static void snd_emu10k1_ecard_write(struct snd_emu10k1 *emu, unsigned int value)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700533{
534 unsigned short count;
535 unsigned int data;
536 unsigned long hc_port;
537 unsigned int hc_value;
538
539 hc_port = emu->port + HCFG;
540 hc_value = inl(hc_port) & ~(HOOKN_BIT | HANDN_BIT | PULSEN_BIT);
541 outl(hc_value, hc_port);
542
543 for (count = 0; count < EC_NUM_CONTROL_BITS; count++) {
544
545 /* Set up the value */
546 data = ((value & 0x1) ? PULSEN_BIT : 0);
547 value >>= 1;
548
549 outl(hc_value | data, hc_port);
550
551 /* Clock the shift register */
552 outl(hc_value | data | HANDN_BIT, hc_port);
553 outl(hc_value | data, hc_port);
554 }
555
556 /* Latch the bits */
557 outl(hc_value | HOOKN_BIT, hc_port);
558 outl(hc_value, hc_port);
559}
560
561/**************************************************************************
562 * @func Set the gain of the ECARD's CS3310 Trim/gain controller. The
563 * trim value consists of a 16bit value which is composed of two
564 * 8 bit gain/trim values, one for the left channel and one for the
565 * right channel. The following table maps from the Gain/Attenuation
566 * value in decibels into the corresponding bit pattern for a single
567 * channel.
568 */
569
Vedran Miletic67679b12008-10-23 18:51:00 +0200570static void snd_emu10k1_ecard_setadcgain(struct snd_emu10k1 *emu,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700571 unsigned short gain)
572{
573 unsigned int bit;
574
575 /* Enable writing to the TRIM registers */
576 snd_emu10k1_ecard_write(emu, emu->ecard_ctrl & ~EC_TRIM_CSN);
577
578 /* Do it again to insure that we meet hold time requirements */
579 snd_emu10k1_ecard_write(emu, emu->ecard_ctrl & ~EC_TRIM_CSN);
580
581 for (bit = (1 << 15); bit; bit >>= 1) {
582 unsigned int value;
Vedran Miletic67679b12008-10-23 18:51:00 +0200583
Linus Torvalds1da177e2005-04-16 15:20:36 -0700584 value = emu->ecard_ctrl & ~(EC_TRIM_CSN | EC_TRIM_SDATA);
585
586 if (gain & bit)
587 value |= EC_TRIM_SDATA;
588
589 /* Clock the bit */
590 snd_emu10k1_ecard_write(emu, value);
591 snd_emu10k1_ecard_write(emu, value | EC_TRIM_SCLK);
592 snd_emu10k1_ecard_write(emu, value);
593 }
594
595 snd_emu10k1_ecard_write(emu, emu->ecard_ctrl);
596}
597
Vedran Miletic67679b12008-10-23 18:51:00 +0200598static int snd_emu10k1_ecard_init(struct snd_emu10k1 *emu)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700599{
600 unsigned int hc_value;
601
602 /* Set up the initial settings */
603 emu->ecard_ctrl = EC_RAW_RUN_MODE |
604 EC_SPDIF0_SELECT(EC_DEFAULT_SPDIF0_SEL) |
605 EC_SPDIF1_SELECT(EC_DEFAULT_SPDIF1_SEL);
606
Vedran Miletic67679b12008-10-23 18:51:00 +0200607 /* Step 0: Set the codec type in the hardware control register
Linus Torvalds1da177e2005-04-16 15:20:36 -0700608 * and enable audio output */
609 hc_value = inl(emu->port + HCFG);
610 outl(hc_value | HCFG_AUDIOENABLE | HCFG_CODECFORMAT_I2S, emu->port + HCFG);
611 inl(emu->port + HCFG);
612
613 /* Step 1: Turn off the led and deassert TRIM_CS */
614 snd_emu10k1_ecard_write(emu, EC_ADCCAL | EC_LEDN | EC_TRIM_CSN);
615
616 /* Step 2: Calibrate the ADC and DAC */
617 snd_emu10k1_ecard_write(emu, EC_DACCAL | EC_LEDN | EC_TRIM_CSN);
618
619 /* Step 3: Wait for awhile; XXX We can't get away with this
620 * under a real operating system; we'll need to block and wait that
621 * way. */
622 snd_emu10k1_wait(emu, 48000);
623
624 /* Step 4: Switch off the DAC and ADC calibration. Note
625 * That ADC_CAL is actually an inverted signal, so we assert
626 * it here to stop calibration. */
627 snd_emu10k1_ecard_write(emu, EC_ADCCAL | EC_LEDN | EC_TRIM_CSN);
628
629 /* Step 4: Switch into run mode */
630 snd_emu10k1_ecard_write(emu, emu->ecard_ctrl);
631
632 /* Step 5: Set the analog input gain */
633 snd_emu10k1_ecard_setadcgain(emu, EC_DEFAULT_ADC_GAIN);
634
635 return 0;
636}
637
Vedran Miletic67679b12008-10-23 18:51:00 +0200638static int snd_emu10k1_cardbus_init(struct snd_emu10k1 *emu)
James Courtier-Duttond83c6712005-10-31 10:27:41 +0000639{
640 unsigned long special_port;
641 unsigned int value;
642
643 /* Special initialisation routine
644 * before the rest of the IO-Ports become active.
645 */
646 special_port = emu->port + 0x38;
647 value = inl(special_port);
648 outl(0x00d00000, special_port);
649 value = inl(special_port);
650 outl(0x00d00001, special_port);
651 value = inl(special_port);
652 outl(0x00d0005f, special_port);
653 value = inl(special_port);
654 outl(0x00d0007f, special_port);
655 value = inl(special_port);
656 outl(0x0090007f, special_port);
657 value = inl(special_port);
658
James Courtier-Duttone2b15f82005-11-11 23:39:05 +0100659 snd_emu10k1_ptr20_write(emu, TINA2_VOLUME, 0, 0xfefefefe); /* Defaults to 0x30303030 */
James Courtier-Duttonc94fa4c2007-11-10 17:55:14 +0000660 /* Delay to give time for ADC chip to switch on. It needs 113ms */
661 msleep(200);
James Courtier-Duttond83c6712005-10-31 10:27:41 +0000662 return 0;
663}
664
Takashi Iwaie08b34e2013-04-24 07:55:20 +0200665static int snd_emu1010_load_firmware(struct snd_emu10k1 *emu,
666 const struct firmware *fw_entry)
James Courtier-Dutton19b99fb2005-12-04 18:03:03 +0100667{
James Courtier-Dutton9f4bd5d2006-10-01 10:48:04 +0100668 int n, i;
669 int reg;
670 int value;
James Courtier-Dutton190d2c42007-11-04 14:08:26 +0000671 unsigned int write_post;
672 unsigned long flags;
James Courtier-Dutton19b99fb2005-12-04 18:03:03 +0100673
Takashi Iwaib209c4d2012-11-22 17:17:17 +0100674 if (!fw_entry)
675 return -EIO;
James Courtier-Dutton9f4bd5d2006-10-01 10:48:04 +0100676
677 /* The FPGA is a Xilinx Spartan IIE XC2S50E */
678 /* GPIO7 -> FPGA PGMN
679 * GPIO6 -> FPGA CCLK
680 * GPIO5 -> FPGA DIN
681 * FPGA CONFIG OFF -> FPGA PGMN
682 */
James Courtier-Dutton190d2c42007-11-04 14:08:26 +0000683 spin_lock_irqsave(&emu->emu_lock, flags);
James Courtier-Dutton9f4bd5d2006-10-01 10:48:04 +0100684 outl(0x00, emu->port + A_IOCFG); /* Set PGMN low for 1uS. */
James Courtier-Dutton190d2c42007-11-04 14:08:26 +0000685 write_post = inl(emu->port + A_IOCFG);
686 udelay(100);
James Courtier-Dutton9f4bd5d2006-10-01 10:48:04 +0100687 outl(0x80, emu->port + A_IOCFG); /* Leave bit 7 set during netlist setup. */
James Courtier-Dutton190d2c42007-11-04 14:08:26 +0000688 write_post = inl(emu->port + A_IOCFG);
James Courtier-Dutton9f4bd5d2006-10-01 10:48:04 +0100689 udelay(100); /* Allow FPGA memory to clean */
Vedran Miletic67679b12008-10-23 18:51:00 +0200690 for (n = 0; n < fw_entry->size; n++) {
691 value = fw_entry->data[n];
692 for (i = 0; i < 8; i++) {
James Courtier-Dutton9f4bd5d2006-10-01 10:48:04 +0100693 reg = 0x80;
694 if (value & 0x1)
695 reg = reg | 0x20;
Vedran Miletic67679b12008-10-23 18:51:00 +0200696 value = value >> 1;
James Courtier-Dutton9f4bd5d2006-10-01 10:48:04 +0100697 outl(reg, emu->port + A_IOCFG);
James Courtier-Dutton190d2c42007-11-04 14:08:26 +0000698 write_post = inl(emu->port + A_IOCFG);
James Courtier-Dutton9f4bd5d2006-10-01 10:48:04 +0100699 outl(reg | 0x40, emu->port + A_IOCFG);
James Courtier-Dutton190d2c42007-11-04 14:08:26 +0000700 write_post = inl(emu->port + A_IOCFG);
James Courtier-Dutton9f4bd5d2006-10-01 10:48:04 +0100701 }
702 }
703 /* After programming, set GPIO bit 4 high again. */
704 outl(0x10, emu->port + A_IOCFG);
James Courtier-Dutton190d2c42007-11-04 14:08:26 +0000705 write_post = inl(emu->port + A_IOCFG);
706 spin_unlock_irqrestore(&emu->emu_lock, flags);
James Courtier-Dutton9f4bd5d2006-10-01 10:48:04 +0100707
James Courtier-Dutton19b99fb2005-12-04 18:03:03 +0100708 return 0;
709}
710
Takashi Iwaibd3d1c22007-12-14 12:43:00 +0100711static int emu1010_firmware_thread(void *data)
712{
Vedran Miletic67679b12008-10-23 18:51:00 +0200713 struct snd_emu10k1 *emu = data;
Hannes Eder730d45f2009-02-25 22:28:59 +0100714 u32 tmp, tmp2, reg;
Michael Gernothfa863b22015-04-11 14:34:44 +0200715 u32 last_reg = 0;
James Courtier-Dutton42f53222007-07-23 17:52:27 +0100716 int err;
717
718 for (;;) {
719 /* Delay to allow Audio Dock to settle */
James Courtier-Dutton190d2c42007-11-04 14:08:26 +0000720 msleep_interruptible(1000);
James Courtier-Dutton42f53222007-07-23 17:52:27 +0100721 if (kthread_should_stop())
722 break;
Takashi Iwai2efa1d52012-11-22 21:21:20 +0100723#ifdef CONFIG_PM_SLEEP
Takashi Iwai4f86f122012-11-22 17:18:49 +0100724 if (emu->suspend)
725 continue;
Takashi Iwai2efa1d52012-11-22 21:21:20 +0100726#endif
Vedran Miletic67679b12008-10-23 18:51:00 +0200727 snd_emu1010_fpga_read(emu, EMU_HANA_IRQ_STATUS, &tmp); /* IRQ Status */
728 snd_emu1010_fpga_read(emu, EMU_HANA_OPTION_CARDS, &reg); /* OPTIONS: Which cards are attached to the EMU */
James Courtier-Dutton42f53222007-07-23 17:52:27 +0100729 if (reg & EMU_HANA_OPTION_DOCK_OFFLINE) {
730 /* Audio Dock attached */
731 /* Return to Audio Dock programming mode */
Takashi Iwai6f002b02014-02-25 17:02:09 +0100732 dev_info(emu->card->dev,
733 "emu1010: Loading Audio Dock Firmware\n");
Vedran Miletic67679b12008-10-23 18:51:00 +0200734 snd_emu1010_fpga_write(emu, EMU_HANA_FPGA_CONFIG, EMU_HANA_FPGA_CONFIG_AUDIODOCK);
Takashi Iwaie08b34e2013-04-24 07:55:20 +0200735
736 if (!emu->dock_fw) {
737 const char *filename = NULL;
738 switch (emu->card_capabilities->emu_model) {
739 case EMU_MODEL_EMU1010:
740 filename = DOCK_FILENAME;
741 break;
742 case EMU_MODEL_EMU1010B:
743 filename = MICRO_DOCK_FILENAME;
744 break;
745 case EMU_MODEL_EMU1616:
746 filename = MICRO_DOCK_FILENAME;
747 break;
748 }
749 if (filename) {
750 err = request_firmware(&emu->dock_fw,
751 filename,
752 &emu->pci->dev);
753 if (err)
754 continue;
755 }
756 }
757
758 if (emu->dock_fw) {
759 err = snd_emu1010_load_firmware(emu, emu->dock_fw);
760 if (err)
761 continue;
762 }
James Courtier-Dutton42f53222007-07-23 17:52:27 +0100763
Vedran Miletic67679b12008-10-23 18:51:00 +0200764 snd_emu1010_fpga_write(emu, EMU_HANA_FPGA_CONFIG, 0);
765 snd_emu1010_fpga_read(emu, EMU_HANA_IRQ_STATUS, &reg);
Takashi Iwai6f002b02014-02-25 17:02:09 +0100766 dev_info(emu->card->dev,
767 "emu1010: EMU_HANA+DOCK_IRQ_STATUS = 0x%x\n",
768 reg);
James Courtier-Dutton42f53222007-07-23 17:52:27 +0100769 /* ID, should read & 0x7f = 0x55 when FPGA programmed. */
Vedran Miletic67679b12008-10-23 18:51:00 +0200770 snd_emu1010_fpga_read(emu, EMU_HANA_ID, &reg);
Takashi Iwai6f002b02014-02-25 17:02:09 +0100771 dev_info(emu->card->dev,
772 "emu1010: EMU_HANA+DOCK_ID = 0x%x\n", reg);
James Courtier-Dutton42f53222007-07-23 17:52:27 +0100773 if ((reg & 0x1f) != 0x15) {
774 /* FPGA failed to be programmed */
Takashi Iwai6f002b02014-02-25 17:02:09 +0100775 dev_info(emu->card->dev,
776 "emu1010: Loading Audio Dock Firmware file failed, reg = 0x%x\n",
777 reg);
James Courtier-Dutton190d2c42007-11-04 14:08:26 +0000778 continue;
James Courtier-Dutton42f53222007-07-23 17:52:27 +0100779 }
Takashi Iwai6f002b02014-02-25 17:02:09 +0100780 dev_info(emu->card->dev,
781 "emu1010: Audio Dock Firmware loaded\n");
Vedran Miletic67679b12008-10-23 18:51:00 +0200782 snd_emu1010_fpga_read(emu, EMU_DOCK_MAJOR_REV, &tmp);
783 snd_emu1010_fpga_read(emu, EMU_DOCK_MINOR_REV, &tmp2);
Takashi Iwai6f002b02014-02-25 17:02:09 +0100784 dev_info(emu->card->dev, "Audio Dock ver: %u.%u\n",
Takashi Iwai28a97c12009-02-05 16:08:14 +0100785 tmp, tmp2);
James Courtier-Duttonc93d1c22007-07-26 18:44:49 +0100786 /* Sync clocking between 1010 and Dock */
787 /* Allow DLL to settle */
788 msleep(10);
789 /* Unmute all. Default is muted after a firmware load */
Vedran Miletic67679b12008-10-23 18:51:00 +0200790 snd_emu1010_fpga_write(emu, EMU_HANA_UNMUTE, EMU_UNMUTE);
Michael Gernothfa863b22015-04-11 14:34:44 +0200791 } else if (!reg && last_reg) {
792 /* Audio Dock removed */
793 dev_info(emu->card->dev,
794 "emu1010: Audio Dock detached\n");
795 /* Unmute all */
796 snd_emu1010_fpga_write(emu, EMU_HANA_UNMUTE, EMU_UNMUTE);
James Courtier-Dutton42f53222007-07-23 17:52:27 +0100797 }
Michael Gernothfa863b22015-04-11 14:34:44 +0200798
799 last_reg = reg;
James Courtier-Dutton42f53222007-07-23 17:52:27 +0100800 }
Takashi Iwai6f002b02014-02-25 17:02:09 +0100801 dev_info(emu->card->dev, "emu1010: firmware thread stopping\n");
James Courtier-Dutton42f53222007-07-23 17:52:27 +0100802 return 0;
803}
804
Pavel Hofman13d45702007-06-11 12:21:20 +0200805/*
806 * EMU-1010 - details found out from this driver, official MS Win drivers,
807 * testing the card:
808 *
809 * Audigy2 (aka Alice2):
810 * ---------------------
811 * * communication over PCI
812 * * conversion of 32-bit data coming over EMU32 links from HANA FPGA
813 * to 2 x 16-bit, using internal DSP instructions
814 * * slave mode, clock supplied by HANA
815 * * linked to HANA using:
816 * 32 x 32-bit serial EMU32 output channels
817 * 16 x EMU32 input channels
818 * (?) x I2S I/O channels (?)
819 *
820 * FPGA (aka HANA):
821 * ---------------
822 * * provides all (?) physical inputs and outputs of the card
823 * (ADC, DAC, SPDIF I/O, ADAT I/O, etc.)
824 * * provides clock signal for the card and Alice2
825 * * two crystals - for 44.1kHz and 48kHz multiples
826 * * provides internal routing of signal sources to signal destinations
827 * * inputs/outputs to Alice2 - see above
828 *
829 * Current status of the driver:
830 * ----------------------------
831 * * only 44.1/48kHz supported (the MS Win driver supports up to 192 kHz)
832 * * PCM device nb. 2:
833 * 16 x 16-bit playback - snd_emu10k1_fx8010_playback_ops
834 * 16 x 32-bit capture - snd_emu10k1_capture_efx_ops
835 */
Vedran Miletic67679b12008-10-23 18:51:00 +0200836static int snd_emu10k1_emu1010_init(struct snd_emu10k1 *emu)
James Courtier-Dutton19b99fb2005-12-04 18:03:03 +0100837{
838 unsigned int i;
Hannes Eder730d45f2009-02-25 22:28:59 +0100839 u32 tmp, tmp2, reg;
James Courtier-Dutton9f4bd5d2006-10-01 10:48:04 +0100840 int err;
James Courtier-Dutton19b99fb2005-12-04 18:03:03 +0100841
Takashi Iwai6f002b02014-02-25 17:02:09 +0100842 dev_info(emu->card->dev, "emu1010: Special config.\n");
James Courtier-Dutton9f4bd5d2006-10-01 10:48:04 +0100843 /* AC97 2.1, Any 16Meg of 4Gig address, Auto-Mute, EMU32 Slave,
844 * Lock Sound Memory Cache, Lock Tank Memory Cache,
845 * Mute all codecs.
846 */
James Courtier-Dutton19b99fb2005-12-04 18:03:03 +0100847 outl(0x0005a00c, emu->port + HCFG);
James Courtier-Dutton9f4bd5d2006-10-01 10:48:04 +0100848 /* AC97 2.1, Any 16Meg of 4Gig address, Auto-Mute, EMU32 Slave,
849 * Lock Tank Memory Cache,
850 * Mute all codecs.
851 */
Vedran Miletic67679b12008-10-23 18:51:00 +0200852 outl(0x0005a004, emu->port + HCFG);
James Courtier-Dutton9f4bd5d2006-10-01 10:48:04 +0100853 /* AC97 2.1, Any 16Meg of 4Gig address, Auto-Mute, EMU32 Slave,
854 * Mute all codecs.
855 */
James Courtier-Dutton19b99fb2005-12-04 18:03:03 +0100856 outl(0x0005a000, emu->port + HCFG);
James Courtier-Dutton9f4bd5d2006-10-01 10:48:04 +0100857 /* AC97 2.1, Any 16Meg of 4Gig address, Auto-Mute, EMU32 Slave,
858 * Mute all codecs.
859 */
James Courtier-Dutton19b99fb2005-12-04 18:03:03 +0100860 outl(0x0005a000, emu->port + HCFG);
861
James Courtier-Dutton9f4bd5d2006-10-01 10:48:04 +0100862 /* Disable 48Volt power to Audio Dock */
Vedran Miletic67679b12008-10-23 18:51:00 +0200863 snd_emu1010_fpga_write(emu, EMU_HANA_DOCK_PWR, 0);
James Courtier-Dutton19b99fb2005-12-04 18:03:03 +0100864
James Courtier-Dutton9f4bd5d2006-10-01 10:48:04 +0100865 /* ID, should read & 0x7f = 0x55. (Bit 7 is the IRQ bit) */
Vedran Miletic67679b12008-10-23 18:51:00 +0200866 snd_emu1010_fpga_read(emu, EMU_HANA_ID, &reg);
Takashi Iwai6f002b02014-02-25 17:02:09 +0100867 dev_dbg(emu->card->dev, "reg1 = 0x%x\n", reg);
James Courtier-Duttond9e8a552007-07-14 10:24:49 +0100868 if ((reg & 0x3f) == 0x15) {
James Courtier-Dutton9f4bd5d2006-10-01 10:48:04 +0100869 /* FPGA netlist already present so clear it */
870 /* Return to programming mode */
James Courtier-Dutton19b99fb2005-12-04 18:03:03 +0100871
Vedran Miletic67679b12008-10-23 18:51:00 +0200872 snd_emu1010_fpga_write(emu, EMU_HANA_FPGA_CONFIG, 0x02);
James Courtier-Dutton9f4bd5d2006-10-01 10:48:04 +0100873 }
Vedran Miletic67679b12008-10-23 18:51:00 +0200874 snd_emu1010_fpga_read(emu, EMU_HANA_ID, &reg);
Takashi Iwai6f002b02014-02-25 17:02:09 +0100875 dev_dbg(emu->card->dev, "reg2 = 0x%x\n", reg);
James Courtier-Duttond9e8a552007-07-14 10:24:49 +0100876 if ((reg & 0x3f) == 0x15) {
James Courtier-Dutton9f4bd5d2006-10-01 10:48:04 +0100877 /* FPGA failed to return to programming mode */
Takashi Iwai6f002b02014-02-25 17:02:09 +0100878 dev_info(emu->card->dev,
879 "emu1010: FPGA failed to return to programming mode\n");
James Courtier-Dutton9f4bd5d2006-10-01 10:48:04 +0100880 return -ENODEV;
881 }
Takashi Iwai6f002b02014-02-25 17:02:09 +0100882 dev_info(emu->card->dev, "emu1010: EMU_HANA_ID = 0x%x\n", reg);
Takashi Iwaib209c4d2012-11-22 17:17:17 +0100883
884 if (!emu->firmware) {
885 const char *filename;
886 switch (emu->card_capabilities->emu_model) {
887 case EMU_MODEL_EMU1010:
888 filename = HANA_FILENAME;
889 break;
890 case EMU_MODEL_EMU1010B:
891 filename = EMU1010B_FILENAME;
892 break;
893 case EMU_MODEL_EMU1616:
894 filename = EMU1010_NOTEBOOK_FILENAME;
895 break;
896 case EMU_MODEL_EMU0404:
897 filename = EMU0404_FILENAME;
898 break;
899 default:
900 return -ENODEV;
901 }
902
903 err = request_firmware(&emu->firmware, filename, &emu->pci->dev);
904 if (err != 0) {
Takashi Iwai6f002b02014-02-25 17:02:09 +0100905 dev_info(emu->card->dev,
906 "emu1010: firmware: %s not found. Err = %d\n",
907 filename, err);
Takashi Iwaib209c4d2012-11-22 17:17:17 +0100908 return err;
909 }
Takashi Iwai6f002b02014-02-25 17:02:09 +0100910 dev_info(emu->card->dev,
911 "emu1010: firmware file = %s, size = 0x%zx\n",
Takashi Iwaib209c4d2012-11-22 17:17:17 +0100912 filename, emu->firmware->size);
Florian Zeitzb56ddbe2013-02-25 09:53:35 +0100913 }
914
Takashi Iwaie08b34e2013-04-24 07:55:20 +0200915 err = snd_emu1010_load_firmware(emu, emu->firmware);
Florian Zeitzb56ddbe2013-02-25 09:53:35 +0100916 if (err != 0) {
Takashi Iwai6f002b02014-02-25 17:02:09 +0100917 dev_info(emu->card->dev, "emu1010: Loading Firmware failed\n");
Florian Zeitzb56ddbe2013-02-25 09:53:35 +0100918 return err;
James Courtier-Dutton9f4bd5d2006-10-01 10:48:04 +0100919 }
920
921 /* ID, should read & 0x7f = 0x55 when FPGA programmed. */
Vedran Miletic67679b12008-10-23 18:51:00 +0200922 snd_emu1010_fpga_read(emu, EMU_HANA_ID, &reg);
James Courtier-Duttond9e8a552007-07-14 10:24:49 +0100923 if ((reg & 0x3f) != 0x15) {
James Courtier-Dutton9f4bd5d2006-10-01 10:48:04 +0100924 /* FPGA failed to be programmed */
Takashi Iwai6f002b02014-02-25 17:02:09 +0100925 dev_info(emu->card->dev,
926 "emu1010: Loading Hana Firmware file failed, reg = 0x%x\n",
927 reg);
James Courtier-Dutton9f4bd5d2006-10-01 10:48:04 +0100928 return -ENODEV;
929 }
930
Takashi Iwai6f002b02014-02-25 17:02:09 +0100931 dev_info(emu->card->dev, "emu1010: Hana Firmware loaded\n");
Vedran Miletic67679b12008-10-23 18:51:00 +0200932 snd_emu1010_fpga_read(emu, EMU_HANA_MAJOR_REV, &tmp);
933 snd_emu1010_fpga_read(emu, EMU_HANA_MINOR_REV, &tmp2);
Takashi Iwai6f002b02014-02-25 17:02:09 +0100934 dev_info(emu->card->dev, "emu1010: Hana version: %u.%u\n", tmp, tmp2);
James Courtier-Dutton9f4bd5d2006-10-01 10:48:04 +0100935 /* Enable 48Volt power to Audio Dock */
Vedran Miletic67679b12008-10-23 18:51:00 +0200936 snd_emu1010_fpga_write(emu, EMU_HANA_DOCK_PWR, EMU_HANA_DOCK_PWR_ON);
James Courtier-Dutton9f4bd5d2006-10-01 10:48:04 +0100937
Vedran Miletic67679b12008-10-23 18:51:00 +0200938 snd_emu1010_fpga_read(emu, EMU_HANA_OPTION_CARDS, &reg);
Takashi Iwai6f002b02014-02-25 17:02:09 +0100939 dev_info(emu->card->dev, "emu1010: Card options = 0x%x\n", reg);
Vedran Miletic67679b12008-10-23 18:51:00 +0200940 snd_emu1010_fpga_read(emu, EMU_HANA_OPTION_CARDS, &reg);
Takashi Iwai6f002b02014-02-25 17:02:09 +0100941 dev_info(emu->card->dev, "emu1010: Card options = 0x%x\n", reg);
Vedran Miletic67679b12008-10-23 18:51:00 +0200942 snd_emu1010_fpga_read(emu, EMU_HANA_OPTICAL_TYPE, &tmp);
James Courtier-Duttonedec7bb2007-07-23 20:30:22 +0100943 /* Optical -> ADAT I/O */
James Courtier-Duttonf93abe52007-07-26 18:31:39 +0100944 /* 0 : SPDIF
945 * 1 : ADAT
946 */
947 emu->emu1010.optical_in = 1; /* IN_ADAT */
948 emu->emu1010.optical_out = 1; /* IN_ADAT */
949 tmp = 0;
950 tmp = (emu->emu1010.optical_in ? EMU_HANA_OPTICAL_IN_ADAT : 0) |
951 (emu->emu1010.optical_out ? EMU_HANA_OPTICAL_OUT_ADAT : 0);
Vedran Miletic67679b12008-10-23 18:51:00 +0200952 snd_emu1010_fpga_write(emu, EMU_HANA_OPTICAL_TYPE, tmp);
953 snd_emu1010_fpga_read(emu, EMU_HANA_ADC_PADS, &tmp);
James Courtier-Dutton9f4bd5d2006-10-01 10:48:04 +0100954 /* Set no attenuation on Audio Dock pads. */
Vedran Miletic67679b12008-10-23 18:51:00 +0200955 snd_emu1010_fpga_write(emu, EMU_HANA_ADC_PADS, 0x00);
James Courtier-Dutton9148cc52006-10-09 23:08:00 +0100956 emu->emu1010.adc_pads = 0x00;
Vedran Miletic67679b12008-10-23 18:51:00 +0200957 snd_emu1010_fpga_read(emu, EMU_HANA_DOCK_MISC, &tmp);
James Courtier-Dutton9f4bd5d2006-10-01 10:48:04 +0100958 /* Unmute Audio dock DACs, Headphone source DAC-4. */
Vedran Miletic67679b12008-10-23 18:51:00 +0200959 snd_emu1010_fpga_write(emu, EMU_HANA_DOCK_MISC, 0x30);
960 snd_emu1010_fpga_write(emu, EMU_HANA_DOCK_LEDS_2, 0x12);
961 snd_emu1010_fpga_read(emu, EMU_HANA_DAC_PADS, &tmp);
James Courtier-Dutton9148cc52006-10-09 23:08:00 +0100962 /* DAC PADs. */
Vedran Miletic67679b12008-10-23 18:51:00 +0200963 snd_emu1010_fpga_write(emu, EMU_HANA_DAC_PADS, 0x0f);
James Courtier-Dutton9148cc52006-10-09 23:08:00 +0100964 emu->emu1010.dac_pads = 0x0f;
Vedran Miletic67679b12008-10-23 18:51:00 +0200965 snd_emu1010_fpga_read(emu, EMU_HANA_DOCK_MISC, &tmp);
966 snd_emu1010_fpga_write(emu, EMU_HANA_DOCK_MISC, 0x30);
967 snd_emu1010_fpga_read(emu, EMU_HANA_SPDIF_MODE, &tmp);
James Courtier-Dutton9f4bd5d2006-10-01 10:48:04 +0100968 /* SPDIF Format. Set Consumer mode, 24bit, copy enable */
Vedran Miletic67679b12008-10-23 18:51:00 +0200969 snd_emu1010_fpga_write(emu, EMU_HANA_SPDIF_MODE, 0x10);
James Courtier-Dutton9f4bd5d2006-10-01 10:48:04 +0100970 /* MIDI routing */
Vedran Miletic67679b12008-10-23 18:51:00 +0200971 snd_emu1010_fpga_write(emu, EMU_HANA_MIDI_IN, 0x19);
James Courtier-Dutton9f4bd5d2006-10-01 10:48:04 +0100972 /* Unknown. */
Vedran Miletic67679b12008-10-23 18:51:00 +0200973 snd_emu1010_fpga_write(emu, EMU_HANA_MIDI_OUT, 0x0c);
Justin P. Mattockfb9b5a02011-02-24 22:15:42 -0800974 /* IRQ Enable: All on */
Vedran Miletic67679b12008-10-23 18:51:00 +0200975 /* snd_emu1010_fpga_write(emu, 0x09, 0x0f ); */
James Courtier-Dutton9f4bd5d2006-10-01 10:48:04 +0100976 /* IRQ Enable: All off */
Vedran Miletic67679b12008-10-23 18:51:00 +0200977 snd_emu1010_fpga_write(emu, EMU_HANA_IRQ_ENABLE, 0x00);
James Courtier-Dutton9f4bd5d2006-10-01 10:48:04 +0100978
Vedran Miletic67679b12008-10-23 18:51:00 +0200979 snd_emu1010_fpga_read(emu, EMU_HANA_OPTION_CARDS, &reg);
Takashi Iwai6f002b02014-02-25 17:02:09 +0100980 dev_info(emu->card->dev, "emu1010: Card options3 = 0x%x\n", reg);
James Courtier-Dutton9f4bd5d2006-10-01 10:48:04 +0100981 /* Default WCLK set to 48kHz. */
Vedran Miletic67679b12008-10-23 18:51:00 +0200982 snd_emu1010_fpga_write(emu, EMU_HANA_DEFCLOCK, 0x00);
James Courtier-Dutton9f4bd5d2006-10-01 10:48:04 +0100983 /* Word Clock source, Internal 48kHz x1 */
Vedran Miletic67679b12008-10-23 18:51:00 +0200984 snd_emu1010_fpga_write(emu, EMU_HANA_WCLOCK, EMU_HANA_WCLOCK_INT_48K);
985 /* snd_emu1010_fpga_write(emu, EMU_HANA_WCLOCK, EMU_HANA_WCLOCK_INT_48K | EMU_HANA_WCLOCK_4X); */
James Courtier-Dutton9f4bd5d2006-10-01 10:48:04 +0100986 /* Audio Dock LEDs. */
Vedran Miletic67679b12008-10-23 18:51:00 +0200987 snd_emu1010_fpga_write(emu, EMU_HANA_DOCK_LEDS_2, 0x12);
James Courtier-Dutton9f4bd5d2006-10-01 10:48:04 +0100988
989#if 0
990 /* For 96kHz */
991 snd_emu1010_fpga_link_dst_src_write(emu,
992 EMU_DST_ALICE2_EMU32_0, EMU_SRC_HAMOA_ADC_LEFT1);
993 snd_emu1010_fpga_link_dst_src_write(emu,
994 EMU_DST_ALICE2_EMU32_1, EMU_SRC_HAMOA_ADC_RIGHT1);
995 snd_emu1010_fpga_link_dst_src_write(emu,
996 EMU_DST_ALICE2_EMU32_4, EMU_SRC_HAMOA_ADC_LEFT2);
997 snd_emu1010_fpga_link_dst_src_write(emu,
998 EMU_DST_ALICE2_EMU32_5, EMU_SRC_HAMOA_ADC_RIGHT2);
999#endif
1000#if 0
1001 /* For 192kHz */
1002 snd_emu1010_fpga_link_dst_src_write(emu,
1003 EMU_DST_ALICE2_EMU32_0, EMU_SRC_HAMOA_ADC_LEFT1);
1004 snd_emu1010_fpga_link_dst_src_write(emu,
1005 EMU_DST_ALICE2_EMU32_1, EMU_SRC_HAMOA_ADC_RIGHT1);
1006 snd_emu1010_fpga_link_dst_src_write(emu,
1007 EMU_DST_ALICE2_EMU32_2, EMU_SRC_HAMOA_ADC_LEFT2);
1008 snd_emu1010_fpga_link_dst_src_write(emu,
1009 EMU_DST_ALICE2_EMU32_3, EMU_SRC_HAMOA_ADC_RIGHT2);
1010 snd_emu1010_fpga_link_dst_src_write(emu,
1011 EMU_DST_ALICE2_EMU32_4, EMU_SRC_HAMOA_ADC_LEFT3);
1012 snd_emu1010_fpga_link_dst_src_write(emu,
1013 EMU_DST_ALICE2_EMU32_5, EMU_SRC_HAMOA_ADC_RIGHT3);
1014 snd_emu1010_fpga_link_dst_src_write(emu,
1015 EMU_DST_ALICE2_EMU32_6, EMU_SRC_HAMOA_ADC_LEFT4);
1016 snd_emu1010_fpga_link_dst_src_write(emu,
1017 EMU_DST_ALICE2_EMU32_7, EMU_SRC_HAMOA_ADC_RIGHT4);
1018#endif
1019#if 1
1020 /* For 48kHz */
1021 snd_emu1010_fpga_link_dst_src_write(emu,
1022 EMU_DST_ALICE2_EMU32_0, EMU_SRC_DOCK_MIC_A1);
1023 snd_emu1010_fpga_link_dst_src_write(emu,
1024 EMU_DST_ALICE2_EMU32_1, EMU_SRC_DOCK_MIC_B1);
1025 snd_emu1010_fpga_link_dst_src_write(emu,
1026 EMU_DST_ALICE2_EMU32_2, EMU_SRC_HAMOA_ADC_LEFT2);
1027 snd_emu1010_fpga_link_dst_src_write(emu,
1028 EMU_DST_ALICE2_EMU32_3, EMU_SRC_HAMOA_ADC_LEFT2);
1029 snd_emu1010_fpga_link_dst_src_write(emu,
1030 EMU_DST_ALICE2_EMU32_4, EMU_SRC_DOCK_ADC1_LEFT1);
1031 snd_emu1010_fpga_link_dst_src_write(emu,
1032 EMU_DST_ALICE2_EMU32_5, EMU_SRC_DOCK_ADC1_RIGHT1);
1033 snd_emu1010_fpga_link_dst_src_write(emu,
1034 EMU_DST_ALICE2_EMU32_6, EMU_SRC_DOCK_ADC2_LEFT1);
1035 snd_emu1010_fpga_link_dst_src_write(emu,
1036 EMU_DST_ALICE2_EMU32_7, EMU_SRC_DOCK_ADC2_RIGHT1);
Pavel Hofman13d45702007-06-11 12:21:20 +02001037 /* Pavel Hofman - setting defaults for 8 more capture channels
1038 * Defaults only, users will set their own values anyways, let's
1039 * just copy/paste.
1040 */
Vedran Miletic67679b12008-10-23 18:51:00 +02001041
Pavel Hofman13d45702007-06-11 12:21:20 +02001042 snd_emu1010_fpga_link_dst_src_write(emu,
1043 EMU_DST_ALICE2_EMU32_8, EMU_SRC_DOCK_MIC_A1);
1044 snd_emu1010_fpga_link_dst_src_write(emu,
1045 EMU_DST_ALICE2_EMU32_9, EMU_SRC_DOCK_MIC_B1);
1046 snd_emu1010_fpga_link_dst_src_write(emu,
1047 EMU_DST_ALICE2_EMU32_A, EMU_SRC_HAMOA_ADC_LEFT2);
1048 snd_emu1010_fpga_link_dst_src_write(emu,
1049 EMU_DST_ALICE2_EMU32_B, EMU_SRC_HAMOA_ADC_LEFT2);
1050 snd_emu1010_fpga_link_dst_src_write(emu,
1051 EMU_DST_ALICE2_EMU32_C, EMU_SRC_DOCK_ADC1_LEFT1);
1052 snd_emu1010_fpga_link_dst_src_write(emu,
1053 EMU_DST_ALICE2_EMU32_D, EMU_SRC_DOCK_ADC1_RIGHT1);
1054 snd_emu1010_fpga_link_dst_src_write(emu,
1055 EMU_DST_ALICE2_EMU32_E, EMU_SRC_DOCK_ADC2_LEFT1);
1056 snd_emu1010_fpga_link_dst_src_write(emu,
1057 EMU_DST_ALICE2_EMU32_F, EMU_SRC_DOCK_ADC2_RIGHT1);
James Courtier-Dutton9f4bd5d2006-10-01 10:48:04 +01001058#endif
1059#if 0
1060 /* Original */
1061 snd_emu1010_fpga_link_dst_src_write(emu,
1062 EMU_DST_ALICE2_EMU32_4, EMU_SRC_HANA_ADAT);
1063 snd_emu1010_fpga_link_dst_src_write(emu,
1064 EMU_DST_ALICE2_EMU32_5, EMU_SRC_HANA_ADAT + 1);
1065 snd_emu1010_fpga_link_dst_src_write(emu,
1066 EMU_DST_ALICE2_EMU32_6, EMU_SRC_HANA_ADAT + 2);
1067 snd_emu1010_fpga_link_dst_src_write(emu,
1068 EMU_DST_ALICE2_EMU32_7, EMU_SRC_HANA_ADAT + 3);
1069 snd_emu1010_fpga_link_dst_src_write(emu,
1070 EMU_DST_ALICE2_EMU32_8, EMU_SRC_HANA_ADAT + 4);
1071 snd_emu1010_fpga_link_dst_src_write(emu,
1072 EMU_DST_ALICE2_EMU32_9, EMU_SRC_HANA_ADAT + 5);
1073 snd_emu1010_fpga_link_dst_src_write(emu,
1074 EMU_DST_ALICE2_EMU32_A, EMU_SRC_HANA_ADAT + 6);
1075 snd_emu1010_fpga_link_dst_src_write(emu,
1076 EMU_DST_ALICE2_EMU32_B, EMU_SRC_HANA_ADAT + 7);
1077 snd_emu1010_fpga_link_dst_src_write(emu,
1078 EMU_DST_ALICE2_EMU32_C, EMU_SRC_DOCK_MIC_A1);
1079 snd_emu1010_fpga_link_dst_src_write(emu,
1080 EMU_DST_ALICE2_EMU32_D, EMU_SRC_DOCK_MIC_B1);
1081 snd_emu1010_fpga_link_dst_src_write(emu,
1082 EMU_DST_ALICE2_EMU32_E, EMU_SRC_HAMOA_ADC_LEFT2);
1083 snd_emu1010_fpga_link_dst_src_write(emu,
1084 EMU_DST_ALICE2_EMU32_F, EMU_SRC_HAMOA_ADC_LEFT2);
1085#endif
Vedran Miletic67679b12008-10-23 18:51:00 +02001086 for (i = 0; i < 0x20; i++) {
1087 /* AudioDock Elink <- Silence */
1088 snd_emu1010_fpga_link_dst_src_write(emu, 0x0100 + i, EMU_SRC_SILENCE);
James Courtier-Dutton9f4bd5d2006-10-01 10:48:04 +01001089 }
Vedran Miletic67679b12008-10-23 18:51:00 +02001090 for (i = 0; i < 4; i++) {
James Courtier-Dutton9f4bd5d2006-10-01 10:48:04 +01001091 /* Hana SPDIF Out <- Silence */
Vedran Miletic67679b12008-10-23 18:51:00 +02001092 snd_emu1010_fpga_link_dst_src_write(emu, 0x0200 + i, EMU_SRC_SILENCE);
James Courtier-Dutton9f4bd5d2006-10-01 10:48:04 +01001093 }
Vedran Miletic67679b12008-10-23 18:51:00 +02001094 for (i = 0; i < 7; i++) {
James Courtier-Dutton9f4bd5d2006-10-01 10:48:04 +01001095 /* Hamoa DAC <- Silence */
Vedran Miletic67679b12008-10-23 18:51:00 +02001096 snd_emu1010_fpga_link_dst_src_write(emu, 0x0300 + i, EMU_SRC_SILENCE);
James Courtier-Dutton9f4bd5d2006-10-01 10:48:04 +01001097 }
Vedran Miletic67679b12008-10-23 18:51:00 +02001098 for (i = 0; i < 7; i++) {
James Courtier-Dutton9f4bd5d2006-10-01 10:48:04 +01001099 /* Hana ADAT Out <- Silence */
1100 snd_emu1010_fpga_link_dst_src_write(emu, EMU_DST_HANA_ADAT + i, EMU_SRC_SILENCE);
1101 }
1102 snd_emu1010_fpga_link_dst_src_write(emu,
1103 EMU_DST_ALICE_I2S0_LEFT, EMU_SRC_DOCK_ADC1_LEFT1);
1104 snd_emu1010_fpga_link_dst_src_write(emu,
1105 EMU_DST_ALICE_I2S0_RIGHT, EMU_SRC_DOCK_ADC1_RIGHT1);
1106 snd_emu1010_fpga_link_dst_src_write(emu,
1107 EMU_DST_ALICE_I2S1_LEFT, EMU_SRC_DOCK_ADC2_LEFT1);
1108 snd_emu1010_fpga_link_dst_src_write(emu,
1109 EMU_DST_ALICE_I2S1_RIGHT, EMU_SRC_DOCK_ADC2_RIGHT1);
1110 snd_emu1010_fpga_link_dst_src_write(emu,
1111 EMU_DST_ALICE_I2S2_LEFT, EMU_SRC_DOCK_ADC3_LEFT1);
1112 snd_emu1010_fpga_link_dst_src_write(emu,
1113 EMU_DST_ALICE_I2S2_RIGHT, EMU_SRC_DOCK_ADC3_RIGHT1);
Vedran Miletic67679b12008-10-23 18:51:00 +02001114 snd_emu1010_fpga_write(emu, EMU_HANA_UNMUTE, 0x01); /* Unmute all */
James Courtier-Dutton9f4bd5d2006-10-01 10:48:04 +01001115
Vedran Miletic67679b12008-10-23 18:51:00 +02001116 snd_emu1010_fpga_read(emu, EMU_HANA_OPTION_CARDS, &tmp);
1117
James Courtier-Dutton9f4bd5d2006-10-01 10:48:04 +01001118 /* AC97 1.03, Any 32Meg of 2Gig address, Auto-Mute, EMU32 Slave,
1119 * Lock Sound Memory Cache, Lock Tank Memory Cache,
1120 * Mute all codecs.
1121 */
Vedran Miletic67679b12008-10-23 18:51:00 +02001122 outl(0x0000a000, emu->port + HCFG);
James Courtier-Dutton9f4bd5d2006-10-01 10:48:04 +01001123 /* AC97 1.03, Any 32Meg of 2Gig address, Auto-Mute, EMU32 Slave,
1124 * Lock Sound Memory Cache, Lock Tank Memory Cache,
1125 * Un-Mute all codecs.
1126 */
James Courtier-Dutton19b99fb2005-12-04 18:03:03 +01001127 outl(0x0000a001, emu->port + HCFG);
Vedran Miletic67679b12008-10-23 18:51:00 +02001128
James Courtier-Dutton19b99fb2005-12-04 18:03:03 +01001129 /* Initial boot complete. Now patches */
1130
Vedran Miletic67679b12008-10-23 18:51:00 +02001131 snd_emu1010_fpga_read(emu, EMU_HANA_OPTION_CARDS, &tmp);
1132 snd_emu1010_fpga_write(emu, EMU_HANA_MIDI_IN, 0x19); /* MIDI Route */
1133 snd_emu1010_fpga_write(emu, EMU_HANA_MIDI_OUT, 0x0c); /* Unknown */
1134 snd_emu1010_fpga_write(emu, EMU_HANA_MIDI_IN, 0x19); /* MIDI Route */
1135 snd_emu1010_fpga_write(emu, EMU_HANA_MIDI_OUT, 0x0c); /* Unknown */
1136 snd_emu1010_fpga_read(emu, EMU_HANA_SPDIF_MODE, &tmp);
1137 snd_emu1010_fpga_write(emu, EMU_HANA_SPDIF_MODE, 0x10); /* SPDIF Format spdif (or 0x11 for aes/ebu) */
James Courtier-Dutton19b99fb2005-12-04 18:03:03 +01001138
James Courtier-Dutton42f53222007-07-23 17:52:27 +01001139 /* Start Micro/Audio Dock firmware loader thread */
Takashi Iwaibd3d1c22007-12-14 12:43:00 +01001140 if (!emu->emu1010.firmware_thread) {
1141 emu->emu1010.firmware_thread =
1142 kthread_create(emu1010_firmware_thread, emu,
1143 "emu1010_firmware");
1144 wake_up_process(emu->emu1010.firmware_thread);
1145 }
James Courtier-Dutton3663d842007-07-14 02:18:26 +01001146
James Courtier-Dutton9f4bd5d2006-10-01 10:48:04 +01001147#if 0
1148 snd_emu1010_fpga_link_dst_src_write(emu,
1149 EMU_DST_HAMOA_DAC_LEFT1, EMU_SRC_ALICE_EMU32B + 2); /* ALICE2 bus 0xa2 */
1150 snd_emu1010_fpga_link_dst_src_write(emu,
1151 EMU_DST_HAMOA_DAC_RIGHT1, EMU_SRC_ALICE_EMU32B + 3); /* ALICE2 bus 0xa3 */
1152 snd_emu1010_fpga_link_dst_src_write(emu,
1153 EMU_DST_HANA_SPDIF_LEFT1, EMU_SRC_ALICE_EMU32A + 2); /* ALICE2 bus 0xb2 */
1154 snd_emu1010_fpga_link_dst_src_write(emu,
1155 EMU_DST_HANA_SPDIF_RIGHT1, EMU_SRC_ALICE_EMU32A + 3); /* ALICE2 bus 0xb3 */
1156#endif
1157 /* Default outputs */
Takashi Iwai3839e4f2007-12-21 16:33:32 +01001158 if (emu->card_capabilities->emu_model == EMU_MODEL_EMU1616) {
Ctirad Fertr1c02e362007-12-13 16:27:13 +01001159 /* 1616(M) cardbus default outputs */
1160 /* ALICE2 bus 0xa0 */
1161 snd_emu1010_fpga_link_dst_src_write(emu,
1162 EMU_DST_DOCK_DAC1_LEFT1, EMU_SRC_ALICE_EMU32A + 0);
1163 emu->emu1010.output_source[0] = 17;
1164 snd_emu1010_fpga_link_dst_src_write(emu,
1165 EMU_DST_DOCK_DAC1_RIGHT1, EMU_SRC_ALICE_EMU32A + 1);
1166 emu->emu1010.output_source[1] = 18;
1167 snd_emu1010_fpga_link_dst_src_write(emu,
1168 EMU_DST_DOCK_DAC2_LEFT1, EMU_SRC_ALICE_EMU32A + 2);
1169 emu->emu1010.output_source[2] = 19;
1170 snd_emu1010_fpga_link_dst_src_write(emu,
1171 EMU_DST_DOCK_DAC2_RIGHT1, EMU_SRC_ALICE_EMU32A + 3);
1172 emu->emu1010.output_source[3] = 20;
1173 snd_emu1010_fpga_link_dst_src_write(emu,
1174 EMU_DST_DOCK_DAC3_LEFT1, EMU_SRC_ALICE_EMU32A + 4);
1175 emu->emu1010.output_source[4] = 21;
1176 snd_emu1010_fpga_link_dst_src_write(emu,
1177 EMU_DST_DOCK_DAC3_RIGHT1, EMU_SRC_ALICE_EMU32A + 5);
1178 emu->emu1010.output_source[5] = 22;
1179 /* ALICE2 bus 0xa0 */
1180 snd_emu1010_fpga_link_dst_src_write(emu,
1181 EMU_DST_MANA_DAC_LEFT, EMU_SRC_ALICE_EMU32A + 0);
1182 emu->emu1010.output_source[16] = 17;
1183 snd_emu1010_fpga_link_dst_src_write(emu,
1184 EMU_DST_MANA_DAC_RIGHT, EMU_SRC_ALICE_EMU32A + 1);
1185 emu->emu1010.output_source[17] = 18;
1186 } else {
1187 /* ALICE2 bus 0xa0 */
1188 snd_emu1010_fpga_link_dst_src_write(emu,
1189 EMU_DST_DOCK_DAC1_LEFT1, EMU_SRC_ALICE_EMU32A + 0);
1190 emu->emu1010.output_source[0] = 21;
1191 snd_emu1010_fpga_link_dst_src_write(emu,
1192 EMU_DST_DOCK_DAC1_RIGHT1, EMU_SRC_ALICE_EMU32A + 1);
1193 emu->emu1010.output_source[1] = 22;
1194 snd_emu1010_fpga_link_dst_src_write(emu,
1195 EMU_DST_DOCK_DAC2_LEFT1, EMU_SRC_ALICE_EMU32A + 2);
1196 emu->emu1010.output_source[2] = 23;
1197 snd_emu1010_fpga_link_dst_src_write(emu,
1198 EMU_DST_DOCK_DAC2_RIGHT1, EMU_SRC_ALICE_EMU32A + 3);
1199 emu->emu1010.output_source[3] = 24;
1200 snd_emu1010_fpga_link_dst_src_write(emu,
1201 EMU_DST_DOCK_DAC3_LEFT1, EMU_SRC_ALICE_EMU32A + 4);
1202 emu->emu1010.output_source[4] = 25;
1203 snd_emu1010_fpga_link_dst_src_write(emu,
1204 EMU_DST_DOCK_DAC3_RIGHT1, EMU_SRC_ALICE_EMU32A + 5);
1205 emu->emu1010.output_source[5] = 26;
1206 snd_emu1010_fpga_link_dst_src_write(emu,
1207 EMU_DST_DOCK_DAC4_LEFT1, EMU_SRC_ALICE_EMU32A + 6);
1208 emu->emu1010.output_source[6] = 27;
1209 snd_emu1010_fpga_link_dst_src_write(emu,
1210 EMU_DST_DOCK_DAC4_RIGHT1, EMU_SRC_ALICE_EMU32A + 7);
1211 emu->emu1010.output_source[7] = 28;
1212 /* ALICE2 bus 0xa0 */
1213 snd_emu1010_fpga_link_dst_src_write(emu,
1214 EMU_DST_DOCK_PHONES_LEFT1, EMU_SRC_ALICE_EMU32A + 0);
1215 emu->emu1010.output_source[8] = 21;
1216 snd_emu1010_fpga_link_dst_src_write(emu,
1217 EMU_DST_DOCK_PHONES_RIGHT1, EMU_SRC_ALICE_EMU32A + 1);
1218 emu->emu1010.output_source[9] = 22;
1219 /* ALICE2 bus 0xa0 */
1220 snd_emu1010_fpga_link_dst_src_write(emu,
1221 EMU_DST_DOCK_SPDIF_LEFT1, EMU_SRC_ALICE_EMU32A + 0);
1222 emu->emu1010.output_source[10] = 21;
1223 snd_emu1010_fpga_link_dst_src_write(emu,
1224 EMU_DST_DOCK_SPDIF_RIGHT1, EMU_SRC_ALICE_EMU32A + 1);
1225 emu->emu1010.output_source[11] = 22;
1226 /* ALICE2 bus 0xa0 */
1227 snd_emu1010_fpga_link_dst_src_write(emu,
1228 EMU_DST_HANA_SPDIF_LEFT1, EMU_SRC_ALICE_EMU32A + 0);
1229 emu->emu1010.output_source[12] = 21;
1230 snd_emu1010_fpga_link_dst_src_write(emu,
1231 EMU_DST_HANA_SPDIF_RIGHT1, EMU_SRC_ALICE_EMU32A + 1);
1232 emu->emu1010.output_source[13] = 22;
1233 /* ALICE2 bus 0xa0 */
1234 snd_emu1010_fpga_link_dst_src_write(emu,
1235 EMU_DST_HAMOA_DAC_LEFT1, EMU_SRC_ALICE_EMU32A + 0);
1236 emu->emu1010.output_source[14] = 21;
1237 snd_emu1010_fpga_link_dst_src_write(emu,
1238 EMU_DST_HAMOA_DAC_RIGHT1, EMU_SRC_ALICE_EMU32A + 1);
1239 emu->emu1010.output_source[15] = 22;
1240 /* ALICE2 bus 0xa0 */
1241 snd_emu1010_fpga_link_dst_src_write(emu,
1242 EMU_DST_HANA_ADAT, EMU_SRC_ALICE_EMU32A + 0);
1243 emu->emu1010.output_source[16] = 21;
1244 snd_emu1010_fpga_link_dst_src_write(emu,
1245 EMU_DST_HANA_ADAT + 1, EMU_SRC_ALICE_EMU32A + 1);
1246 emu->emu1010.output_source[17] = 22;
1247 snd_emu1010_fpga_link_dst_src_write(emu,
1248 EMU_DST_HANA_ADAT + 2, EMU_SRC_ALICE_EMU32A + 2);
1249 emu->emu1010.output_source[18] = 23;
1250 snd_emu1010_fpga_link_dst_src_write(emu,
1251 EMU_DST_HANA_ADAT + 3, EMU_SRC_ALICE_EMU32A + 3);
1252 emu->emu1010.output_source[19] = 24;
1253 snd_emu1010_fpga_link_dst_src_write(emu,
1254 EMU_DST_HANA_ADAT + 4, EMU_SRC_ALICE_EMU32A + 4);
1255 emu->emu1010.output_source[20] = 25;
1256 snd_emu1010_fpga_link_dst_src_write(emu,
1257 EMU_DST_HANA_ADAT + 5, EMU_SRC_ALICE_EMU32A + 5);
1258 emu->emu1010.output_source[21] = 26;
1259 snd_emu1010_fpga_link_dst_src_write(emu,
1260 EMU_DST_HANA_ADAT + 6, EMU_SRC_ALICE_EMU32A + 6);
1261 emu->emu1010.output_source[22] = 27;
1262 snd_emu1010_fpga_link_dst_src_write(emu,
1263 EMU_DST_HANA_ADAT + 7, EMU_SRC_ALICE_EMU32A + 7);
1264 emu->emu1010.output_source[23] = 28;
1265 }
James Courtier-Dutton9f4bd5d2006-10-01 10:48:04 +01001266 /* TEMP: Select SPDIF in/out */
Vedran Miletic67679b12008-10-23 18:51:00 +02001267 /* snd_emu1010_fpga_write(emu, EMU_HANA_OPTICAL_TYPE, 0x0); */ /* Output spdif */
James Courtier-Dutton9f4bd5d2006-10-01 10:48:04 +01001268
1269 /* TEMP: Select 48kHz SPDIF out */
1270 snd_emu1010_fpga_write(emu, EMU_HANA_UNMUTE, 0x0); /* Mute all */
1271 snd_emu1010_fpga_write(emu, EMU_HANA_DEFCLOCK, 0x0); /* Default fallback clock 48kHz */
1272 /* Word Clock source, Internal 48kHz x1 */
Vedran Miletic67679b12008-10-23 18:51:00 +02001273 snd_emu1010_fpga_write(emu, EMU_HANA_WCLOCK, EMU_HANA_WCLOCK_INT_48K);
1274 /* snd_emu1010_fpga_write(emu, EMU_HANA_WCLOCK, EMU_HANA_WCLOCK_INT_48K | EMU_HANA_WCLOCK_4X); */
James Courtier-Duttonb0dbdae2006-10-10 18:08:45 +01001275 emu->emu1010.internal_clock = 1; /* 48000 */
Vedran Miletic67679b12008-10-23 18:51:00 +02001276 snd_emu1010_fpga_write(emu, EMU_HANA_DOCK_LEDS_2, 0x12); /* Set LEDs on Audio Dock */
James Courtier-Dutton9f4bd5d2006-10-01 10:48:04 +01001277 snd_emu1010_fpga_write(emu, EMU_HANA_UNMUTE, 0x1); /* Unmute all */
Vedran Miletic67679b12008-10-23 18:51:00 +02001278 /* snd_emu1010_fpga_write(emu, 0x7, 0x0); */ /* Mute all */
1279 /* snd_emu1010_fpga_write(emu, 0x7, 0x1); */ /* Unmute all */
1280 /* snd_emu1010_fpga_write(emu, 0xe, 0x12); */ /* Set LEDs on Audio Dock */
James Courtier-Dutton19b99fb2005-12-04 18:03:03 +01001281
1282 return 0;
1283}
Linus Torvalds1da177e2005-04-16 15:20:36 -07001284/*
1285 * Create the EMU10K1 instance
1286 */
1287
Takashi Iwaic7561cd2012-08-14 18:12:04 +02001288#ifdef CONFIG_PM_SLEEP
Takashi Iwai09668b42005-11-17 16:14:10 +01001289static int alloc_pm_buffer(struct snd_emu10k1 *emu);
1290static void free_pm_buffer(struct snd_emu10k1 *emu);
1291#endif
1292
Takashi Iwaieb4698f2005-11-17 14:50:13 +01001293static int snd_emu10k1_free(struct snd_emu10k1 *emu)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001294{
1295 if (emu->port) { /* avoid access to already used hardware */
Vedran Miletic67679b12008-10-23 18:51:00 +02001296 snd_emu10k1_fx8010_tram_setup(emu, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001297 snd_emu10k1_done(emu);
Takashi Iwai09668b42005-11-17 16:14:10 +01001298 snd_emu10k1_free_efx(emu);
Vedran Miletic67679b12008-10-23 18:51:00 +02001299 }
Takashi Iwai3839e4f2007-12-21 16:33:32 +01001300 if (emu->card_capabilities->emu_model == EMU_MODEL_EMU1010) {
James Courtier-Dutton9f4bd5d2006-10-01 10:48:04 +01001301 /* Disable 48Volt power to Audio Dock */
Vedran Miletic67679b12008-10-23 18:51:00 +02001302 snd_emu1010_fpga_write(emu, EMU_HANA_DOCK_PWR, 0);
James Courtier-Dutton9f4bd5d2006-10-01 10:48:04 +01001303 }
Takashi Iwaibd3d1c22007-12-14 12:43:00 +01001304 if (emu->emu1010.firmware_thread)
James Courtier-Dutton190d2c42007-11-04 14:08:26 +00001305 kthread_stop(emu->emu1010.firmware_thread);
Markus Elfring31604d32014-11-03 14:54:36 +01001306 release_firmware(emu->firmware);
1307 release_firmware(emu->dock_fw);
Takashi Iwaiebf029d2008-04-22 17:28:11 +02001308 if (emu->irq >= 0)
1309 free_irq(emu->irq, emu);
1310 /* remove reserved page */
1311 if (emu->reserved_page) {
1312 snd_emu10k1_synth_free(emu,
1313 (struct snd_util_memblk *)emu->reserved_page);
1314 emu->reserved_page = NULL;
1315 }
Markus Elfring31604d32014-11-03 14:54:36 +01001316 snd_util_memhdr_free(emu->memhdr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001317 if (emu->silent_page.area)
1318 snd_dma_free_pages(&emu->silent_page);
1319 if (emu->ptb_pages.area)
1320 snd_dma_free_pages(&emu->ptb_pages);
1321 vfree(emu->page_ptr_table);
1322 vfree(emu->page_addr_table);
Takashi Iwaic7561cd2012-08-14 18:12:04 +02001323#ifdef CONFIG_PM_SLEEP
Takashi Iwai09668b42005-11-17 16:14:10 +01001324 free_pm_buffer(emu);
1325#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -07001326 if (emu->port)
1327 pci_release_regions(emu->pci);
Vedran Miletic67679b12008-10-23 18:51:00 +02001328 if (emu->card_capabilities->ca0151_chip) /* P16V */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001329 snd_p16v_free(emu);
Takashi Iwai09668b42005-11-17 16:14:10 +01001330 pci_disable_device(emu->pci);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001331 kfree(emu);
1332 return 0;
1333}
1334
Takashi Iwaieb4698f2005-11-17 14:50:13 +01001335static int snd_emu10k1_dev_free(struct snd_device *device)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001336{
Takashi Iwaieb4698f2005-11-17 14:50:13 +01001337 struct snd_emu10k1 *emu = device->device_data;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001338 return snd_emu10k1_free(emu);
1339}
1340
Takashi Iwaieb4698f2005-11-17 14:50:13 +01001341static struct snd_emu_chip_details emu_chip_details[] = {
Michael Gernothf32c1c12015-03-28 19:20:35 +01001342 /* Audigy 5/Rx SB1550 */
1343 /* Tested by michael@gernoth.net 28 Mar 2015 */
1344 /* DSP: CA10300-IAT LF
1345 * DAC: Cirrus Logic CS4382-KQZ
1346 * ADC: Philips 1361T
1347 * AC97: Sigmatel STAC9750
1348 * CA0151: None
1349 */
1350 {.vendor = 0x1102, .device = 0x0008, .subsystem = 0x10241102,
1351 .driver = "Audigy2", .name = "SB Audigy 5/Rx [SB1550]",
1352 .id = "Audigy2",
1353 .emu10k2_chip = 1,
1354 .ca0108_chip = 1,
1355 .spk71 = 1,
1356 .adc_1361t = 1, /* 24 bit capture instead of 16bit */
1357 .ac97_chip = 1},
James Courtier-Dutton21fddde2006-04-09 17:36:39 +01001358 /* Audigy4 (Not PRO) SB0610 */
1359 /* Tested by James@superbug.co.uk 4th April 2006 */
1360 /* A_IOCFG bits
1361 * Output
1362 * 0: ?
1363 * 1: ?
1364 * 2: ?
1365 * 3: 0 - Digital Out, 1 - Line in
1366 * 4: ?
1367 * 5: ?
1368 * 6: ?
1369 * 7: ?
1370 * Input
1371 * 8: ?
1372 * 9: ?
1373 * A: Green jack sense (Front)
1374 * B: ?
1375 * C: Black jack sense (Rear/Side Right)
1376 * D: Yellow jack sense (Center/LFE/Side Left)
1377 * E: ?
1378 * F: ?
1379 *
1380 * Digital Out/Line in switch using A_IOCFG bit 3 (0x08)
1381 * 0 - Digital Out
1382 * 1 - Line in
1383 */
1384 /* Mic input not tested.
1385 * Analog CD input not tested
1386 * Digital Out not tested.
1387 * Line in working.
1388 * Audio output 5.1 working. Side outputs not working.
1389 */
1390 /* DSP: CA10300-IAT LF
1391 * DAC: Cirrus Logic CS4382-KQZ
1392 * ADC: Philips 1361T
1393 * AC97: Sigmatel STAC9750
1394 * CA0151: None
1395 */
1396 {.vendor = 0x1102, .device = 0x0008, .subsystem = 0x10211102,
Vedran Miletic18c71092008-10-21 17:42:54 +02001397 .driver = "Audigy2", .name = "SB Audigy 4 [SB0610]",
James Courtier-Dutton21fddde2006-04-09 17:36:39 +01001398 .id = "Audigy2",
1399 .emu10k2_chip = 1,
1400 .ca0108_chip = 1,
1401 .spk71 = 1,
1402 .adc_1361t = 1, /* 24 bit capture instead of 16bit */
1403 .ac97_chip = 1} ,
Vedran Miletic18c71092008-10-21 17:42:54 +02001404 /* Audigy 2 Value AC3 out does not work yet.
1405 * Need to find out how to turn off interpolators.
1406 */
1407 /* Tested by James@superbug.co.uk 3rd July 2005 */
1408 /* DSP: CA0108-IAT
1409 * DAC: CS4382-KQ
1410 * ADC: Philips 1361T
1411 * AC97: STAC9750
1412 * CA0151: None
1413 */
1414 {.vendor = 0x1102, .device = 0x0008, .subsystem = 0x10011102,
1415 .driver = "Audigy2", .name = "SB Audigy 2 Value [SB0400]",
1416 .id = "Audigy2",
1417 .emu10k2_chip = 1,
1418 .ca0108_chip = 1,
1419 .spk71 = 1,
1420 .ac97_chip = 1} ,
James Courtier-Duttond83c6712005-10-31 10:27:41 +00001421 /* Audigy 2 ZS Notebook Cardbus card.*/
James Courtier-Dutton184c1e22006-12-06 15:58:02 +00001422 /* Tested by James@superbug.co.uk 6th November 2006 */
James Courtier-Duttonf951fd32005-12-22 13:05:23 +01001423 /* Audio output 7.1/Headphones working.
1424 * Digital output working. (AC3 not checked, only PCM)
James Courtier-Dutton184c1e22006-12-06 15:58:02 +00001425 * Audio Mic/Line inputs working.
1426 * Digital input not tested.
Vedran Miletic18c71092008-10-21 17:42:54 +02001427 */
James Courtier-Dutton21fddde2006-04-09 17:36:39 +01001428 /* DSP: Tina2
James Courtier-Duttonf951fd32005-12-22 13:05:23 +01001429 * DAC: Wolfson WM8768/WM8568
1430 * ADC: Wolfson WM8775
1431 * AC97: None
1432 * CA0151: None
1433 */
James Courtier-Dutton184c1e22006-12-06 15:58:02 +00001434 /* Tested by James@superbug.co.uk 4th April 2006 */
1435 /* A_IOCFG bits
1436 * Output
1437 * 0: Not Used
1438 * 1: 0 = Mute all the 7.1 channel out. 1 = unmute.
1439 * 2: Analog input 0 = line in, 1 = mic in
1440 * 3: Not Used
1441 * 4: Digital output 0 = off, 1 = on.
1442 * 5: Not Used
1443 * 6: Not Used
1444 * 7: Not Used
1445 * Input
1446 * All bits 1 (0x3fxx) means nothing plugged in.
1447 * 8-9: 0 = Line in/Mic, 2 = Optical in, 3 = Nothing.
1448 * A-B: 0 = Headphones, 2 = Optical out, 3 = Nothing.
1449 * C-D: 2 = Front/Rear/etc, 3 = nothing.
1450 * E-F: Always 0
1451 *
1452 */
James Courtier-Duttond83c6712005-10-31 10:27:41 +00001453 {.vendor = 0x1102, .device = 0x0008, .subsystem = 0x20011102,
Takashi Iwaid0226082015-04-27 13:00:09 +02001454 .driver = "Audigy2", .name = "Audigy 2 ZS Notebook [SB0530]",
James Courtier-Duttond83c6712005-10-31 10:27:41 +00001455 .id = "Audigy2",
1456 .emu10k2_chip = 1,
1457 .ca0108_chip = 1,
1458 .ca_cardbus_chip = 1,
James Courtier-Dutton27fe8642005-12-21 15:06:08 +01001459 .spi_dac = 1,
James Courtier-Dutton184c1e22006-12-06 15:58:02 +00001460 .i2c_adc = 1,
James Courtier-Duttond83c6712005-10-31 10:27:41 +00001461 .spk71 = 1} ,
James Courtier-Dutton190d2c42007-11-04 14:08:26 +00001462 /* Tested by James@superbug.co.uk 4th Nov 2007. */
James Courtier-Dutton82c8c742007-04-19 11:14:41 +01001463 {.vendor = 0x1102, .device = 0x0008, .subsystem = 0x42011102,
Vedran Miletic18c71092008-10-21 17:42:54 +02001464 .driver = "Audigy2", .name = "E-mu 1010 Notebook [MAEM8950]",
James Courtier-Dutton82c8c742007-04-19 11:14:41 +01001465 .id = "EMU1010",
1466 .emu10k2_chip = 1,
1467 .ca0108_chip = 1,
1468 .ca_cardbus_chip = 1,
James Courtier-Duttond9e8a552007-07-14 10:24:49 +01001469 .spk71 = 1 ,
Takashi Iwai3839e4f2007-12-21 16:33:32 +01001470 .emu_model = EMU_MODEL_EMU1616},
James Courtier-Dutton190d2c42007-11-04 14:08:26 +00001471 /* Tested by James@superbug.co.uk 4th Nov 2007. */
Vedran Miletic18c71092008-10-21 17:42:54 +02001472 /* This is MAEM8960, 0202 is MAEM 8980 */
James Courtier-Dutton3663d842007-07-14 02:18:26 +01001473 {.vendor = 0x1102, .device = 0x0008, .subsystem = 0x40041102,
Vedran Miletic18c71092008-10-21 17:42:54 +02001474 .driver = "Audigy2", .name = "E-mu 1010b PCI [MAEM8960]",
James Courtier-Dutton3663d842007-07-14 02:18:26 +01001475 .id = "EMU1010",
1476 .emu10k2_chip = 1,
1477 .ca0108_chip = 1,
James Courtier-Dutton190d2c42007-11-04 14:08:26 +00001478 .spk71 = 1,
Vedran Miletic18c71092008-10-21 17:42:54 +02001479 .emu_model = EMU_MODEL_EMU1010B}, /* EMU 1010 new revision */
Maxim Kachur10f571d2012-10-17 18:18:10 +02001480 /* Tested by Maxim Kachur <mcdebugger@duganet.ru> 17th Oct 2012. */
1481 /* This is MAEM8986, 0202 is MAEM8980 */
1482 {.vendor = 0x1102, .device = 0x0008, .subsystem = 0x40071102,
1483 .driver = "Audigy2", .name = "E-mu 1010 PCIe [MAEM8986]",
1484 .id = "EMU1010",
1485 .emu10k2_chip = 1,
1486 .ca0108_chip = 1,
1487 .spk71 = 1,
1488 .emu_model = EMU_MODEL_EMU1010B}, /* EMU 1010 PCIe */
James Courtier-Dutton190d2c42007-11-04 14:08:26 +00001489 /* Tested by James@superbug.co.uk 8th July 2005. */
Vedran Miletic18c71092008-10-21 17:42:54 +02001490 /* This is MAEM8810, 0202 is MAEM8820 */
James Courtier-Dutton190d2c42007-11-04 14:08:26 +00001491 {.vendor = 0x1102, .device = 0x0004, .subsystem = 0x40011102,
Vedran Miletic18c71092008-10-21 17:42:54 +02001492 .driver = "Audigy2", .name = "E-mu 1010 [MAEM8810]",
James Courtier-Dutton190d2c42007-11-04 14:08:26 +00001493 .id = "EMU1010",
1494 .emu10k2_chip = 1,
1495 .ca0102_chip = 1,
1496 .spk71 = 1,
Vedran Miletic18c71092008-10-21 17:42:54 +02001497 .emu_model = EMU_MODEL_EMU1010}, /* EMU 1010 old revision */
Veli-Matti Valtonen493b4ac2008-01-07 12:36:56 +01001498 /* EMU0404b */
1499 {.vendor = 0x1102, .device = 0x0008, .subsystem = 0x40021102,
Vedran Miletic18c71092008-10-21 17:42:54 +02001500 .driver = "Audigy2", .name = "E-mu 0404b PCI [MAEM8852]",
Veli-Matti Valtonen493b4ac2008-01-07 12:36:56 +01001501 .id = "EMU0404",
1502 .emu10k2_chip = 1,
1503 .ca0108_chip = 1,
1504 .spk71 = 1,
Vedran Miletic18c71092008-10-21 17:42:54 +02001505 .emu_model = EMU_MODEL_EMU0404}, /* EMU 0404 new revision */
Veli-Matti Valtonen493b4ac2008-01-07 12:36:56 +01001506 /* Tested by James@superbug.co.uk 20-3-2007. */
1507 {.vendor = 0x1102, .device = 0x0004, .subsystem = 0x40021102,
Vedran Miletic18c71092008-10-21 17:42:54 +02001508 .driver = "Audigy2", .name = "E-mu 0404 [MAEM8850]",
Veli-Matti Valtonen493b4ac2008-01-07 12:36:56 +01001509 .id = "EMU0404",
1510 .emu10k2_chip = 1,
1511 .ca0102_chip = 1,
1512 .spk71 = 1,
1513 .emu_model = EMU_MODEL_EMU0404}, /* EMU 0404 */
Florian Zeitzac5d4b402011-06-12 01:15:42 +02001514 /* EMU0404 PCIe */
1515 {.vendor = 0x1102, .device = 0x0008, .subsystem = 0x40051102,
1516 .driver = "Audigy2", .name = "E-mu 0404 PCIe [MAEM8984]",
1517 .id = "EMU0404",
1518 .emu10k2_chip = 1,
1519 .ca0108_chip = 1,
1520 .spk71 = 1,
1521 .emu_model = EMU_MODEL_EMU0404}, /* EMU 0404 PCIe ver_03 */
Vedran Miletic718a2592008-10-21 21:31:27 +02001522 /* Note that all E-mu cards require kernel 2.6 or newer. */
Vedran Miletic18c71092008-10-21 17:42:54 +02001523 {.vendor = 0x1102, .device = 0x0008,
1524 .driver = "Audigy2", .name = "SB Audigy 2 Value [Unknown]",
Takashi Iwaiaec72e02005-03-30 14:22:25 +02001525 .id = "Audigy2",
Linus Torvalds1da177e2005-04-16 15:20:36 -07001526 .emu10k2_chip = 1,
Peter Zubaj26689072005-04-01 11:15:07 +02001527 .ca0108_chip = 1,
1528 .ac97_chip = 1} ,
James Courtier-Dutton88dc0e52005-07-03 12:54:29 +02001529 /* Tested by James@superbug.co.uk 3rd July 2005 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001530 {.vendor = 0x1102, .device = 0x0004, .subsystem = 0x20071102,
Vedran Miletic18c71092008-10-21 17:42:54 +02001531 .driver = "Audigy2", .name = "SB Audigy 4 PRO [SB0380]",
Takashi Iwaiaec72e02005-03-30 14:22:25 +02001532 .id = "Audigy2",
Linus Torvalds1da177e2005-04-16 15:20:36 -07001533 .emu10k2_chip = 1,
1534 .ca0102_chip = 1,
1535 .ca0151_chip = 1,
1536 .spk71 = 1,
1537 .spdif_bug = 1,
1538 .ac97_chip = 1} ,
Lee Revellf6f8bb62005-11-07 14:59:19 +01001539 /* Tested by shane-alsa@cm.nu 5th Nov 2005 */
James Courtier-Dutton5b0e4982006-04-09 22:45:58 +02001540 /* The 0x20061102 does have SB0350 written on it
1541 * Just like 0x20021102
1542 */
Lee Revellf6f8bb62005-11-07 14:59:19 +01001543 {.vendor = 0x1102, .device = 0x0004, .subsystem = 0x20061102,
Vedran Miletic18c71092008-10-21 17:42:54 +02001544 .driver = "Audigy2", .name = "SB Audigy 2 [SB0350b]",
Lee Revellf6f8bb62005-11-07 14:59:19 +01001545 .id = "Audigy2",
1546 .emu10k2_chip = 1,
1547 .ca0102_chip = 1,
1548 .ca0151_chip = 1,
1549 .spk71 = 1,
1550 .spdif_bug = 1,
Takashi Iwai55e03a62008-11-03 10:21:36 +01001551 .invert_shared_spdif = 1, /* digital/analog switch swapped */
Lee Revellf6f8bb62005-11-07 14:59:19 +01001552 .ac97_chip = 1} ,
Tim Yamindcc2cf72011-12-29 18:50:56 +00001553 /* 0x20051102 also has SB0350 written on it, treated as Audigy 2 ZS by
1554 Creative's Windows driver */
1555 {.vendor = 0x1102, .device = 0x0004, .subsystem = 0x20051102,
1556 .driver = "Audigy2", .name = "SB Audigy 2 ZS [SB0350a]",
1557 .id = "Audigy2",
1558 .emu10k2_chip = 1,
1559 .ca0102_chip = 1,
1560 .ca0151_chip = 1,
1561 .spk71 = 1,
1562 .spdif_bug = 1,
1563 .invert_shared_spdif = 1, /* digital/analog switch swapped */
1564 .ac97_chip = 1} ,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001565 {.vendor = 0x1102, .device = 0x0004, .subsystem = 0x20021102,
Vedran Miletic18c71092008-10-21 17:42:54 +02001566 .driver = "Audigy2", .name = "SB Audigy 2 ZS [SB0350]",
Takashi Iwaiaec72e02005-03-30 14:22:25 +02001567 .id = "Audigy2",
Linus Torvalds1da177e2005-04-16 15:20:36 -07001568 .emu10k2_chip = 1,
1569 .ca0102_chip = 1,
1570 .ca0151_chip = 1,
1571 .spk71 = 1,
1572 .spdif_bug = 1,
Takashi Iwai55e03a62008-11-03 10:21:36 +01001573 .invert_shared_spdif = 1, /* digital/analog switch swapped */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001574 .ac97_chip = 1} ,
1575 {.vendor = 0x1102, .device = 0x0004, .subsystem = 0x20011102,
Vedran Miletic18c71092008-10-21 17:42:54 +02001576 .driver = "Audigy2", .name = "SB Audigy 2 ZS [SB0360]",
Takashi Iwaiaec72e02005-03-30 14:22:25 +02001577 .id = "Audigy2",
Linus Torvalds1da177e2005-04-16 15:20:36 -07001578 .emu10k2_chip = 1,
1579 .ca0102_chip = 1,
1580 .ca0151_chip = 1,
1581 .spk71 = 1,
1582 .spdif_bug = 1,
Takashi Iwai55e03a62008-11-03 10:21:36 +01001583 .invert_shared_spdif = 1, /* digital/analog switch swapped */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001584 .ac97_chip = 1} ,
James Courtier-Dutton54efc962005-12-22 12:58:41 +01001585 /* Audigy 2 */
1586 /* Tested by James@superbug.co.uk 3rd July 2005 */
1587 /* DSP: CA0102-IAT
1588 * DAC: CS4382-KQ
1589 * ADC: Philips 1361T
1590 * AC97: STAC9721
1591 * CA0151: Yes
1592 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001593 {.vendor = 0x1102, .device = 0x0004, .subsystem = 0x10071102,
Vedran Miletic18c71092008-10-21 17:42:54 +02001594 .driver = "Audigy2", .name = "SB Audigy 2 [SB0240]",
Takashi Iwaiaec72e02005-03-30 14:22:25 +02001595 .id = "Audigy2",
Linus Torvalds1da177e2005-04-16 15:20:36 -07001596 .emu10k2_chip = 1,
1597 .ca0102_chip = 1,
1598 .ca0151_chip = 1,
1599 .spk71 = 1,
1600 .spdif_bug = 1,
James Courtier-Dutton11b3a752006-07-08 16:39:30 +01001601 .adc_1361t = 1, /* 24 bit capture instead of 16bit */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001602 .ac97_chip = 1} ,
1603 {.vendor = 0x1102, .device = 0x0004, .subsystem = 0x10051102,
Takashi Iwaid0226082015-04-27 13:00:09 +02001604 .driver = "Audigy2", .name = "Audigy 2 Platinum EX [SB0280]",
Takashi Iwaiaec72e02005-03-30 14:22:25 +02001605 .id = "Audigy2",
Linus Torvalds1da177e2005-04-16 15:20:36 -07001606 .emu10k2_chip = 1,
1607 .ca0102_chip = 1,
1608 .ca0151_chip = 1,
Lee Revell2f020aa2005-11-07 14:54:24 +01001609 .spk71 = 1,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001610 .spdif_bug = 1} ,
James Courtier-Dutton264f9572006-07-30 17:17:59 +01001611 /* Dell OEM/Creative Labs Audigy 2 ZS */
1612 /* See ALSA bug#1365 */
1613 {.vendor = 0x1102, .device = 0x0004, .subsystem = 0x10031102,
Vedran Miletic18c71092008-10-21 17:42:54 +02001614 .driver = "Audigy2", .name = "SB Audigy 2 ZS [SB0353]",
James Courtier-Dutton264f9572006-07-30 17:17:59 +01001615 .id = "Audigy2",
1616 .emu10k2_chip = 1,
1617 .ca0102_chip = 1,
1618 .ca0151_chip = 1,
1619 .spk71 = 1,
1620 .spdif_bug = 1,
Takashi Iwai1f9da552009-02-24 15:31:02 +01001621 .invert_shared_spdif = 1, /* digital/analog switch swapped */
James Courtier-Dutton264f9572006-07-30 17:17:59 +01001622 .ac97_chip = 1} ,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001623 {.vendor = 0x1102, .device = 0x0004, .subsystem = 0x10021102,
Vedran Miletic18c71092008-10-21 17:42:54 +02001624 .driver = "Audigy2", .name = "SB Audigy 2 Platinum [SB0240P]",
Takashi Iwaiaec72e02005-03-30 14:22:25 +02001625 .id = "Audigy2",
Linus Torvalds1da177e2005-04-16 15:20:36 -07001626 .emu10k2_chip = 1,
1627 .ca0102_chip = 1,
1628 .ca0151_chip = 1,
1629 .spk71 = 1,
1630 .spdif_bug = 1,
Takashi Iwaid2cd74b2008-06-02 11:45:53 +02001631 .invert_shared_spdif = 1, /* digital/analog switch swapped */
James Courtier-Dutton3271b7b2006-11-25 22:02:47 +00001632 .adc_1361t = 1, /* 24 bit capture instead of 16bit. Fixes ALSA bug#324 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001633 .ac97_chip = 1} ,
Takashi Iwaibdaed502005-04-07 15:48:42 +02001634 {.vendor = 0x1102, .device = 0x0004, .revision = 0x04,
Vedran Miletic18c71092008-10-21 17:42:54 +02001635 .driver = "Audigy2", .name = "SB Audigy 2 [Unknown]",
Takashi Iwaibdaed502005-04-07 15:48:42 +02001636 .id = "Audigy2",
1637 .emu10k2_chip = 1,
1638 .ca0102_chip = 1,
1639 .ca0151_chip = 1,
1640 .spdif_bug = 1,
1641 .ac97_chip = 1} ,
Peter Zubaj26689072005-04-01 11:15:07 +02001642 {.vendor = 0x1102, .device = 0x0004, .subsystem = 0x00531102,
Vedran Miletic18c71092008-10-21 17:42:54 +02001643 .driver = "Audigy", .name = "SB Audigy 1 [SB0092]",
Peter Zubaj26689072005-04-01 11:15:07 +02001644 .id = "Audigy",
1645 .emu10k2_chip = 1,
1646 .ca0102_chip = 1,
1647 .ac97_chip = 1} ,
James Courtier-Duttonae3a72d2005-07-06 22:36:18 +02001648 {.vendor = 0x1102, .device = 0x0004, .subsystem = 0x00521102,
Vedran Miletic18c71092008-10-21 17:42:54 +02001649 .driver = "Audigy", .name = "SB Audigy 1 ES [SB0160]",
James Courtier-Duttonae3a72d2005-07-06 22:36:18 +02001650 .id = "Audigy",
1651 .emu10k2_chip = 1,
1652 .ca0102_chip = 1,
1653 .spdif_bug = 1,
1654 .ac97_chip = 1} ,
Arnaud Patarda6c17ec2005-05-27 12:31:34 +02001655 {.vendor = 0x1102, .device = 0x0004, .subsystem = 0x00511102,
Vedran Miletic18c71092008-10-21 17:42:54 +02001656 .driver = "Audigy", .name = "SB Audigy 1 [SB0090]",
Arnaud Patarda6c17ec2005-05-27 12:31:34 +02001657 .id = "Audigy",
1658 .emu10k2_chip = 1,
1659 .ca0102_chip = 1,
1660 .ac97_chip = 1} ,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001661 {.vendor = 0x1102, .device = 0x0004,
Vedran Miletic18c71092008-10-21 17:42:54 +02001662 .driver = "Audigy", .name = "Audigy 1 [Unknown]",
Takashi Iwaiaec72e02005-03-30 14:22:25 +02001663 .id = "Audigy",
Linus Torvalds1da177e2005-04-16 15:20:36 -07001664 .emu10k2_chip = 1,
1665 .ca0102_chip = 1,
Peter Zubaj26689072005-04-01 11:15:07 +02001666 .ac97_chip = 1} ,
Vedran Miletic18c71092008-10-21 17:42:54 +02001667 {.vendor = 0x1102, .device = 0x0002, .subsystem = 0x100a1102,
1668 .driver = "EMU10K1", .name = "SB Live! 5.1 [SB0220]",
James Courtier-Dutton2b6b22f2005-06-18 13:50:22 +02001669 .id = "Live",
1670 .emu10k1_chip = 1,
1671 .ac97_chip = 1,
1672 .sblive51 = 1} ,
Vedran Miletic18c71092008-10-21 17:42:54 +02001673 {.vendor = 0x1102, .device = 0x0002, .subsystem = 0x806b1102,
1674 .driver = "EMU10K1", .name = "SB Live! [SB0105]",
1675 .id = "Live",
1676 .emu10k1_chip = 1,
1677 .ac97_chip = 1,
1678 .sblive51 = 1} ,
1679 {.vendor = 0x1102, .device = 0x0002, .subsystem = 0x806a1102,
1680 .driver = "EMU10K1", .name = "SB Live! Value [SB0103]",
James Courtier-Dutton2b6b22f2005-06-18 13:50:22 +02001681 .id = "Live",
1682 .emu10k1_chip = 1,
1683 .ac97_chip = 1,
1684 .sblive51 = 1} ,
James Courtier-Duttona6f61922005-07-03 12:32:40 +02001685 {.vendor = 0x1102, .device = 0x0002, .subsystem = 0x80691102,
Vedran Miletic18c71092008-10-21 17:42:54 +02001686 .driver = "EMU10K1", .name = "SB Live! Value [SB0101]",
James Courtier-Duttona6f61922005-07-03 12:32:40 +02001687 .id = "Live",
1688 .emu10k1_chip = 1,
1689 .ac97_chip = 1,
1690 .sblive51 = 1} ,
James Courtier-Dutton0ba656d2005-12-26 15:30:03 +01001691 /* Tested by ALSA bug#1680 26th December 2005 */
Vedran Miletic18c71092008-10-21 17:42:54 +02001692 /* note: It really has SB0220 written on the card, */
1693 /* but it's SB0228 according to kx.inf */
James Courtier-Dutton0ba656d2005-12-26 15:30:03 +01001694 {.vendor = 0x1102, .device = 0x0002, .subsystem = 0x80661102,
Vedran Miletic18c71092008-10-21 17:42:54 +02001695 .driver = "EMU10K1", .name = "SB Live! 5.1 Dell OEM [SB0228]",
James Courtier-Dutton0ba656d2005-12-26 15:30:03 +01001696 .id = "Live",
1697 .emu10k1_chip = 1,
1698 .ac97_chip = 1,
1699 .sblive51 = 1} ,
Lee Revellc6c0b842005-08-29 17:42:00 +02001700 /* Tested by Thomas Zehetbauer 27th Aug 2005 */
1701 {.vendor = 0x1102, .device = 0x0002, .subsystem = 0x80651102,
Vedran Miletic18c71092008-10-21 17:42:54 +02001702 .driver = "EMU10K1", .name = "SB Live! 5.1 [SB0220]",
Gergely Tamasa8ee7292005-12-06 14:10:57 +01001703 .id = "Live",
1704 .emu10k1_chip = 1,
1705 .ac97_chip = 1,
1706 .sblive51 = 1} ,
James Courtier-Duttona6f61922005-07-03 12:32:40 +02001707 {.vendor = 0x1102, .device = 0x0002, .subsystem = 0x80641102,
Vedran Miletic18c71092008-10-21 17:42:54 +02001708 .driver = "EMU10K1", .name = "SB Live! 5.1",
James Courtier-Duttona6f61922005-07-03 12:32:40 +02001709 .id = "Live",
1710 .emu10k1_chip = 1,
1711 .ac97_chip = 1,
1712 .sblive51 = 1} ,
James Courtier-Duttonafe0f1f2005-09-10 10:24:10 +02001713 /* Tested by alsa bugtrack user "hus" bug #1297 12th Aug 2005 */
James Courtier-Duttona6f61922005-07-03 12:32:40 +02001714 {.vendor = 0x1102, .device = 0x0002, .subsystem = 0x80611102,
Vedran Miletic18c71092008-10-21 17:42:54 +02001715 .driver = "EMU10K1", .name = "SB Live! 5.1 [SB0060]",
James Courtier-Duttona6f61922005-07-03 12:32:40 +02001716 .id = "Live",
1717 .emu10k1_chip = 1,
Takashi Iwaif12aa402005-09-30 16:56:59 +02001718 .ac97_chip = 2, /* ac97 is optional; both SBLive 5.1 and platinum
1719 * share the same IDs!
1720 */
James Courtier-Duttona6f61922005-07-03 12:32:40 +02001721 .sblive51 = 1} ,
1722 {.vendor = 0x1102, .device = 0x0002, .subsystem = 0x80511102,
Vedran Miletic18c71092008-10-21 17:42:54 +02001723 .driver = "EMU10K1", .name = "SB Live! Value [CT4850]",
James Courtier-Duttona6f61922005-07-03 12:32:40 +02001724 .id = "Live",
1725 .emu10k1_chip = 1,
1726 .ac97_chip = 1,
1727 .sblive51 = 1} ,
1728 {.vendor = 0x1102, .device = 0x0002, .subsystem = 0x80401102,
Vedran Miletic18c71092008-10-21 17:42:54 +02001729 .driver = "EMU10K1", .name = "SB Live! Platinum [CT4760P]",
James Courtier-Duttona6f61922005-07-03 12:32:40 +02001730 .id = "Live",
1731 .emu10k1_chip = 1,
1732 .ac97_chip = 1} ,
1733 {.vendor = 0x1102, .device = 0x0002, .subsystem = 0x80321102,
Vedran Miletic18c71092008-10-21 17:42:54 +02001734 .driver = "EMU10K1", .name = "SB Live! Value [CT4871]",
James Courtier-Duttona6f61922005-07-03 12:32:40 +02001735 .id = "Live",
1736 .emu10k1_chip = 1,
1737 .ac97_chip = 1,
1738 .sblive51 = 1} ,
1739 {.vendor = 0x1102, .device = 0x0002, .subsystem = 0x80311102,
Vedran Miletic18c71092008-10-21 17:42:54 +02001740 .driver = "EMU10K1", .name = "SB Live! Value [CT4831]",
James Courtier-Duttona6f61922005-07-03 12:32:40 +02001741 .id = "Live",
1742 .emu10k1_chip = 1,
1743 .ac97_chip = 1,
1744 .sblive51 = 1} ,
1745 {.vendor = 0x1102, .device = 0x0002, .subsystem = 0x80281102,
Vedran Miletic18c71092008-10-21 17:42:54 +02001746 .driver = "EMU10K1", .name = "SB Live! Value [CT4870]",
James Courtier-Duttona6f61922005-07-03 12:32:40 +02001747 .id = "Live",
1748 .emu10k1_chip = 1,
1749 .ac97_chip = 1,
1750 .sblive51 = 1} ,
James Courtier-Dutton88dc0e52005-07-03 12:54:29 +02001751 /* Tested by James@superbug.co.uk 3rd July 2005 */
James Courtier-Duttona6f61922005-07-03 12:32:40 +02001752 {.vendor = 0x1102, .device = 0x0002, .subsystem = 0x80271102,
Vedran Miletic18c71092008-10-21 17:42:54 +02001753 .driver = "EMU10K1", .name = "SB Live! Value [CT4832]",
James Courtier-Duttona6f61922005-07-03 12:32:40 +02001754 .id = "Live",
1755 .emu10k1_chip = 1,
1756 .ac97_chip = 1,
1757 .sblive51 = 1} ,
1758 {.vendor = 0x1102, .device = 0x0002, .subsystem = 0x80261102,
Vedran Miletic18c71092008-10-21 17:42:54 +02001759 .driver = "EMU10K1", .name = "SB Live! Value [CT4830]",
James Courtier-Duttona6f61922005-07-03 12:32:40 +02001760 .id = "Live",
1761 .emu10k1_chip = 1,
1762 .ac97_chip = 1,
1763 .sblive51 = 1} ,
1764 {.vendor = 0x1102, .device = 0x0002, .subsystem = 0x80231102,
Vedran Miletic18c71092008-10-21 17:42:54 +02001765 .driver = "EMU10K1", .name = "SB PCI512 [CT4790]",
James Courtier-Duttona6f61922005-07-03 12:32:40 +02001766 .id = "Live",
1767 .emu10k1_chip = 1,
1768 .ac97_chip = 1,
1769 .sblive51 = 1} ,
1770 {.vendor = 0x1102, .device = 0x0002, .subsystem = 0x80221102,
Vedran Miletic18c71092008-10-21 17:42:54 +02001771 .driver = "EMU10K1", .name = "SB Live! Value [CT4780]",
James Courtier-Duttona6f61922005-07-03 12:32:40 +02001772 .id = "Live",
1773 .emu10k1_chip = 1,
1774 .ac97_chip = 1,
1775 .sblive51 = 1} ,
1776 {.vendor = 0x1102, .device = 0x0002, .subsystem = 0x40011102,
Vedran Miletic18c71092008-10-21 17:42:54 +02001777 .driver = "EMU10K1", .name = "E-mu APS [PC545]",
James Courtier-Duttona6f61922005-07-03 12:32:40 +02001778 .id = "APS",
1779 .emu10k1_chip = 1,
1780 .ecard = 1} ,
1781 {.vendor = 0x1102, .device = 0x0002, .subsystem = 0x00211102,
Vedran Miletic18c71092008-10-21 17:42:54 +02001782 .driver = "EMU10K1", .name = "SB Live! [CT4620]",
James Courtier-Duttona6f61922005-07-03 12:32:40 +02001783 .id = "Live",
1784 .emu10k1_chip = 1,
1785 .ac97_chip = 1,
1786 .sblive51 = 1} ,
1787 {.vendor = 0x1102, .device = 0x0002, .subsystem = 0x00201102,
Vedran Miletic18c71092008-10-21 17:42:54 +02001788 .driver = "EMU10K1", .name = "SB Live! Value [CT4670]",
James Courtier-Dutton2b6b22f2005-06-18 13:50:22 +02001789 .id = "Live",
1790 .emu10k1_chip = 1,
1791 .ac97_chip = 1,
1792 .sblive51 = 1} ,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001793 {.vendor = 0x1102, .device = 0x0002,
Vedran Miletic18c71092008-10-21 17:42:54 +02001794 .driver = "EMU10K1", .name = "SB Live! [Unknown]",
Takashi Iwaiaec72e02005-03-30 14:22:25 +02001795 .id = "Live",
Linus Torvalds1da177e2005-04-16 15:20:36 -07001796 .emu10k1_chip = 1,
Lee Revell2b637da2005-03-30 13:51:18 +02001797 .ac97_chip = 1,
1798 .sblive51 = 1} ,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001799 { } /* terminator */
1800};
1801
Bill Pembertone23e7a12012-12-06 12:35:10 -05001802int snd_emu10k1_create(struct snd_card *card,
Vedran Miletic67679b12008-10-23 18:51:00 +02001803 struct pci_dev *pci,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001804 unsigned short extin_mask,
1805 unsigned short extout_mask,
1806 long max_cache_bytes,
1807 int enable_ir,
James Courtier-Duttone66bc8b2005-07-06 22:21:51 +02001808 uint subsystem,
Vedran Miletic67679b12008-10-23 18:51:00 +02001809 struct snd_emu10k1 **remu)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001810{
Takashi Iwaieb4698f2005-11-17 14:50:13 +01001811 struct snd_emu10k1 *emu;
Takashi Iwai09668b42005-11-17 16:14:10 +01001812 int idx, err;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001813 int is_audigy;
Takashi Iwai09668b42005-11-17 16:14:10 +01001814 unsigned int silent_page;
Takashi Iwaieb4698f2005-11-17 14:50:13 +01001815 const struct snd_emu_chip_details *c;
1816 static struct snd_device_ops ops = {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001817 .dev_free = snd_emu10k1_dev_free,
1818 };
Vedran Miletic67679b12008-10-23 18:51:00 +02001819
Linus Torvalds1da177e2005-04-16 15:20:36 -07001820 *remu = NULL;
1821
1822 /* enable PCI device */
Vedran Miletic67679b12008-10-23 18:51:00 +02001823 err = pci_enable_device(pci);
1824 if (err < 0)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001825 return err;
1826
Takashi Iwaie560d8d2005-09-09 14:21:46 +02001827 emu = kzalloc(sizeof(*emu), GFP_KERNEL);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001828 if (emu == NULL) {
1829 pci_disable_device(pci);
1830 return -ENOMEM;
1831 }
1832 emu->card = card;
1833 spin_lock_init(&emu->reg_lock);
1834 spin_lock_init(&emu->emu_lock);
James Courtier-Duttonc94fa4c2007-11-10 17:55:14 +00001835 spin_lock_init(&emu->spi_lock);
1836 spin_lock_init(&emu->i2c_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001837 spin_lock_init(&emu->voice_lock);
1838 spin_lock_init(&emu->synth_lock);
1839 spin_lock_init(&emu->memblk_lock);
Ingo Molnar62932df2006-01-16 16:34:20 +01001840 mutex_init(&emu->fx8010.lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001841 INIT_LIST_HEAD(&emu->mapped_link_head);
1842 INIT_LIST_HEAD(&emu->mapped_order_link_head);
1843 emu->pci = pci;
1844 emu->irq = -1;
1845 emu->synth = NULL;
1846 emu->get_synth_voice = NULL;
1847 /* read revision & serial */
Auke Kok44c10132007-06-08 15:46:36 -07001848 emu->revision = pci->revision;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001849 pci_read_config_dword(pci, PCI_SUBSYSTEM_VENDOR_ID, &emu->serial);
1850 pci_read_config_word(pci, PCI_SUBSYSTEM_ID, &emu->model);
Takashi Iwai6f002b02014-02-25 17:02:09 +01001851 dev_dbg(card->dev,
1852 "vendor = 0x%x, device = 0x%x, subsystem_vendor_id = 0x%x, subsystem_id = 0x%x\n",
1853 pci->vendor, pci->device, emu->serial, emu->model);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001854
1855 for (c = emu_chip_details; c->vendor; c++) {
1856 if (c->vendor == pci->vendor && c->device == pci->device) {
James Courtier-Duttone66bc8b2005-07-06 22:21:51 +02001857 if (subsystem) {
Vedran Miletic67679b12008-10-23 18:51:00 +02001858 if (c->subsystem && (c->subsystem == subsystem))
James Courtier-Duttone66bc8b2005-07-06 22:21:51 +02001859 break;
Vedran Miletic67679b12008-10-23 18:51:00 +02001860 else
1861 continue;
James Courtier-Duttone66bc8b2005-07-06 22:21:51 +02001862 } else {
Vedran Miletic67679b12008-10-23 18:51:00 +02001863 if (c->subsystem && (c->subsystem != emu->serial))
James Courtier-Duttone66bc8b2005-07-06 22:21:51 +02001864 continue;
1865 if (c->revision && c->revision != emu->revision)
1866 continue;
1867 }
Takashi Iwaibdaed502005-04-07 15:48:42 +02001868 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001869 }
1870 }
1871 if (c->vendor == 0) {
Takashi Iwai6f002b02014-02-25 17:02:09 +01001872 dev_err(card->dev, "emu10k1: Card not recognised\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07001873 kfree(emu);
1874 pci_disable_device(pci);
1875 return -ENOENT;
1876 }
1877 emu->card_capabilities = c;
James Courtier-Duttone66bc8b2005-07-06 22:21:51 +02001878 if (c->subsystem && !subsystem)
Takashi Iwai6f002b02014-02-25 17:02:09 +01001879 dev_dbg(card->dev, "Sound card name = %s\n", c->name);
Vedran Miletic67679b12008-10-23 18:51:00 +02001880 else if (subsystem)
Takashi Iwai6f002b02014-02-25 17:02:09 +01001881 dev_dbg(card->dev, "Sound card name = %s, "
Vedran Miletic67679b12008-10-23 18:51:00 +02001882 "vendor = 0x%x, device = 0x%x, subsystem = 0x%x. "
Thomas Weber88393162010-03-16 11:47:56 +01001883 "Forced to subsystem = 0x%x\n", c->name,
Vedran Miletic67679b12008-10-23 18:51:00 +02001884 pci->vendor, pci->device, emu->serial, c->subsystem);
1885 else
Takashi Iwai6f002b02014-02-25 17:02:09 +01001886 dev_dbg(card->dev, "Sound card name = %s, "
Vedran Miletic67679b12008-10-23 18:51:00 +02001887 "vendor = 0x%x, device = 0x%x, subsystem = 0x%x.\n",
1888 c->name, pci->vendor, pci->device,
1889 emu->serial);
1890
Takashi Iwai85a655d2005-03-30 14:40:25 +02001891 if (!*card->id && c->id) {
1892 int i, n = 0;
Takashi Iwaiaec72e02005-03-30 14:22:25 +02001893 strlcpy(card->id, c->id, sizeof(card->id));
Takashi Iwai85a655d2005-03-30 14:40:25 +02001894 for (;;) {
1895 for (i = 0; i < snd_ecards_limit; i++) {
1896 if (snd_cards[i] && !strcmp(snd_cards[i]->id, card->id))
1897 break;
1898 }
1899 if (i >= snd_ecards_limit)
1900 break;
1901 n++;
1902 if (n >= SNDRV_CARDS)
1903 break;
1904 snprintf(card->id, sizeof(card->id), "%s_%d", c->id, n);
1905 }
1906 }
Takashi Iwaiaec72e02005-03-30 14:22:25 +02001907
Linus Torvalds1da177e2005-04-16 15:20:36 -07001908 is_audigy = emu->audigy = c->emu10k2_chip;
1909
Peter Zubaj7241ea52015-04-28 21:57:29 +02001910 /* set addressing mode */
1911 emu->address_mode = is_audigy ? 0 : 1;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001912 /* set the DMA transfer mask */
Peter Zubaj7241ea52015-04-28 21:57:29 +02001913 emu->dma_mask = emu->address_mode ? EMU10K1_DMA_MASK : AUDIGY_DMA_MASK;
Quentin Lambert412b9792015-04-15 16:10:17 +02001914 if (dma_set_mask(&pci->dev, emu->dma_mask) < 0 ||
1915 dma_set_coherent_mask(&pci->dev, emu->dma_mask) < 0) {
Takashi Iwai6f002b02014-02-25 17:02:09 +01001916 dev_err(card->dev,
1917 "architecture does not support PCI busmaster DMA with mask 0x%lx\n",
1918 emu->dma_mask);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001919 kfree(emu);
1920 pci_disable_device(pci);
1921 return -ENXIO;
1922 }
1923 if (is_audigy)
1924 emu->gpr_base = A_FXGPREGBASE;
1925 else
1926 emu->gpr_base = FXGPREGBASE;
1927
Vedran Miletic67679b12008-10-23 18:51:00 +02001928 err = pci_request_regions(pci, "EMU10K1");
1929 if (err < 0) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001930 kfree(emu);
1931 pci_disable_device(pci);
1932 return err;
1933 }
1934 emu->port = pci_resource_start(pci, 0);
1935
Linus Torvalds1da177e2005-04-16 15:20:36 -07001936 emu->max_cache_pages = max_cache_bytes >> PAGE_SHIFT;
1937 if (snd_dma_alloc_pages(SNDRV_DMA_TYPE_DEV, snd_dma_pci_data(pci),
Peter Zubaj7241ea52015-04-28 21:57:29 +02001938 (emu->address_mode ? 32 : 16) * 1024, &emu->ptb_pages) < 0) {
Takashi Iwai09668b42005-11-17 16:14:10 +01001939 err = -ENOMEM;
1940 goto error;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001941 }
1942
Jesper Juhl36726d92007-08-28 15:21:33 +02001943 emu->page_ptr_table = vmalloc(emu->max_cache_pages * sizeof(void *));
1944 emu->page_addr_table = vmalloc(emu->max_cache_pages *
1945 sizeof(unsigned long));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001946 if (emu->page_ptr_table == NULL || emu->page_addr_table == NULL) {
Takashi Iwai09668b42005-11-17 16:14:10 +01001947 err = -ENOMEM;
1948 goto error;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001949 }
1950
1951 if (snd_dma_alloc_pages(SNDRV_DMA_TYPE_DEV, snd_dma_pci_data(pci),
1952 EMUPAGESIZE, &emu->silent_page) < 0) {
Takashi Iwai09668b42005-11-17 16:14:10 +01001953 err = -ENOMEM;
1954 goto error;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001955 }
1956 emu->memhdr = snd_util_memhdr_new(emu->max_cache_pages * PAGE_SIZE);
1957 if (emu->memhdr == NULL) {
Takashi Iwai09668b42005-11-17 16:14:10 +01001958 err = -ENOMEM;
1959 goto error;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001960 }
Takashi Iwaieb4698f2005-11-17 14:50:13 +01001961 emu->memhdr->block_extra_size = sizeof(struct snd_emu10k1_memblk) -
1962 sizeof(struct snd_util_memblk);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001963
1964 pci_set_master(pci);
1965
Linus Torvalds1da177e2005-04-16 15:20:36 -07001966 emu->fx8010.fxbus_mask = 0x303f;
1967 if (extin_mask == 0)
1968 extin_mask = 0x3fcf;
1969 if (extout_mask == 0)
1970 extout_mask = 0x7fff;
1971 emu->fx8010.extin_mask = extin_mask;
1972 emu->fx8010.extout_mask = extout_mask;
Takashi Iwai09668b42005-11-17 16:14:10 +01001973 emu->enable_ir = enable_ir;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001974
James Courtier-Duttond9e8a552007-07-14 10:24:49 +01001975 if (emu->card_capabilities->ca_cardbus_chip) {
Vedran Miletic67679b12008-10-23 18:51:00 +02001976 err = snd_emu10k1_cardbus_init(emu);
1977 if (err < 0)
James Courtier-Duttond9e8a552007-07-14 10:24:49 +01001978 goto error;
1979 }
Lee Revell2b637da2005-03-30 13:51:18 +02001980 if (emu->card_capabilities->ecard) {
Vedran Miletic67679b12008-10-23 18:51:00 +02001981 err = snd_emu10k1_ecard_init(emu);
1982 if (err < 0)
Takashi Iwai09668b42005-11-17 16:14:10 +01001983 goto error;
James Courtier-Dutton190d2c42007-11-04 14:08:26 +00001984 } else if (emu->card_capabilities->emu_model) {
Vedran Miletic67679b12008-10-23 18:51:00 +02001985 err = snd_emu10k1_emu1010_init(emu);
1986 if (err < 0) {
1987 snd_emu10k1_free(emu);
1988 return err;
1989 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001990 } else {
1991 /* 5.1: Enable the additional AC97 Slots. If the emu10k1 version
1992 does not support this, it shouldn't do any harm */
Vedran Miletic67679b12008-10-23 18:51:00 +02001993 snd_emu10k1_ptr_write(emu, AC97SLOT, 0,
1994 AC97SLOT_CNTR|AC97SLOT_LFE);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001995 }
1996
Takashi Iwai09668b42005-11-17 16:14:10 +01001997 /* initialize TRAM setup */
1998 emu->fx8010.itram_size = (16 * 1024)/2;
1999 emu->fx8010.etram_pages.area = NULL;
2000 emu->fx8010.etram_pages.bytes = 0;
2001
Jaroslav Franek868e15db2008-06-06 11:04:19 +02002002 /* irq handler must be registered after I/O ports are activated */
2003 if (request_irq(pci->irq, snd_emu10k1_interrupt, IRQF_SHARED,
Takashi Iwai934c2b62011-06-10 16:36:37 +02002004 KBUILD_MODNAME, emu)) {
Jaroslav Franek868e15db2008-06-06 11:04:19 +02002005 err = -EBUSY;
2006 goto error;
2007 }
2008 emu->irq = pci->irq;
2009
Takashi Iwai09668b42005-11-17 16:14:10 +01002010 /*
2011 * Init to 0x02109204 :
2012 * Clock accuracy = 0 (1000ppm)
2013 * Sample Rate = 2 (48kHz)
2014 * Audio Channel = 1 (Left of 2)
2015 * Source Number = 0 (Unspecified)
2016 * Generation Status = 1 (Original for Cat Code 12)
2017 * Cat Code = 12 (Digital Signal Mixer)
2018 * Mode = 0 (Mode 0)
2019 * Emphasis = 0 (None)
2020 * CP = 1 (Copyright unasserted)
2021 * AN = 0 (Audio data)
2022 * P = 0 (Consumer)
2023 */
2024 emu->spdif_bits[0] = emu->spdif_bits[1] =
2025 emu->spdif_bits[2] = SPCS_CLKACCY_1000PPM | SPCS_SAMPLERATE_48 |
2026 SPCS_CHANNELNUM_LEFT | SPCS_SOURCENUM_UNSPEC |
2027 SPCS_GENERATIONSTATUS | 0x00001200 |
2028 0x00000000 | SPCS_EMPHASIS_NONE | SPCS_COPYRIGHT;
2029
2030 emu->reserved_page = (struct snd_emu10k1_memblk *)
2031 snd_emu10k1_synth_alloc(emu, 4096);
2032 if (emu->reserved_page)
2033 emu->reserved_page->map_locked = 1;
Vedran Miletic67679b12008-10-23 18:51:00 +02002034
Takashi Iwai09668b42005-11-17 16:14:10 +01002035 /* Clear silent pages and set up pointers */
2036 memset(emu->silent_page.area, 0, PAGE_SIZE);
Peter Zubaj7241ea52015-04-28 21:57:29 +02002037 silent_page = emu->silent_page.addr << emu->address_mode;
2038 for (idx = 0; idx < (emu->address_mode ? MAXPAGES1 : MAXPAGES0); idx++)
Takashi Iwai09668b42005-11-17 16:14:10 +01002039 ((u32 *)emu->ptb_pages.area)[idx] = cpu_to_le32(silent_page | idx);
2040
2041 /* set up voice indices */
2042 for (idx = 0; idx < NUM_G; idx++) {
2043 emu->voices[idx].emu = emu;
2044 emu->voices[idx].number = idx;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002045 }
2046
Vedran Miletic67679b12008-10-23 18:51:00 +02002047 err = snd_emu10k1_init(emu, enable_ir, 0);
2048 if (err < 0)
Takashi Iwai09668b42005-11-17 16:14:10 +01002049 goto error;
Takashi Iwaic7561cd2012-08-14 18:12:04 +02002050#ifdef CONFIG_PM_SLEEP
Vedran Miletic67679b12008-10-23 18:51:00 +02002051 err = alloc_pm_buffer(emu);
2052 if (err < 0)
Takashi Iwai09668b42005-11-17 16:14:10 +01002053 goto error;
2054#endif
2055
2056 /* Initialize the effect engine */
Vedran Miletic67679b12008-10-23 18:51:00 +02002057 err = snd_emu10k1_init_efx(emu);
2058 if (err < 0)
Takashi Iwai09668b42005-11-17 16:14:10 +01002059 goto error;
2060 snd_emu10k1_audio_enable(emu);
2061
Vedran Miletic67679b12008-10-23 18:51:00 +02002062 err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, emu, &ops);
2063 if (err < 0)
Takashi Iwai09668b42005-11-17 16:14:10 +01002064 goto error;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002065
Takashi Iwai506e6ae2015-05-29 07:56:42 +02002066#ifdef CONFIG_SND_PROC_FS
Linus Torvalds1da177e2005-04-16 15:20:36 -07002067 snd_emu10k1_proc_init(emu);
Takashi Iwaiadf1b3d2005-12-01 10:49:58 +01002068#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -07002069
Linus Torvalds1da177e2005-04-16 15:20:36 -07002070 *remu = emu;
2071 return 0;
Takashi Iwai09668b42005-11-17 16:14:10 +01002072
2073 error:
2074 snd_emu10k1_free(emu);
2075 return err;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002076}
2077
Takashi Iwaic7561cd2012-08-14 18:12:04 +02002078#ifdef CONFIG_PM_SLEEP
Takashi Iwai09668b42005-11-17 16:14:10 +01002079static unsigned char saved_regs[] = {
2080 CPF, PTRX, CVCF, VTFT, Z1, Z2, PSST, DSL, CCCA, CCR, CLP,
2081 FXRT, MAPA, MAPB, ENVVOL, ATKHLDV, DCYSUSV, LFOVAL1, ENVVAL,
2082 ATKHLDM, DCYSUSM, LFOVAL2, IP, IFATN, PEFE, FMMOD, TREMFRQ, FM2FRQ2,
2083 TEMPENV, ADCCR, FXWC, MICBA, ADCBA, FXBA,
2084 MICBS, ADCBS, FXBS, CDCS, GPSCS, SPCS0, SPCS1, SPCS2,
2085 SPBYPASS, AC97SLOT, CDSRCS, GPSRCS, ZVSRCS, MICIDX, ADCIDX, FXIDX,
2086 0xff /* end */
2087};
2088static unsigned char saved_regs_audigy[] = {
2089 A_ADCIDX, A_MICIDX, A_FXWC1, A_FXWC2, A_SAMPLE_RATE,
2090 A_FXRT2, A_SENDAMOUNTS, A_FXRT1,
2091 0xff /* end */
2092};
2093
Bill Pembertone23e7a12012-12-06 12:35:10 -05002094static int alloc_pm_buffer(struct snd_emu10k1 *emu)
Takashi Iwai09668b42005-11-17 16:14:10 +01002095{
2096 int size;
2097
2098 size = ARRAY_SIZE(saved_regs);
2099 if (emu->audigy)
2100 size += ARRAY_SIZE(saved_regs_audigy);
2101 emu->saved_ptr = vmalloc(4 * NUM_G * size);
Vedran Miletic67679b12008-10-23 18:51:00 +02002102 if (!emu->saved_ptr)
Takashi Iwai09668b42005-11-17 16:14:10 +01002103 return -ENOMEM;
2104 if (snd_emu10k1_efx_alloc_pm_buffer(emu) < 0)
2105 return -ENOMEM;
2106 if (emu->card_capabilities->ca0151_chip &&
2107 snd_p16v_alloc_pm_buffer(emu) < 0)
2108 return -ENOMEM;
2109 return 0;
2110}
2111
2112static void free_pm_buffer(struct snd_emu10k1 *emu)
2113{
2114 vfree(emu->saved_ptr);
2115 snd_emu10k1_efx_free_pm_buffer(emu);
2116 if (emu->card_capabilities->ca0151_chip)
2117 snd_p16v_free_pm_buffer(emu);
2118}
2119
2120void snd_emu10k1_suspend_regs(struct snd_emu10k1 *emu)
2121{
2122 int i;
2123 unsigned char *reg;
2124 unsigned int *val;
2125
2126 val = emu->saved_ptr;
2127 for (reg = saved_regs; *reg != 0xff; reg++)
2128 for (i = 0; i < NUM_G; i++, val++)
2129 *val = snd_emu10k1_ptr_read(emu, *reg, i);
2130 if (emu->audigy) {
2131 for (reg = saved_regs_audigy; *reg != 0xff; reg++)
2132 for (i = 0; i < NUM_G; i++, val++)
2133 *val = snd_emu10k1_ptr_read(emu, *reg, i);
2134 }
2135 if (emu->audigy)
2136 emu->saved_a_iocfg = inl(emu->port + A_IOCFG);
2137 emu->saved_hcfg = inl(emu->port + HCFG);
2138}
2139
2140void snd_emu10k1_resume_init(struct snd_emu10k1 *emu)
2141{
James Courtier-Duttond9e8a552007-07-14 10:24:49 +01002142 if (emu->card_capabilities->ca_cardbus_chip)
2143 snd_emu10k1_cardbus_init(emu);
Takashi Iwai09668b42005-11-17 16:14:10 +01002144 if (emu->card_capabilities->ecard)
2145 snd_emu10k1_ecard_init(emu);
James Courtier-Dutton190d2c42007-11-04 14:08:26 +00002146 else if (emu->card_capabilities->emu_model)
Vedran Miletic67679b12008-10-23 18:51:00 +02002147 snd_emu10k1_emu1010_init(emu);
Takashi Iwai09668b42005-11-17 16:14:10 +01002148 else
2149 snd_emu10k1_ptr_write(emu, AC97SLOT, 0, AC97SLOT_CNTR|AC97SLOT_LFE);
2150 snd_emu10k1_init(emu, emu->enable_ir, 1);
2151}
2152
2153void snd_emu10k1_resume_regs(struct snd_emu10k1 *emu)
2154{
2155 int i;
2156 unsigned char *reg;
2157 unsigned int *val;
2158
2159 snd_emu10k1_audio_enable(emu);
2160
2161 /* resore for spdif */
2162 if (emu->audigy)
Arnaud Patard4130d592006-10-04 18:21:05 +02002163 outl(emu->saved_a_iocfg, emu->port + A_IOCFG);
2164 outl(emu->saved_hcfg, emu->port + HCFG);
Takashi Iwai09668b42005-11-17 16:14:10 +01002165
2166 val = emu->saved_ptr;
2167 for (reg = saved_regs; *reg != 0xff; reg++)
2168 for (i = 0; i < NUM_G; i++, val++)
2169 snd_emu10k1_ptr_write(emu, *reg, i, *val);
2170 if (emu->audigy) {
2171 for (reg = saved_regs_audigy; *reg != 0xff; reg++)
2172 for (i = 0; i < NUM_G; i++, val++)
2173 snd_emu10k1_ptr_write(emu, *reg, i, *val);
2174 }
2175}
2176#endif