2 * Maintained by Jaroslav Kysela <perex@perex.cz>
3 * Originated by audio@tridentmicro.com
4 * Fri Feb 19 15:55:28 MST 1999
5 * Routines for control of Trident 4DWave (DX and NX) chip
12 * This program is free software; you can redistribute it and/or modify
13 * it under the terms of the GNU General Public License as published by
14 * the Free Software Foundation; either version 2 of the License, or
15 * (at your option) any later version.
17 * This program is distributed in the hope that it will be useful,
18 * but WITHOUT ANY WARRANTY; without even the implied warranty of
19 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20 * GNU General Public License for more details.
22 * You should have received a copy of the GNU General Public License
23 * along with this program; if not, write to the Free Software
24 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
27 * SiS7018 S/PDIF support by Thomas Winischhofer <thomas@winischhofer.net>
30 #include <linux/delay.h>
31 #include <linux/init.h>
32 #include <linux/interrupt.h>
33 #include <linux/pci.h>
34 #include <linux/slab.h>
35 #include <linux/vmalloc.h>
36 #include <linux/gameport.h>
37 #include <linux/dma-mapping.h>
38 #include <linux/export.h>
41 #include <sound/core.h>
42 #include <sound/info.h>
43 #include <sound/control.h>
44 #include <sound/tlv.h>
46 #include <sound/asoundef.h>
48 static int snd_trident_pcm_mixer_build(struct snd_trident
*trident
,
49 struct snd_trident_voice
* voice
,
50 struct snd_pcm_substream
*substream
);
51 static int snd_trident_pcm_mixer_free(struct snd_trident
*trident
,
52 struct snd_trident_voice
* voice
,
53 struct snd_pcm_substream
*substream
);
54 static irqreturn_t
snd_trident_interrupt(int irq
, void *dev_id
);
55 static int snd_trident_sis_reset(struct snd_trident
*trident
);
57 static void snd_trident_clear_voices(struct snd_trident
* trident
,
58 unsigned short v_min
, unsigned short v_max
);
59 static int snd_trident_free(struct snd_trident
*trident
);
67 static void snd_trident_print_voice_regs(struct snd_trident
*trident
, int voice
)
69 unsigned int val
, tmp
;
71 dev_dbg(trident
->card
->dev
, "Trident voice %i:\n", voice
);
72 outb(voice
, TRID_REG(trident
, T4D_LFO_GC_CIR
));
73 val
= inl(TRID_REG(trident
, CH_LBA
));
74 dev_dbg(trident
->card
->dev
, "LBA: 0x%x\n", val
);
75 val
= inl(TRID_REG(trident
, CH_GVSEL_PAN_VOL_CTRL_EC
));
76 dev_dbg(trident
->card
->dev
, "GVSel: %i\n", val
>> 31);
77 dev_dbg(trident
->card
->dev
, "Pan: 0x%x\n", (val
>> 24) & 0x7f);
78 dev_dbg(trident
->card
->dev
, "Vol: 0x%x\n", (val
>> 16) & 0xff);
79 dev_dbg(trident
->card
->dev
, "CTRL: 0x%x\n", (val
>> 12) & 0x0f);
80 dev_dbg(trident
->card
->dev
, "EC: 0x%x\n", val
& 0x0fff);
81 if (trident
->device
!= TRIDENT_DEVICE_ID_NX
) {
82 val
= inl(TRID_REG(trident
, CH_DX_CSO_ALPHA_FMS
));
83 dev_dbg(trident
->card
->dev
, "CSO: 0x%x\n", val
>> 16);
84 dev_dbg(trident
->card
->dev
, "Alpha: 0x%x\n", (val
>> 4) & 0x0fff);
85 dev_dbg(trident
->card
->dev
, "FMS: 0x%x\n", val
& 0x0f);
86 val
= inl(TRID_REG(trident
, CH_DX_ESO_DELTA
));
87 dev_dbg(trident
->card
->dev
, "ESO: 0x%x\n", val
>> 16);
88 dev_dbg(trident
->card
->dev
, "Delta: 0x%x\n", val
& 0xffff);
89 val
= inl(TRID_REG(trident
, CH_DX_FMC_RVOL_CVOL
));
90 } else { // TRIDENT_DEVICE_ID_NX
91 val
= inl(TRID_REG(trident
, CH_NX_DELTA_CSO
));
92 tmp
= (val
>> 24) & 0xff;
93 dev_dbg(trident
->card
->dev
, "CSO: 0x%x\n", val
& 0x00ffffff);
94 val
= inl(TRID_REG(trident
, CH_NX_DELTA_ESO
));
95 tmp
|= (val
>> 16) & 0xff00;
96 dev_dbg(trident
->card
->dev
, "Delta: 0x%x\n", tmp
);
97 dev_dbg(trident
->card
->dev
, "ESO: 0x%x\n", val
& 0x00ffffff);
98 val
= inl(TRID_REG(trident
, CH_NX_ALPHA_FMS_FMC_RVOL_CVOL
));
99 dev_dbg(trident
->card
->dev
, "Alpha: 0x%x\n", val
>> 20);
100 dev_dbg(trident
->card
->dev
, "FMS: 0x%x\n", (val
>> 16) & 0x0f);
102 dev_dbg(trident
->card
->dev
, "FMC: 0x%x\n", (val
>> 14) & 3);
103 dev_dbg(trident
->card
->dev
, "RVol: 0x%x\n", (val
>> 7) & 0x7f);
104 dev_dbg(trident
->card
->dev
, "CVol: 0x%x\n", val
& 0x7f);
108 /*---------------------------------------------------------------------------
109 unsigned short snd_trident_codec_read(struct snd_ac97 *ac97, unsigned short reg)
111 Description: This routine will do all of the reading from the external
114 Parameters: ac97 - ac97 codec structure
115 reg - CODEC register index, from AC97 Hal.
117 returns: 16 bit value read from the AC97.
119 ---------------------------------------------------------------------------*/
120 static unsigned short snd_trident_codec_read(struct snd_ac97
*ac97
, unsigned short reg
)
122 unsigned int data
= 0, treg
;
123 unsigned short count
= 0xffff;
125 struct snd_trident
*trident
= ac97
->private_data
;
127 spin_lock_irqsave(&trident
->reg_lock
, flags
);
128 if (trident
->device
== TRIDENT_DEVICE_ID_DX
) {
129 data
= (DX_AC97_BUSY_READ
| (reg
& 0x000000ff));
130 outl(data
, TRID_REG(trident
, DX_ACR1_AC97_R
));
132 data
= inl(TRID_REG(trident
, DX_ACR1_AC97_R
));
133 if ((data
& DX_AC97_BUSY_READ
) == 0)
136 } else if (trident
->device
== TRIDENT_DEVICE_ID_NX
) {
137 data
= (NX_AC97_BUSY_READ
| (reg
& 0x000000ff));
138 treg
= ac97
->num
== 0 ? NX_ACR2_AC97_R_PRIMARY
: NX_ACR3_AC97_R_SECONDARY
;
139 outl(data
, TRID_REG(trident
, treg
));
141 data
= inl(TRID_REG(trident
, treg
));
142 if ((data
& 0x00000C00) == 0)
145 } else if (trident
->device
== TRIDENT_DEVICE_ID_SI7018
) {
146 data
= SI_AC97_BUSY_READ
| SI_AC97_AUDIO_BUSY
| (reg
& 0x000000ff);
148 data
|= SI_AC97_SECONDARY
;
149 outl(data
, TRID_REG(trident
, SI_AC97_READ
));
151 data
= inl(TRID_REG(trident
, SI_AC97_READ
));
152 if ((data
& (SI_AC97_BUSY_READ
)) == 0)
157 if (count
== 0 && !trident
->ac97_detect
) {
158 dev_err(trident
->card
->dev
,
159 "ac97 codec read TIMEOUT [0x%x/0x%x]!!!\n",
164 spin_unlock_irqrestore(&trident
->reg_lock
, flags
);
165 return ((unsigned short) (data
>> 16));
168 /*---------------------------------------------------------------------------
169 void snd_trident_codec_write(struct snd_ac97 *ac97, unsigned short reg,
170 unsigned short wdata)
172 Description: This routine will do all of the writing to the external
175 Parameters: ac97 - ac97 codec structure
176 reg - CODEC register index, from AC97 Hal.
177 data - Lower 16 bits are the data to write to CODEC.
179 returns: TRUE if everything went ok, else FALSE.
181 ---------------------------------------------------------------------------*/
182 static void snd_trident_codec_write(struct snd_ac97
*ac97
, unsigned short reg
,
183 unsigned short wdata
)
185 unsigned int address
, data
;
186 unsigned short count
= 0xffff;
188 struct snd_trident
*trident
= ac97
->private_data
;
190 data
= ((unsigned long) wdata
) << 16;
192 spin_lock_irqsave(&trident
->reg_lock
, flags
);
193 if (trident
->device
== TRIDENT_DEVICE_ID_DX
) {
194 address
= DX_ACR0_AC97_W
;
196 /* read AC-97 write register status */
198 if ((inw(TRID_REG(trident
, address
)) & DX_AC97_BUSY_WRITE
) == 0)
202 data
|= (DX_AC97_BUSY_WRITE
| (reg
& 0x000000ff));
203 } else if (trident
->device
== TRIDENT_DEVICE_ID_NX
) {
204 address
= NX_ACR1_AC97_W
;
206 /* read AC-97 write register status */
208 if ((inw(TRID_REG(trident
, address
)) & NX_AC97_BUSY_WRITE
) == 0)
212 data
|= (NX_AC97_BUSY_WRITE
| (ac97
->num
<< 8) | (reg
& 0x000000ff));
213 } else if (trident
->device
== TRIDENT_DEVICE_ID_SI7018
) {
214 address
= SI_AC97_WRITE
;
216 /* read AC-97 write register status */
218 if ((inw(TRID_REG(trident
, address
)) & (SI_AC97_BUSY_WRITE
)) == 0)
222 data
|= SI_AC97_BUSY_WRITE
| SI_AC97_AUDIO_BUSY
| (reg
& 0x000000ff);
224 data
|= SI_AC97_SECONDARY
;
226 address
= 0; /* keep GCC happy */
227 count
= 0; /* return */
231 spin_unlock_irqrestore(&trident
->reg_lock
, flags
);
234 outl(data
, TRID_REG(trident
, address
));
235 spin_unlock_irqrestore(&trident
->reg_lock
, flags
);
238 /*---------------------------------------------------------------------------
239 void snd_trident_enable_eso(struct snd_trident *trident)
241 Description: This routine will enable end of loop interrupts.
242 End of loop interrupts will occur when a running
244 Also enables middle of loop interrupts.
246 Parameters: trident - pointer to target device class for 4DWave.
248 ---------------------------------------------------------------------------*/
250 static void snd_trident_enable_eso(struct snd_trident
* trident
)
254 val
= inl(TRID_REG(trident
, T4D_LFO_GC_CIR
));
257 if (trident
->device
== TRIDENT_DEVICE_ID_SI7018
)
259 outl(val
, TRID_REG(trident
, T4D_LFO_GC_CIR
));
262 /*---------------------------------------------------------------------------
263 void snd_trident_disable_eso(struct snd_trident *trident)
265 Description: This routine will disable end of loop interrupts.
266 End of loop interrupts will occur when a running
268 Also disables middle of loop interrupts.
271 trident - pointer to target device class for 4DWave.
273 returns: TRUE if everything went ok, else FALSE.
275 ---------------------------------------------------------------------------*/
277 static void snd_trident_disable_eso(struct snd_trident
* trident
)
281 tmp
= inl(TRID_REG(trident
, T4D_LFO_GC_CIR
));
284 outl(tmp
, TRID_REG(trident
, T4D_LFO_GC_CIR
));
287 /*---------------------------------------------------------------------------
288 void snd_trident_start_voice(struct snd_trident * trident, unsigned int voice)
290 Description: Start a voice, any channel 0 thru 63.
291 This routine automatically handles the fact that there are
292 more than 32 channels available.
294 Parameters : voice - Voice number 0 thru n.
295 trident - pointer to target device class for 4DWave.
299 ---------------------------------------------------------------------------*/
301 void snd_trident_start_voice(struct snd_trident
* trident
, unsigned int voice
)
303 unsigned int mask
= 1 << (voice
& 0x1f);
304 unsigned int reg
= (voice
& 0x20) ? T4D_START_B
: T4D_START_A
;
306 outl(mask
, TRID_REG(trident
, reg
));
309 EXPORT_SYMBOL(snd_trident_start_voice
);
311 /*---------------------------------------------------------------------------
312 void snd_trident_stop_voice(struct snd_trident * trident, unsigned int voice)
314 Description: Stop a voice, any channel 0 thru 63.
315 This routine automatically handles the fact that there are
316 more than 32 channels available.
318 Parameters : voice - Voice number 0 thru n.
319 trident - pointer to target device class for 4DWave.
323 ---------------------------------------------------------------------------*/
325 void snd_trident_stop_voice(struct snd_trident
* trident
, unsigned int voice
)
327 unsigned int mask
= 1 << (voice
& 0x1f);
328 unsigned int reg
= (voice
& 0x20) ? T4D_STOP_B
: T4D_STOP_A
;
330 outl(mask
, TRID_REG(trident
, reg
));
333 EXPORT_SYMBOL(snd_trident_stop_voice
);
335 /*---------------------------------------------------------------------------
336 int snd_trident_allocate_pcm_channel(struct snd_trident *trident)
338 Description: Allocate hardware channel in Bank B (32-63).
340 Parameters : trident - pointer to target device class for 4DWave.
342 Return Value: hardware channel - 32-63 or -1 when no channel is available
344 ---------------------------------------------------------------------------*/
346 static int snd_trident_allocate_pcm_channel(struct snd_trident
* trident
)
350 if (trident
->ChanPCMcnt
>= trident
->ChanPCM
)
352 for (idx
= 31; idx
>= 0; idx
--) {
353 if (!(trident
->ChanMap
[T4D_BANK_B
] & (1 << idx
))) {
354 trident
->ChanMap
[T4D_BANK_B
] |= 1 << idx
;
355 trident
->ChanPCMcnt
++;
362 /*---------------------------------------------------------------------------
363 void snd_trident_free_pcm_channel(int channel)
365 Description: Free hardware channel in Bank B (32-63)
367 Parameters : trident - pointer to target device class for 4DWave.
368 channel - hardware channel number 0-63
372 ---------------------------------------------------------------------------*/
374 static void snd_trident_free_pcm_channel(struct snd_trident
*trident
, int channel
)
376 if (channel
< 32 || channel
> 63)
379 if (trident
->ChanMap
[T4D_BANK_B
] & (1 << channel
)) {
380 trident
->ChanMap
[T4D_BANK_B
] &= ~(1 << channel
);
381 trident
->ChanPCMcnt
--;
385 /*---------------------------------------------------------------------------
386 unsigned int snd_trident_allocate_synth_channel(void)
388 Description: Allocate hardware channel in Bank A (0-31).
390 Parameters : trident - pointer to target device class for 4DWave.
392 Return Value: hardware channel - 0-31 or -1 when no channel is available
394 ---------------------------------------------------------------------------*/
396 static int snd_trident_allocate_synth_channel(struct snd_trident
* trident
)
400 for (idx
= 31; idx
>= 0; idx
--) {
401 if (!(trident
->ChanMap
[T4D_BANK_A
] & (1 << idx
))) {
402 trident
->ChanMap
[T4D_BANK_A
] |= 1 << idx
;
403 trident
->synth
.ChanSynthCount
++;
410 /*---------------------------------------------------------------------------
411 void snd_trident_free_synth_channel( int channel )
413 Description: Free hardware channel in Bank B (0-31).
415 Parameters : trident - pointer to target device class for 4DWave.
416 channel - hardware channel number 0-63
420 ---------------------------------------------------------------------------*/
422 static void snd_trident_free_synth_channel(struct snd_trident
*trident
, int channel
)
424 if (channel
< 0 || channel
> 31)
427 if (trident
->ChanMap
[T4D_BANK_A
] & (1 << channel
)) {
428 trident
->ChanMap
[T4D_BANK_A
] &= ~(1 << channel
);
429 trident
->synth
.ChanSynthCount
--;
433 /*---------------------------------------------------------------------------
434 snd_trident_write_voice_regs
436 Description: This routine will complete and write the 5 hardware channel
437 registers to hardware.
439 Parameters: trident - pointer to target device class for 4DWave.
440 voice - synthesizer voice structure
443 ---------------------------------------------------------------------------*/
445 void snd_trident_write_voice_regs(struct snd_trident
* trident
,
446 struct snd_trident_voice
* voice
)
448 unsigned int FmcRvolCvol
;
449 unsigned int regs
[5];
451 regs
[1] = voice
->LBA
;
452 regs
[4] = (voice
->GVSel
<< 31) |
453 ((voice
->Pan
& 0x0000007f) << 24) |
454 ((voice
->CTRL
& 0x0000000f) << 12);
455 FmcRvolCvol
= ((voice
->FMC
& 3) << 14) |
456 ((voice
->RVol
& 0x7f) << 7) |
457 (voice
->CVol
& 0x7f);
459 switch (trident
->device
) {
460 case TRIDENT_DEVICE_ID_SI7018
:
461 regs
[4] |= voice
->number
> 31 ?
462 (voice
->Vol
& 0x000003ff) :
463 ((voice
->Vol
& 0x00003fc) << (16-2)) |
464 (voice
->EC
& 0x00000fff);
465 regs
[0] = (voice
->CSO
<< 16) | ((voice
->Alpha
& 0x00000fff) << 4) |
466 (voice
->FMS
& 0x0000000f);
467 regs
[2] = (voice
->ESO
<< 16) | (voice
->Delta
& 0x0ffff);
468 regs
[3] = (voice
->Attribute
<< 16) | FmcRvolCvol
;
470 case TRIDENT_DEVICE_ID_DX
:
471 regs
[4] |= ((voice
->Vol
& 0x000003fc) << (16-2)) |
472 (voice
->EC
& 0x00000fff);
473 regs
[0] = (voice
->CSO
<< 16) | ((voice
->Alpha
& 0x00000fff) << 4) |
474 (voice
->FMS
& 0x0000000f);
475 regs
[2] = (voice
->ESO
<< 16) | (voice
->Delta
& 0x0ffff);
476 regs
[3] = FmcRvolCvol
;
478 case TRIDENT_DEVICE_ID_NX
:
479 regs
[4] |= ((voice
->Vol
& 0x000003fc) << (16-2)) |
480 (voice
->EC
& 0x00000fff);
481 regs
[0] = (voice
->Delta
<< 24) | (voice
->CSO
& 0x00ffffff);
482 regs
[2] = ((voice
->Delta
<< 16) & 0xff000000) |
483 (voice
->ESO
& 0x00ffffff);
484 regs
[3] = (voice
->Alpha
<< 20) |
485 ((voice
->FMS
& 0x0000000f) << 16) | FmcRvolCvol
;
492 outb(voice
->number
, TRID_REG(trident
, T4D_LFO_GC_CIR
));
493 outl(regs
[0], TRID_REG(trident
, CH_START
+ 0));
494 outl(regs
[1], TRID_REG(trident
, CH_START
+ 4));
495 outl(regs
[2], TRID_REG(trident
, CH_START
+ 8));
496 outl(regs
[3], TRID_REG(trident
, CH_START
+ 12));
497 outl(regs
[4], TRID_REG(trident
, CH_START
+ 16));
500 dev_dbg(trident
->card
->dev
, "written %i channel:\n", voice
->number
);
501 dev_dbg(trident
->card
->dev
, " regs[0] = 0x%x/0x%x\n",
502 regs
[0], inl(TRID_REG(trident
, CH_START
+ 0)));
503 dev_dbg(trident
->card
->dev
, " regs[1] = 0x%x/0x%x\n",
504 regs
[1], inl(TRID_REG(trident
, CH_START
+ 4)));
505 dev_dbg(trident
->card
->dev
, " regs[2] = 0x%x/0x%x\n",
506 regs
[2], inl(TRID_REG(trident
, CH_START
+ 8)));
507 dev_dbg(trident
->card
->dev
, " regs[3] = 0x%x/0x%x\n",
508 regs
[3], inl(TRID_REG(trident
, CH_START
+ 12)));
509 dev_dbg(trident
->card
->dev
, " regs[4] = 0x%x/0x%x\n",
510 regs
[4], inl(TRID_REG(trident
, CH_START
+ 16)));
514 EXPORT_SYMBOL(snd_trident_write_voice_regs
);
516 /*---------------------------------------------------------------------------
517 snd_trident_write_cso_reg
519 Description: This routine will write the new CSO offset
520 register to hardware.
522 Parameters: trident - pointer to target device class for 4DWave.
523 voice - synthesizer voice structure
526 ---------------------------------------------------------------------------*/
528 static void snd_trident_write_cso_reg(struct snd_trident
* trident
,
529 struct snd_trident_voice
* voice
,
533 outb(voice
->number
, TRID_REG(trident
, T4D_LFO_GC_CIR
));
534 if (trident
->device
!= TRIDENT_DEVICE_ID_NX
) {
535 outw(voice
->CSO
, TRID_REG(trident
, CH_DX_CSO_ALPHA_FMS
) + 2);
537 outl((voice
->Delta
<< 24) |
538 (voice
->CSO
& 0x00ffffff), TRID_REG(trident
, CH_NX_DELTA_CSO
));
542 /*---------------------------------------------------------------------------
543 snd_trident_write_eso_reg
545 Description: This routine will write the new ESO offset
546 register to hardware.
548 Parameters: trident - pointer to target device class for 4DWave.
549 voice - synthesizer voice structure
552 ---------------------------------------------------------------------------*/
554 static void snd_trident_write_eso_reg(struct snd_trident
* trident
,
555 struct snd_trident_voice
* voice
,
559 outb(voice
->number
, TRID_REG(trident
, T4D_LFO_GC_CIR
));
560 if (trident
->device
!= TRIDENT_DEVICE_ID_NX
) {
561 outw(voice
->ESO
, TRID_REG(trident
, CH_DX_ESO_DELTA
) + 2);
563 outl(((voice
->Delta
<< 16) & 0xff000000) | (voice
->ESO
& 0x00ffffff),
564 TRID_REG(trident
, CH_NX_DELTA_ESO
));
568 /*---------------------------------------------------------------------------
569 snd_trident_write_vol_reg
571 Description: This routine will write the new voice volume
572 register to hardware.
574 Parameters: trident - pointer to target device class for 4DWave.
575 voice - synthesizer voice structure
576 Vol - new voice volume
578 ---------------------------------------------------------------------------*/
580 static void snd_trident_write_vol_reg(struct snd_trident
* trident
,
581 struct snd_trident_voice
* voice
,
585 outb(voice
->number
, TRID_REG(trident
, T4D_LFO_GC_CIR
));
586 switch (trident
->device
) {
587 case TRIDENT_DEVICE_ID_DX
:
588 case TRIDENT_DEVICE_ID_NX
:
589 outb(voice
->Vol
>> 2, TRID_REG(trident
, CH_GVSEL_PAN_VOL_CTRL_EC
+ 2));
591 case TRIDENT_DEVICE_ID_SI7018
:
592 /* dev_dbg(trident->card->dev, "voice->Vol = 0x%x\n", voice->Vol); */
593 outw((voice
->CTRL
<< 12) | voice
->Vol
,
594 TRID_REG(trident
, CH_GVSEL_PAN_VOL_CTRL_EC
));
599 /*---------------------------------------------------------------------------
600 snd_trident_write_pan_reg
602 Description: This routine will write the new voice pan
603 register to hardware.
605 Parameters: trident - pointer to target device class for 4DWave.
606 voice - synthesizer voice structure
609 ---------------------------------------------------------------------------*/
611 static void snd_trident_write_pan_reg(struct snd_trident
* trident
,
612 struct snd_trident_voice
* voice
,
616 outb(voice
->number
, TRID_REG(trident
, T4D_LFO_GC_CIR
));
617 outb(((voice
->GVSel
& 0x01) << 7) | (voice
->Pan
& 0x7f),
618 TRID_REG(trident
, CH_GVSEL_PAN_VOL_CTRL_EC
+ 3));
621 /*---------------------------------------------------------------------------
622 snd_trident_write_rvol_reg
624 Description: This routine will write the new reverb volume
625 register to hardware.
627 Parameters: trident - pointer to target device class for 4DWave.
628 voice - synthesizer voice structure
629 RVol - new reverb volume
631 ---------------------------------------------------------------------------*/
633 static void snd_trident_write_rvol_reg(struct snd_trident
* trident
,
634 struct snd_trident_voice
* voice
,
638 outb(voice
->number
, TRID_REG(trident
, T4D_LFO_GC_CIR
));
639 outw(((voice
->FMC
& 0x0003) << 14) | ((voice
->RVol
& 0x007f) << 7) |
640 (voice
->CVol
& 0x007f),
641 TRID_REG(trident
, trident
->device
== TRIDENT_DEVICE_ID_NX
?
642 CH_NX_ALPHA_FMS_FMC_RVOL_CVOL
: CH_DX_FMC_RVOL_CVOL
));
645 /*---------------------------------------------------------------------------
646 snd_trident_write_cvol_reg
648 Description: This routine will write the new chorus volume
649 register to hardware.
651 Parameters: trident - pointer to target device class for 4DWave.
652 voice - synthesizer voice structure
653 CVol - new chorus volume
655 ---------------------------------------------------------------------------*/
657 static void snd_trident_write_cvol_reg(struct snd_trident
* trident
,
658 struct snd_trident_voice
* voice
,
662 outb(voice
->number
, TRID_REG(trident
, T4D_LFO_GC_CIR
));
663 outw(((voice
->FMC
& 0x0003) << 14) | ((voice
->RVol
& 0x007f) << 7) |
664 (voice
->CVol
& 0x007f),
665 TRID_REG(trident
, trident
->device
== TRIDENT_DEVICE_ID_NX
?
666 CH_NX_ALPHA_FMS_FMC_RVOL_CVOL
: CH_DX_FMC_RVOL_CVOL
));
669 /*---------------------------------------------------------------------------
670 snd_trident_convert_rate
672 Description: This routine converts rate in HZ to hardware delta value.
674 Parameters: trident - pointer to target device class for 4DWave.
675 rate - Real or Virtual channel number.
677 Returns: Delta value.
679 ---------------------------------------------------------------------------*/
680 static unsigned int snd_trident_convert_rate(unsigned int rate
)
684 // We special case 44100 and 8000 since rounding with the equation
685 // does not give us an accurate enough value. For 11025 and 22050
686 // the equation gives us the best answer. All other frequencies will
687 // also use the equation. JDW
690 else if (rate
== 8000)
692 else if (rate
== 48000)
695 delta
= (((rate
<< 12) + 24000) / 48000) & 0x0000ffff;
699 /*---------------------------------------------------------------------------
700 snd_trident_convert_adc_rate
702 Description: This routine converts rate in HZ to hardware delta value.
704 Parameters: trident - pointer to target device class for 4DWave.
705 rate - Real or Virtual channel number.
707 Returns: Delta value.
709 ---------------------------------------------------------------------------*/
710 static unsigned int snd_trident_convert_adc_rate(unsigned int rate
)
714 // We special case 44100 and 8000 since rounding with the equation
715 // does not give us an accurate enough value. For 11025 and 22050
716 // the equation gives us the best answer. All other frequencies will
717 // also use the equation. JDW
720 else if (rate
== 8000)
722 else if (rate
== 48000)
725 delta
= ((48000 << 12) / rate
) & 0x0000ffff;
729 /*---------------------------------------------------------------------------
730 snd_trident_spurious_threshold
732 Description: This routine converts rate in HZ to spurious threshold.
734 Parameters: trident - pointer to target device class for 4DWave.
735 rate - Real or Virtual channel number.
737 Returns: Delta value.
739 ---------------------------------------------------------------------------*/
740 static unsigned int snd_trident_spurious_threshold(unsigned int rate
,
741 unsigned int period_size
)
743 unsigned int res
= (rate
* period_size
) / 48000;
751 /*---------------------------------------------------------------------------
752 snd_trident_control_mode
754 Description: This routine returns a control mode for a PCM channel.
756 Parameters: trident - pointer to target device class for 4DWave.
757 substream - PCM substream
759 Returns: Control value.
761 ---------------------------------------------------------------------------*/
762 static unsigned int snd_trident_control_mode(struct snd_pcm_substream
*substream
)
765 struct snd_pcm_runtime
*runtime
= substream
->runtime
;
768 CTRL default: 8-bit (unsigned) mono, loop mode enabled
771 if (snd_pcm_format_width(runtime
->format
) == 16)
772 CTRL
|= 0x00000008; // 16-bit data
773 if (snd_pcm_format_signed(runtime
->format
))
774 CTRL
|= 0x00000002; // signed data
775 if (runtime
->channels
> 1)
776 CTRL
|= 0x00000004; // stereo data
784 /*---------------------------------------------------------------------------
787 Description: Device I/O control handler for playback/capture parameters.
789 Parameters: substream - PCM substream class
790 cmd - what ioctl message to process
791 arg - additional message infoarg
793 Returns: Error status
795 ---------------------------------------------------------------------------*/
797 static int snd_trident_ioctl(struct snd_pcm_substream
*substream
,
801 /* FIXME: it seems that with small periods the behaviour of
802 trident hardware is unpredictable and interrupt generator
804 return snd_pcm_lib_ioctl(substream
, cmd
, arg
);
807 /*---------------------------------------------------------------------------
808 snd_trident_allocate_pcm_mem
810 Description: Allocate PCM ring buffer for given substream
812 Parameters: substream - PCM substream class
813 hw_params - hardware parameters
815 Returns: Error status
817 ---------------------------------------------------------------------------*/
819 static int snd_trident_allocate_pcm_mem(struct snd_pcm_substream
*substream
,
820 struct snd_pcm_hw_params
*hw_params
)
822 struct snd_trident
*trident
= snd_pcm_substream_chip(substream
);
823 struct snd_pcm_runtime
*runtime
= substream
->runtime
;
824 struct snd_trident_voice
*voice
= runtime
->private_data
;
827 if ((err
= snd_pcm_lib_malloc_pages(substream
, params_buffer_bytes(hw_params
))) < 0)
829 if (trident
->tlb
.entries
) {
830 if (err
> 0) { /* change */
832 snd_trident_free_pages(trident
, voice
->memblk
);
833 voice
->memblk
= snd_trident_alloc_pages(trident
, substream
);
834 if (voice
->memblk
== NULL
)
841 /*---------------------------------------------------------------------------
842 snd_trident_allocate_evoice
844 Description: Allocate extra voice as interrupt generator
846 Parameters: substream - PCM substream class
847 hw_params - hardware parameters
849 Returns: Error status
851 ---------------------------------------------------------------------------*/
853 static int snd_trident_allocate_evoice(struct snd_pcm_substream
*substream
,
854 struct snd_pcm_hw_params
*hw_params
)
856 struct snd_trident
*trident
= snd_pcm_substream_chip(substream
);
857 struct snd_pcm_runtime
*runtime
= substream
->runtime
;
858 struct snd_trident_voice
*voice
= runtime
->private_data
;
859 struct snd_trident_voice
*evoice
= voice
->extra
;
861 /* voice management */
863 if (params_buffer_size(hw_params
) / 2 != params_period_size(hw_params
)) {
864 if (evoice
== NULL
) {
865 evoice
= snd_trident_alloc_voice(trident
, SNDRV_TRIDENT_VOICE_TYPE_PCM
, 0, 0);
868 voice
->extra
= evoice
;
869 evoice
->substream
= substream
;
872 if (evoice
!= NULL
) {
873 snd_trident_free_voice(trident
, evoice
);
874 voice
->extra
= evoice
= NULL
;
881 /*---------------------------------------------------------------------------
882 snd_trident_hw_params
884 Description: Set the hardware parameters for the playback device.
886 Parameters: substream - PCM substream class
887 hw_params - hardware parameters
889 Returns: Error status
891 ---------------------------------------------------------------------------*/
893 static int snd_trident_hw_params(struct snd_pcm_substream
*substream
,
894 struct snd_pcm_hw_params
*hw_params
)
898 err
= snd_trident_allocate_pcm_mem(substream
, hw_params
);
900 err
= snd_trident_allocate_evoice(substream
, hw_params
);
904 /*---------------------------------------------------------------------------
905 snd_trident_playback_hw_free
907 Description: Release the hardware resources for the playback device.
909 Parameters: substream - PCM substream class
911 Returns: Error status
913 ---------------------------------------------------------------------------*/
915 static int snd_trident_hw_free(struct snd_pcm_substream
*substream
)
917 struct snd_trident
*trident
= snd_pcm_substream_chip(substream
);
918 struct snd_pcm_runtime
*runtime
= substream
->runtime
;
919 struct snd_trident_voice
*voice
= runtime
->private_data
;
920 struct snd_trident_voice
*evoice
= voice
? voice
->extra
: NULL
;
922 if (trident
->tlb
.entries
) {
923 if (voice
&& voice
->memblk
) {
924 snd_trident_free_pages(trident
, voice
->memblk
);
925 voice
->memblk
= NULL
;
928 snd_pcm_lib_free_pages(substream
);
929 if (evoice
!= NULL
) {
930 snd_trident_free_voice(trident
, evoice
);
936 /*---------------------------------------------------------------------------
937 snd_trident_playback_prepare
939 Description: Prepare playback device for playback.
941 Parameters: substream - PCM substream class
943 Returns: Error status
945 ---------------------------------------------------------------------------*/
947 static int snd_trident_playback_prepare(struct snd_pcm_substream
*substream
)
949 struct snd_trident
*trident
= snd_pcm_substream_chip(substream
);
950 struct snd_pcm_runtime
*runtime
= substream
->runtime
;
951 struct snd_trident_voice
*voice
= runtime
->private_data
;
952 struct snd_trident_voice
*evoice
= voice
->extra
;
953 struct snd_trident_pcm_mixer
*mix
= &trident
->pcm_mixer
[substream
->number
];
955 spin_lock_irq(&trident
->reg_lock
);
957 /* set delta (rate) value */
958 voice
->Delta
= snd_trident_convert_rate(runtime
->rate
);
959 voice
->spurious_threshold
= snd_trident_spurious_threshold(runtime
->rate
, runtime
->period_size
);
961 /* set Loop Begin Address */
963 voice
->LBA
= voice
->memblk
->offset
;
965 voice
->LBA
= runtime
->dma_addr
;
968 voice
->ESO
= runtime
->buffer_size
- 1; /* in samples */
969 voice
->CTRL
= snd_trident_control_mode(substream
);
975 voice
->Vol
= mix
->vol
;
976 voice
->RVol
= mix
->rvol
;
977 voice
->CVol
= mix
->cvol
;
978 voice
->Pan
= mix
->pan
;
979 voice
->Attribute
= 0;
981 voice
->Attribute
= (1<<(30-16))|(2<<(26-16))|
982 (0<<(24-16))|(0x1f<<(19-16));
984 voice
->Attribute
= 0;
987 snd_trident_write_voice_regs(trident
, voice
);
989 if (evoice
!= NULL
) {
990 evoice
->Delta
= voice
->Delta
;
991 evoice
->spurious_threshold
= voice
->spurious_threshold
;
992 evoice
->LBA
= voice
->LBA
;
994 evoice
->ESO
= (runtime
->period_size
* 2) + 4 - 1; /* in samples */
995 evoice
->CTRL
= voice
->CTRL
;
997 evoice
->GVSel
= trident
->device
== TRIDENT_DEVICE_ID_SI7018
? 0 : 1;
1001 evoice
->Vol
= 0x3ff; /* mute */
1002 evoice
->RVol
= evoice
->CVol
= 0x7f; /* mute */
1003 evoice
->Pan
= 0x7f; /* mute */
1005 evoice
->Attribute
= (1<<(30-16))|(2<<(26-16))|
1006 (0<<(24-16))|(0x1f<<(19-16));
1008 evoice
->Attribute
= 0;
1010 snd_trident_write_voice_regs(trident
, evoice
);
1012 evoice
->isync_mark
= runtime
->period_size
;
1013 evoice
->ESO
= (runtime
->period_size
* 2) - 1;
1016 spin_unlock_irq(&trident
->reg_lock
);
1021 /*---------------------------------------------------------------------------
1022 snd_trident_capture_hw_params
1024 Description: Set the hardware parameters for the capture device.
1026 Parameters: substream - PCM substream class
1027 hw_params - hardware parameters
1029 Returns: Error status
1031 ---------------------------------------------------------------------------*/
1033 static int snd_trident_capture_hw_params(struct snd_pcm_substream
*substream
,
1034 struct snd_pcm_hw_params
*hw_params
)
1036 return snd_trident_allocate_pcm_mem(substream
, hw_params
);
1039 /*---------------------------------------------------------------------------
1040 snd_trident_capture_prepare
1042 Description: Prepare capture device for playback.
1044 Parameters: substream - PCM substream class
1046 Returns: Error status
1048 ---------------------------------------------------------------------------*/
1050 static int snd_trident_capture_prepare(struct snd_pcm_substream
*substream
)
1052 struct snd_trident
*trident
= snd_pcm_substream_chip(substream
);
1053 struct snd_pcm_runtime
*runtime
= substream
->runtime
;
1054 struct snd_trident_voice
*voice
= runtime
->private_data
;
1055 unsigned int val
, ESO_bytes
;
1057 spin_lock_irq(&trident
->reg_lock
);
1059 // Initialize the channel and set channel Mode
1060 outb(0, TRID_REG(trident
, LEGACY_DMAR15
));
1062 // Set DMA channel operation mode register
1063 outb(0x54, TRID_REG(trident
, LEGACY_DMAR11
));
1065 // Set channel buffer Address, DMAR0 expects contiguous PCI memory area
1066 voice
->LBA
= runtime
->dma_addr
;
1067 outl(voice
->LBA
, TRID_REG(trident
, LEGACY_DMAR0
));
1069 voice
->LBA
= voice
->memblk
->offset
;
1072 ESO_bytes
= snd_pcm_lib_buffer_bytes(substream
) - 1;
1073 outb((ESO_bytes
& 0x00ff0000) >> 16, TRID_REG(trident
, LEGACY_DMAR6
));
1074 outw((ESO_bytes
& 0x0000ffff), TRID_REG(trident
, LEGACY_DMAR4
));
1077 // Set channel sample rate, 4.12 format
1078 val
= (((unsigned int) 48000L << 12) + (runtime
->rate
/2)) / runtime
->rate
;
1079 outw(val
, TRID_REG(trident
, T4D_SBDELTA_DELTA_R
));
1081 // Set channel interrupt blk length
1082 if (snd_pcm_format_width(runtime
->format
) == 16) {
1083 val
= (unsigned short) ((ESO_bytes
>> 1) - 1);
1085 val
= (unsigned short) (ESO_bytes
- 1);
1088 outl((val
<< 16) | val
, TRID_REG(trident
, T4D_SBBL_SBCL
));
1090 // Right now, set format and start to run captureing,
1091 // continuous run loop enable.
1092 trident
->bDMAStart
= 0x19; // 0001 1001b
1094 if (snd_pcm_format_width(runtime
->format
) == 16)
1095 trident
->bDMAStart
|= 0x80;
1096 if (snd_pcm_format_signed(runtime
->format
))
1097 trident
->bDMAStart
|= 0x20;
1098 if (runtime
->channels
> 1)
1099 trident
->bDMAStart
|= 0x40;
1101 // Prepare capture intr channel
1103 voice
->Delta
= snd_trident_convert_rate(runtime
->rate
);
1104 voice
->spurious_threshold
= snd_trident_spurious_threshold(runtime
->rate
, runtime
->period_size
);
1106 voice
->isync_mark
= runtime
->period_size
;
1107 voice
->isync_max
= runtime
->buffer_size
;
1109 // Set voice parameters
1111 voice
->ESO
= voice
->isync_ESO
= (runtime
->period_size
* 2) + 6 - 1;
1112 voice
->CTRL
= snd_trident_control_mode(substream
);
1117 voice
->Pan
= 0x7f; /* mute */
1118 voice
->Vol
= 0x3ff; /* mute */
1122 voice
->Attribute
= 0;
1124 snd_trident_write_voice_regs(trident
, voice
);
1126 spin_unlock_irq(&trident
->reg_lock
);
1130 /*---------------------------------------------------------------------------
1131 snd_trident_si7018_capture_hw_params
1133 Description: Set the hardware parameters for the capture device.
1135 Parameters: substream - PCM substream class
1136 hw_params - hardware parameters
1138 Returns: Error status
1140 ---------------------------------------------------------------------------*/
1142 static int snd_trident_si7018_capture_hw_params(struct snd_pcm_substream
*substream
,
1143 struct snd_pcm_hw_params
*hw_params
)
1147 if ((err
= snd_pcm_lib_malloc_pages(substream
, params_buffer_bytes(hw_params
))) < 0)
1150 return snd_trident_allocate_evoice(substream
, hw_params
);
1153 /*---------------------------------------------------------------------------
1154 snd_trident_si7018_capture_hw_free
1156 Description: Release the hardware resources for the capture device.
1158 Parameters: substream - PCM substream class
1160 Returns: Error status
1162 ---------------------------------------------------------------------------*/
1164 static int snd_trident_si7018_capture_hw_free(struct snd_pcm_substream
*substream
)
1166 struct snd_trident
*trident
= snd_pcm_substream_chip(substream
);
1167 struct snd_pcm_runtime
*runtime
= substream
->runtime
;
1168 struct snd_trident_voice
*voice
= runtime
->private_data
;
1169 struct snd_trident_voice
*evoice
= voice
? voice
->extra
: NULL
;
1171 snd_pcm_lib_free_pages(substream
);
1172 if (evoice
!= NULL
) {
1173 snd_trident_free_voice(trident
, evoice
);
1174 voice
->extra
= NULL
;
1179 /*---------------------------------------------------------------------------
1180 snd_trident_si7018_capture_prepare
1182 Description: Prepare capture device for playback.
1184 Parameters: substream - PCM substream class
1186 Returns: Error status
1188 ---------------------------------------------------------------------------*/
1190 static int snd_trident_si7018_capture_prepare(struct snd_pcm_substream
*substream
)
1192 struct snd_trident
*trident
= snd_pcm_substream_chip(substream
);
1193 struct snd_pcm_runtime
*runtime
= substream
->runtime
;
1194 struct snd_trident_voice
*voice
= runtime
->private_data
;
1195 struct snd_trident_voice
*evoice
= voice
->extra
;
1197 spin_lock_irq(&trident
->reg_lock
);
1199 voice
->LBA
= runtime
->dma_addr
;
1200 voice
->Delta
= snd_trident_convert_adc_rate(runtime
->rate
);
1201 voice
->spurious_threshold
= snd_trident_spurious_threshold(runtime
->rate
, runtime
->period_size
);
1203 // Set voice parameters
1205 voice
->ESO
= runtime
->buffer_size
- 1; /* in samples */
1206 voice
->CTRL
= snd_trident_control_mode(substream
);
1211 voice
->Pan
= T4D_DEFAULT_PCM_PAN
;
1217 voice
->Attribute
= (2 << (30-16)) |
1222 snd_trident_write_voice_regs(trident
, voice
);
1224 if (evoice
!= NULL
) {
1225 evoice
->Delta
= snd_trident_convert_rate(runtime
->rate
);
1226 evoice
->spurious_threshold
= voice
->spurious_threshold
;
1227 evoice
->LBA
= voice
->LBA
;
1229 evoice
->ESO
= (runtime
->period_size
* 2) + 20 - 1; /* in samples, 20 means correction */
1230 evoice
->CTRL
= voice
->CTRL
;
1236 evoice
->Vol
= 0x3ff; /* mute */
1237 evoice
->RVol
= evoice
->CVol
= 0x7f; /* mute */
1238 evoice
->Pan
= 0x7f; /* mute */
1239 evoice
->Attribute
= 0;
1240 snd_trident_write_voice_regs(trident
, evoice
);
1242 evoice
->isync_mark
= runtime
->period_size
;
1243 evoice
->ESO
= (runtime
->period_size
* 2) - 1;
1246 spin_unlock_irq(&trident
->reg_lock
);
1250 /*---------------------------------------------------------------------------
1251 snd_trident_foldback_prepare
1253 Description: Prepare foldback capture device for playback.
1255 Parameters: substream - PCM substream class
1257 Returns: Error status
1259 ---------------------------------------------------------------------------*/
1261 static int snd_trident_foldback_prepare(struct snd_pcm_substream
*substream
)
1263 struct snd_trident
*trident
= snd_pcm_substream_chip(substream
);
1264 struct snd_pcm_runtime
*runtime
= substream
->runtime
;
1265 struct snd_trident_voice
*voice
= runtime
->private_data
;
1266 struct snd_trident_voice
*evoice
= voice
->extra
;
1268 spin_lock_irq(&trident
->reg_lock
);
1270 /* Set channel buffer Address */
1272 voice
->LBA
= voice
->memblk
->offset
;
1274 voice
->LBA
= runtime
->dma_addr
;
1276 /* set target ESO for channel */
1277 voice
->ESO
= runtime
->buffer_size
- 1; /* in samples */
1279 /* set sample rate */
1280 voice
->Delta
= 0x1000;
1281 voice
->spurious_threshold
= snd_trident_spurious_threshold(48000, runtime
->period_size
);
1284 voice
->CTRL
= snd_trident_control_mode(substream
);
1289 voice
->Pan
= 0x7f; /* mute */
1290 voice
->Vol
= 0x3ff; /* mute */
1294 voice
->Attribute
= 0;
1296 /* set up capture channel */
1297 outb(((voice
->number
& 0x3f) | 0x80), TRID_REG(trident
, T4D_RCI
+ voice
->foldback_chan
));
1299 snd_trident_write_voice_regs(trident
, voice
);
1301 if (evoice
!= NULL
) {
1302 evoice
->Delta
= voice
->Delta
;
1303 evoice
->spurious_threshold
= voice
->spurious_threshold
;
1304 evoice
->LBA
= voice
->LBA
;
1306 evoice
->ESO
= (runtime
->period_size
* 2) + 4 - 1; /* in samples */
1307 evoice
->CTRL
= voice
->CTRL
;
1309 evoice
->GVSel
= trident
->device
== TRIDENT_DEVICE_ID_SI7018
? 0 : 1;
1313 evoice
->Vol
= 0x3ff; /* mute */
1314 evoice
->RVol
= evoice
->CVol
= 0x7f; /* mute */
1315 evoice
->Pan
= 0x7f; /* mute */
1316 evoice
->Attribute
= 0;
1317 snd_trident_write_voice_regs(trident
, evoice
);
1319 evoice
->isync_mark
= runtime
->period_size
;
1320 evoice
->ESO
= (runtime
->period_size
* 2) - 1;
1323 spin_unlock_irq(&trident
->reg_lock
);
1327 /*---------------------------------------------------------------------------
1328 snd_trident_spdif_hw_params
1330 Description: Set the hardware parameters for the spdif device.
1332 Parameters: substream - PCM substream class
1333 hw_params - hardware parameters
1335 Returns: Error status
1337 ---------------------------------------------------------------------------*/
1339 static int snd_trident_spdif_hw_params(struct snd_pcm_substream
*substream
,
1340 struct snd_pcm_hw_params
*hw_params
)
1342 struct snd_trident
*trident
= snd_pcm_substream_chip(substream
);
1343 unsigned int old_bits
= 0, change
= 0;
1346 err
= snd_trident_allocate_pcm_mem(substream
, hw_params
);
1350 if (trident
->device
== TRIDENT_DEVICE_ID_SI7018
) {
1351 err
= snd_trident_allocate_evoice(substream
, hw_params
);
1356 /* prepare SPDIF channel */
1357 spin_lock_irq(&trident
->reg_lock
);
1358 old_bits
= trident
->spdif_pcm_bits
;
1359 if (old_bits
& IEC958_AES0_PROFESSIONAL
)
1360 trident
->spdif_pcm_bits
&= ~IEC958_AES0_PRO_FS
;
1362 trident
->spdif_pcm_bits
&= ~(IEC958_AES3_CON_FS
<< 24);
1363 if (params_rate(hw_params
) >= 48000) {
1364 trident
->spdif_pcm_ctrl
= 0x3c; // 48000 Hz
1365 trident
->spdif_pcm_bits
|=
1366 trident
->spdif_bits
& IEC958_AES0_PROFESSIONAL
?
1367 IEC958_AES0_PRO_FS_48000
:
1368 (IEC958_AES3_CON_FS_48000
<< 24);
1370 else if (params_rate(hw_params
) >= 44100) {
1371 trident
->spdif_pcm_ctrl
= 0x3e; // 44100 Hz
1372 trident
->spdif_pcm_bits
|=
1373 trident
->spdif_bits
& IEC958_AES0_PROFESSIONAL
?
1374 IEC958_AES0_PRO_FS_44100
:
1375 (IEC958_AES3_CON_FS_44100
<< 24);
1378 trident
->spdif_pcm_ctrl
= 0x3d; // 32000 Hz
1379 trident
->spdif_pcm_bits
|=
1380 trident
->spdif_bits
& IEC958_AES0_PROFESSIONAL
?
1381 IEC958_AES0_PRO_FS_32000
:
1382 (IEC958_AES3_CON_FS_32000
<< 24);
1384 change
= old_bits
!= trident
->spdif_pcm_bits
;
1385 spin_unlock_irq(&trident
->reg_lock
);
1388 snd_ctl_notify(trident
->card
, SNDRV_CTL_EVENT_MASK_VALUE
, &trident
->spdif_pcm_ctl
->id
);
1393 /*---------------------------------------------------------------------------
1394 snd_trident_spdif_prepare
1396 Description: Prepare SPDIF device for playback.
1398 Parameters: substream - PCM substream class
1400 Returns: Error status
1402 ---------------------------------------------------------------------------*/
1404 static int snd_trident_spdif_prepare(struct snd_pcm_substream
*substream
)
1406 struct snd_trident
*trident
= snd_pcm_substream_chip(substream
);
1407 struct snd_pcm_runtime
*runtime
= substream
->runtime
;
1408 struct snd_trident_voice
*voice
= runtime
->private_data
;
1409 struct snd_trident_voice
*evoice
= voice
->extra
;
1410 struct snd_trident_pcm_mixer
*mix
= &trident
->pcm_mixer
[substream
->number
];
1411 unsigned int RESO
, LBAO
;
1414 spin_lock_irq(&trident
->reg_lock
);
1416 if (trident
->device
!= TRIDENT_DEVICE_ID_SI7018
) {
1418 /* set delta (rate) value */
1419 voice
->Delta
= snd_trident_convert_rate(runtime
->rate
);
1420 voice
->spurious_threshold
= snd_trident_spurious_threshold(runtime
->rate
, runtime
->period_size
);
1422 /* set Loop Back Address */
1423 LBAO
= runtime
->dma_addr
;
1425 voice
->LBA
= voice
->memblk
->offset
;
1431 voice
->isync_mark
= runtime
->period_size
;
1432 voice
->isync_max
= runtime
->buffer_size
;
1434 /* set target ESO for channel */
1435 RESO
= runtime
->buffer_size
- 1;
1436 voice
->ESO
= voice
->isync_ESO
= (runtime
->period_size
* 2) + 6 - 1;
1439 voice
->CTRL
= snd_trident_control_mode(substream
);
1451 voice
->Attribute
= 0;
1453 /* prepare surrogate IRQ channel */
1454 snd_trident_write_voice_regs(trident
, voice
);
1456 outw((RESO
& 0xffff), TRID_REG(trident
, NX_SPESO
));
1457 outb((RESO
>> 16), TRID_REG(trident
, NX_SPESO
+ 2));
1458 outl((LBAO
& 0xfffffffc), TRID_REG(trident
, NX_SPLBA
));
1459 outw((voice
->CSO
& 0xffff), TRID_REG(trident
, NX_SPCTRL_SPCSO
));
1460 outb((voice
->CSO
>> 16), TRID_REG(trident
, NX_SPCTRL_SPCSO
+ 2));
1462 /* set SPDIF setting */
1463 outb(trident
->spdif_pcm_ctrl
, TRID_REG(trident
, NX_SPCTRL_SPCSO
+ 3));
1464 outl(trident
->spdif_pcm_bits
, TRID_REG(trident
, NX_SPCSTATUS
));
1468 /* set delta (rate) value */
1469 voice
->Delta
= 0x800;
1470 voice
->spurious_threshold
= snd_trident_spurious_threshold(48000, runtime
->period_size
);
1472 /* set Loop Begin Address */
1474 voice
->LBA
= voice
->memblk
->offset
;
1476 voice
->LBA
= runtime
->dma_addr
;
1479 voice
->ESO
= runtime
->buffer_size
- 1; /* in samples */
1480 voice
->CTRL
= snd_trident_control_mode(substream
);
1486 voice
->Vol
= mix
->vol
;
1487 voice
->RVol
= mix
->rvol
;
1488 voice
->CVol
= mix
->cvol
;
1489 voice
->Pan
= mix
->pan
;
1490 voice
->Attribute
= (1<<(30-16))|(7<<(26-16))|
1491 (0<<(24-16))|(0<<(19-16));
1493 snd_trident_write_voice_regs(trident
, voice
);
1495 if (evoice
!= NULL
) {
1496 evoice
->Delta
= voice
->Delta
;
1497 evoice
->spurious_threshold
= voice
->spurious_threshold
;
1498 evoice
->LBA
= voice
->LBA
;
1500 evoice
->ESO
= (runtime
->period_size
* 2) + 4 - 1; /* in samples */
1501 evoice
->CTRL
= voice
->CTRL
;
1503 evoice
->GVSel
= trident
->device
== TRIDENT_DEVICE_ID_SI7018
? 0 : 1;
1507 evoice
->Vol
= 0x3ff; /* mute */
1508 evoice
->RVol
= evoice
->CVol
= 0x7f; /* mute */
1509 evoice
->Pan
= 0x7f; /* mute */
1510 evoice
->Attribute
= 0;
1511 snd_trident_write_voice_regs(trident
, evoice
);
1513 evoice
->isync_mark
= runtime
->period_size
;
1514 evoice
->ESO
= (runtime
->period_size
* 2) - 1;
1517 outl(trident
->spdif_pcm_bits
, TRID_REG(trident
, SI_SPDIF_CS
));
1518 temp
= inl(TRID_REG(trident
, T4D_LFO_GC_CIR
));
1520 outl(temp
, TRID_REG(trident
, T4D_LFO_GC_CIR
));
1521 temp
= inl(TRID_REG(trident
, SI_SERIAL_INTF_CTRL
));
1523 outl(temp
, TRID_REG(trident
, SI_SERIAL_INTF_CTRL
));
1526 spin_unlock_irq(&trident
->reg_lock
);
1531 /*---------------------------------------------------------------------------
1534 Description: Start/stop devices
1536 Parameters: substream - PCM substream class
1537 cmd - trigger command (STOP, GO)
1539 Returns: Error status
1541 ---------------------------------------------------------------------------*/
1543 static int snd_trident_trigger(struct snd_pcm_substream
*substream
,
1547 struct snd_trident
*trident
= snd_pcm_substream_chip(substream
);
1548 struct snd_pcm_substream
*s
;
1549 unsigned int what
, whati
, capture_flag
, spdif_flag
;
1550 struct snd_trident_voice
*voice
, *evoice
;
1551 unsigned int val
, go
;
1554 case SNDRV_PCM_TRIGGER_START
:
1555 case SNDRV_PCM_TRIGGER_PAUSE_RELEASE
:
1556 case SNDRV_PCM_TRIGGER_RESUME
:
1559 case SNDRV_PCM_TRIGGER_STOP
:
1560 case SNDRV_PCM_TRIGGER_PAUSE_PUSH
:
1561 case SNDRV_PCM_TRIGGER_SUSPEND
:
1567 what
= whati
= capture_flag
= spdif_flag
= 0;
1568 spin_lock(&trident
->reg_lock
);
1569 val
= inl(TRID_REG(trident
, T4D_STIMER
)) & 0x00ffffff;
1570 snd_pcm_group_for_each_entry(s
, substream
) {
1571 if ((struct snd_trident
*) snd_pcm_substream_chip(s
) == trident
) {
1572 voice
= s
->runtime
->private_data
;
1573 evoice
= voice
->extra
;
1574 what
|= 1 << (voice
->number
& 0x1f);
1575 if (evoice
== NULL
) {
1576 whati
|= 1 << (voice
->number
& 0x1f);
1578 what
|= 1 << (evoice
->number
& 0x1f);
1579 whati
|= 1 << (evoice
->number
& 0x1f);
1581 evoice
->stimer
= val
;
1585 voice
->stimer
= val
;
1589 snd_pcm_trigger_done(s
, substream
);
1597 if (trident
->device
!= TRIDENT_DEVICE_ID_SI7018
) {
1598 outl(trident
->spdif_pcm_bits
, TRID_REG(trident
, NX_SPCSTATUS
));
1599 val
= trident
->spdif_pcm_ctrl
;
1602 outb(val
, TRID_REG(trident
, NX_SPCTRL_SPCSO
+ 3));
1604 outl(trident
->spdif_pcm_bits
, TRID_REG(trident
, SI_SPDIF_CS
));
1605 val
= inl(TRID_REG(trident
, SI_SERIAL_INTF_CTRL
)) | SPDIF_EN
;
1606 outl(val
, TRID_REG(trident
, SI_SERIAL_INTF_CTRL
));
1610 outl(what
, TRID_REG(trident
, T4D_STOP_B
));
1611 val
= inl(TRID_REG(trident
, T4D_AINTEN_B
));
1617 outl(val
, TRID_REG(trident
, T4D_AINTEN_B
));
1619 outl(what
, TRID_REG(trident
, T4D_START_B
));
1621 if (capture_flag
&& trident
->device
!= TRIDENT_DEVICE_ID_SI7018
)
1622 outb(trident
->bDMAStart
, TRID_REG(trident
, T4D_SBCTRL_SBE2R_SBDD
));
1624 if (capture_flag
&& trident
->device
!= TRIDENT_DEVICE_ID_SI7018
)
1625 outb(0x00, TRID_REG(trident
, T4D_SBCTRL_SBE2R_SBDD
));
1627 spin_unlock(&trident
->reg_lock
);
1631 /*---------------------------------------------------------------------------
1632 snd_trident_playback_pointer
1634 Description: This routine return the playback position
1636 Parameters: substream - PCM substream class
1638 Returns: position of buffer
1640 ---------------------------------------------------------------------------*/
1642 static snd_pcm_uframes_t
snd_trident_playback_pointer(struct snd_pcm_substream
*substream
)
1644 struct snd_trident
*trident
= snd_pcm_substream_chip(substream
);
1645 struct snd_pcm_runtime
*runtime
= substream
->runtime
;
1646 struct snd_trident_voice
*voice
= runtime
->private_data
;
1649 if (!voice
->running
)
1652 spin_lock(&trident
->reg_lock
);
1654 outb(voice
->number
, TRID_REG(trident
, T4D_LFO_GC_CIR
));
1656 if (trident
->device
!= TRIDENT_DEVICE_ID_NX
) {
1657 cso
= inw(TRID_REG(trident
, CH_DX_CSO_ALPHA_FMS
+ 2));
1658 } else { // ID_4DWAVE_NX
1659 cso
= (unsigned int) inl(TRID_REG(trident
, CH_NX_DELTA_CSO
)) & 0x00ffffff;
1662 spin_unlock(&trident
->reg_lock
);
1664 if (cso
>= runtime
->buffer_size
)
1670 /*---------------------------------------------------------------------------
1671 snd_trident_capture_pointer
1673 Description: This routine return the capture position
1675 Parameters: pcm1 - PCM device class
1677 Returns: position of buffer
1679 ---------------------------------------------------------------------------*/
1681 static snd_pcm_uframes_t
snd_trident_capture_pointer(struct snd_pcm_substream
*substream
)
1683 struct snd_trident
*trident
= snd_pcm_substream_chip(substream
);
1684 struct snd_pcm_runtime
*runtime
= substream
->runtime
;
1685 struct snd_trident_voice
*voice
= runtime
->private_data
;
1686 unsigned int result
;
1688 if (!voice
->running
)
1691 result
= inw(TRID_REG(trident
, T4D_SBBL_SBCL
));
1692 if (runtime
->channels
> 1)
1695 result
= runtime
->buffer_size
- result
;
1700 /*---------------------------------------------------------------------------
1701 snd_trident_spdif_pointer
1703 Description: This routine return the SPDIF playback position
1705 Parameters: substream - PCM substream class
1707 Returns: position of buffer
1709 ---------------------------------------------------------------------------*/
1711 static snd_pcm_uframes_t
snd_trident_spdif_pointer(struct snd_pcm_substream
*substream
)
1713 struct snd_trident
*trident
= snd_pcm_substream_chip(substream
);
1714 struct snd_pcm_runtime
*runtime
= substream
->runtime
;
1715 struct snd_trident_voice
*voice
= runtime
->private_data
;
1716 unsigned int result
;
1718 if (!voice
->running
)
1721 result
= inl(TRID_REG(trident
, NX_SPCTRL_SPCSO
)) & 0x00ffffff;
1727 * Playback support device description
1730 static struct snd_pcm_hardware snd_trident_playback
=
1732 .info
= (SNDRV_PCM_INFO_MMAP
| SNDRV_PCM_INFO_INTERLEAVED
|
1733 SNDRV_PCM_INFO_BLOCK_TRANSFER
|
1734 SNDRV_PCM_INFO_MMAP_VALID
| SNDRV_PCM_INFO_SYNC_START
|
1735 SNDRV_PCM_INFO_PAUSE
/* | SNDRV_PCM_INFO_RESUME */),
1736 .formats
= (SNDRV_PCM_FMTBIT_U8
| SNDRV_PCM_FMTBIT_S16_LE
|
1737 SNDRV_PCM_FMTBIT_S8
| SNDRV_PCM_FMTBIT_U16_LE
),
1738 .rates
= SNDRV_PCM_RATE_CONTINUOUS
| SNDRV_PCM_RATE_8000_48000
,
1743 .buffer_bytes_max
= (256*1024),
1744 .period_bytes_min
= 64,
1745 .period_bytes_max
= (256*1024),
1747 .periods_max
= 1024,
1752 * Capture support device description
1755 static struct snd_pcm_hardware snd_trident_capture
=
1757 .info
= (SNDRV_PCM_INFO_MMAP
| SNDRV_PCM_INFO_INTERLEAVED
|
1758 SNDRV_PCM_INFO_BLOCK_TRANSFER
|
1759 SNDRV_PCM_INFO_MMAP_VALID
| SNDRV_PCM_INFO_SYNC_START
|
1760 SNDRV_PCM_INFO_PAUSE
/* | SNDRV_PCM_INFO_RESUME */),
1761 .formats
= (SNDRV_PCM_FMTBIT_U8
| SNDRV_PCM_FMTBIT_S16_LE
|
1762 SNDRV_PCM_FMTBIT_S8
| SNDRV_PCM_FMTBIT_U16_LE
),
1763 .rates
= SNDRV_PCM_RATE_CONTINUOUS
| SNDRV_PCM_RATE_8000_48000
,
1768 .buffer_bytes_max
= (128*1024),
1769 .period_bytes_min
= 64,
1770 .period_bytes_max
= (128*1024),
1772 .periods_max
= 1024,
1777 * Foldback capture support device description
1780 static struct snd_pcm_hardware snd_trident_foldback
=
1782 .info
= (SNDRV_PCM_INFO_MMAP
| SNDRV_PCM_INFO_INTERLEAVED
|
1783 SNDRV_PCM_INFO_BLOCK_TRANSFER
|
1784 SNDRV_PCM_INFO_MMAP_VALID
| SNDRV_PCM_INFO_SYNC_START
|
1785 SNDRV_PCM_INFO_PAUSE
/* | SNDRV_PCM_INFO_RESUME */),
1786 .formats
= SNDRV_PCM_FMTBIT_S16_LE
,
1787 .rates
= SNDRV_PCM_RATE_48000
,
1792 .buffer_bytes_max
= (128*1024),
1793 .period_bytes_min
= 64,
1794 .period_bytes_max
= (128*1024),
1796 .periods_max
= 1024,
1801 * SPDIF playback support device description
1804 static struct snd_pcm_hardware snd_trident_spdif
=
1806 .info
= (SNDRV_PCM_INFO_MMAP
| SNDRV_PCM_INFO_INTERLEAVED
|
1807 SNDRV_PCM_INFO_BLOCK_TRANSFER
|
1808 SNDRV_PCM_INFO_MMAP_VALID
| SNDRV_PCM_INFO_SYNC_START
|
1809 SNDRV_PCM_INFO_PAUSE
/* | SNDRV_PCM_INFO_RESUME */),
1810 .formats
= SNDRV_PCM_FMTBIT_S16_LE
,
1811 .rates
= (SNDRV_PCM_RATE_32000
| SNDRV_PCM_RATE_44100
|
1812 SNDRV_PCM_RATE_48000
),
1817 .buffer_bytes_max
= (128*1024),
1818 .period_bytes_min
= 64,
1819 .period_bytes_max
= (128*1024),
1821 .periods_max
= 1024,
1825 static struct snd_pcm_hardware snd_trident_spdif_7018
=
1827 .info
= (SNDRV_PCM_INFO_MMAP
| SNDRV_PCM_INFO_INTERLEAVED
|
1828 SNDRV_PCM_INFO_BLOCK_TRANSFER
|
1829 SNDRV_PCM_INFO_MMAP_VALID
| SNDRV_PCM_INFO_SYNC_START
|
1830 SNDRV_PCM_INFO_PAUSE
/* | SNDRV_PCM_INFO_RESUME */),
1831 .formats
= SNDRV_PCM_FMTBIT_S16_LE
,
1832 .rates
= SNDRV_PCM_RATE_48000
,
1837 .buffer_bytes_max
= (128*1024),
1838 .period_bytes_min
= 64,
1839 .period_bytes_max
= (128*1024),
1841 .periods_max
= 1024,
1845 static void snd_trident_pcm_free_substream(struct snd_pcm_runtime
*runtime
)
1847 struct snd_trident_voice
*voice
= runtime
->private_data
;
1848 struct snd_trident
*trident
;
1851 trident
= voice
->trident
;
1852 snd_trident_free_voice(trident
, voice
);
1856 static int snd_trident_playback_open(struct snd_pcm_substream
*substream
)
1858 struct snd_trident
*trident
= snd_pcm_substream_chip(substream
);
1859 struct snd_pcm_runtime
*runtime
= substream
->runtime
;
1860 struct snd_trident_voice
*voice
;
1862 voice
= snd_trident_alloc_voice(trident
, SNDRV_TRIDENT_VOICE_TYPE_PCM
, 0, 0);
1865 snd_trident_pcm_mixer_build(trident
, voice
, substream
);
1866 voice
->substream
= substream
;
1867 runtime
->private_data
= voice
;
1868 runtime
->private_free
= snd_trident_pcm_free_substream
;
1869 runtime
->hw
= snd_trident_playback
;
1870 snd_pcm_set_sync(substream
);
1871 snd_pcm_hw_constraint_minmax(runtime
, SNDRV_PCM_HW_PARAM_BUFFER_SIZE
, 0, 64*1024);
1875 /*---------------------------------------------------------------------------
1876 snd_trident_playback_close
1878 Description: This routine will close the 4DWave playback device. For now
1879 we will simply free the dma transfer buffer.
1881 Parameters: substream - PCM substream class
1883 ---------------------------------------------------------------------------*/
1884 static int snd_trident_playback_close(struct snd_pcm_substream
*substream
)
1886 struct snd_trident
*trident
= snd_pcm_substream_chip(substream
);
1887 struct snd_pcm_runtime
*runtime
= substream
->runtime
;
1888 struct snd_trident_voice
*voice
= runtime
->private_data
;
1890 snd_trident_pcm_mixer_free(trident
, voice
, substream
);
1894 /*---------------------------------------------------------------------------
1895 snd_trident_spdif_open
1897 Description: This routine will open the 4DWave SPDIF device.
1899 Parameters: substream - PCM substream class
1901 Returns: status - success or failure flag
1903 ---------------------------------------------------------------------------*/
1905 static int snd_trident_spdif_open(struct snd_pcm_substream
*substream
)
1907 struct snd_trident
*trident
= snd_pcm_substream_chip(substream
);
1908 struct snd_trident_voice
*voice
;
1909 struct snd_pcm_runtime
*runtime
= substream
->runtime
;
1911 voice
= snd_trident_alloc_voice(trident
, SNDRV_TRIDENT_VOICE_TYPE_PCM
, 0, 0);
1915 voice
->substream
= substream
;
1916 spin_lock_irq(&trident
->reg_lock
);
1917 trident
->spdif_pcm_bits
= trident
->spdif_bits
;
1918 spin_unlock_irq(&trident
->reg_lock
);
1920 runtime
->private_data
= voice
;
1921 runtime
->private_free
= snd_trident_pcm_free_substream
;
1922 if (trident
->device
== TRIDENT_DEVICE_ID_SI7018
) {
1923 runtime
->hw
= snd_trident_spdif
;
1925 runtime
->hw
= snd_trident_spdif_7018
;
1928 trident
->spdif_pcm_ctl
->vd
[0].access
&= ~SNDRV_CTL_ELEM_ACCESS_INACTIVE
;
1929 snd_ctl_notify(trident
->card
, SNDRV_CTL_EVENT_MASK_VALUE
|
1930 SNDRV_CTL_EVENT_MASK_INFO
, &trident
->spdif_pcm_ctl
->id
);
1932 snd_pcm_hw_constraint_minmax(runtime
, SNDRV_PCM_HW_PARAM_BUFFER_SIZE
, 0, 64*1024);
1937 /*---------------------------------------------------------------------------
1938 snd_trident_spdif_close
1940 Description: This routine will close the 4DWave SPDIF device.
1942 Parameters: substream - PCM substream class
1944 ---------------------------------------------------------------------------*/
1946 static int snd_trident_spdif_close(struct snd_pcm_substream
*substream
)
1948 struct snd_trident
*trident
= snd_pcm_substream_chip(substream
);
1951 spin_lock_irq(&trident
->reg_lock
);
1952 // restore default SPDIF setting
1953 if (trident
->device
!= TRIDENT_DEVICE_ID_SI7018
) {
1954 outb(trident
->spdif_ctrl
, TRID_REG(trident
, NX_SPCTRL_SPCSO
+ 3));
1955 outl(trident
->spdif_bits
, TRID_REG(trident
, NX_SPCSTATUS
));
1957 outl(trident
->spdif_bits
, TRID_REG(trident
, SI_SPDIF_CS
));
1958 temp
= inl(TRID_REG(trident
, SI_SERIAL_INTF_CTRL
));
1959 if (trident
->spdif_ctrl
) {
1964 outl(temp
, TRID_REG(trident
, SI_SERIAL_INTF_CTRL
));
1966 spin_unlock_irq(&trident
->reg_lock
);
1967 trident
->spdif_pcm_ctl
->vd
[0].access
|= SNDRV_CTL_ELEM_ACCESS_INACTIVE
;
1968 snd_ctl_notify(trident
->card
, SNDRV_CTL_EVENT_MASK_VALUE
|
1969 SNDRV_CTL_EVENT_MASK_INFO
, &trident
->spdif_pcm_ctl
->id
);
1973 /*---------------------------------------------------------------------------
1974 snd_trident_capture_open
1976 Description: This routine will open the 4DWave capture device.
1978 Parameters: substream - PCM substream class
1980 Returns: status - success or failure flag
1982 ---------------------------------------------------------------------------*/
1984 static int snd_trident_capture_open(struct snd_pcm_substream
*substream
)
1986 struct snd_trident
*trident
= snd_pcm_substream_chip(substream
);
1987 struct snd_trident_voice
*voice
;
1988 struct snd_pcm_runtime
*runtime
= substream
->runtime
;
1990 voice
= snd_trident_alloc_voice(trident
, SNDRV_TRIDENT_VOICE_TYPE_PCM
, 0, 0);
1994 voice
->substream
= substream
;
1995 runtime
->private_data
= voice
;
1996 runtime
->private_free
= snd_trident_pcm_free_substream
;
1997 runtime
->hw
= snd_trident_capture
;
1998 snd_pcm_set_sync(substream
);
1999 snd_pcm_hw_constraint_minmax(runtime
, SNDRV_PCM_HW_PARAM_BUFFER_SIZE
, 0, 64*1024);
2003 /*---------------------------------------------------------------------------
2004 snd_trident_capture_close
2006 Description: This routine will close the 4DWave capture device. For now
2007 we will simply free the dma transfer buffer.
2009 Parameters: substream - PCM substream class
2011 ---------------------------------------------------------------------------*/
2012 static int snd_trident_capture_close(struct snd_pcm_substream
*substream
)
2017 /*---------------------------------------------------------------------------
2018 snd_trident_foldback_open
2020 Description: This routine will open the 4DWave foldback capture device.
2022 Parameters: substream - PCM substream class
2024 Returns: status - success or failure flag
2026 ---------------------------------------------------------------------------*/
2028 static int snd_trident_foldback_open(struct snd_pcm_substream
*substream
)
2030 struct snd_trident
*trident
= snd_pcm_substream_chip(substream
);
2031 struct snd_trident_voice
*voice
;
2032 struct snd_pcm_runtime
*runtime
= substream
->runtime
;
2034 voice
= snd_trident_alloc_voice(trident
, SNDRV_TRIDENT_VOICE_TYPE_PCM
, 0, 0);
2037 voice
->foldback_chan
= substream
->number
;
2038 voice
->substream
= substream
;
2039 runtime
->private_data
= voice
;
2040 runtime
->private_free
= snd_trident_pcm_free_substream
;
2041 runtime
->hw
= snd_trident_foldback
;
2042 snd_pcm_hw_constraint_minmax(runtime
, SNDRV_PCM_HW_PARAM_BUFFER_SIZE
, 0, 64*1024);
2046 /*---------------------------------------------------------------------------
2047 snd_trident_foldback_close
2049 Description: This routine will close the 4DWave foldback capture device.
2050 For now we will simply free the dma transfer buffer.
2052 Parameters: substream - PCM substream class
2054 ---------------------------------------------------------------------------*/
2055 static int snd_trident_foldback_close(struct snd_pcm_substream
*substream
)
2057 struct snd_trident
*trident
= snd_pcm_substream_chip(substream
);
2058 struct snd_trident_voice
*voice
;
2059 struct snd_pcm_runtime
*runtime
= substream
->runtime
;
2060 voice
= runtime
->private_data
;
2062 /* stop capture channel */
2063 spin_lock_irq(&trident
->reg_lock
);
2064 outb(0x00, TRID_REG(trident
, T4D_RCI
+ voice
->foldback_chan
));
2065 spin_unlock_irq(&trident
->reg_lock
);
2069 /*---------------------------------------------------------------------------
2071 ---------------------------------------------------------------------------*/
2073 static struct snd_pcm_ops snd_trident_playback_ops
= {
2074 .open
= snd_trident_playback_open
,
2075 .close
= snd_trident_playback_close
,
2076 .ioctl
= snd_trident_ioctl
,
2077 .hw_params
= snd_trident_hw_params
,
2078 .hw_free
= snd_trident_hw_free
,
2079 .prepare
= snd_trident_playback_prepare
,
2080 .trigger
= snd_trident_trigger
,
2081 .pointer
= snd_trident_playback_pointer
,
2084 static struct snd_pcm_ops snd_trident_nx_playback_ops
= {
2085 .open
= snd_trident_playback_open
,
2086 .close
= snd_trident_playback_close
,
2087 .ioctl
= snd_trident_ioctl
,
2088 .hw_params
= snd_trident_hw_params
,
2089 .hw_free
= snd_trident_hw_free
,
2090 .prepare
= snd_trident_playback_prepare
,
2091 .trigger
= snd_trident_trigger
,
2092 .pointer
= snd_trident_playback_pointer
,
2093 .page
= snd_pcm_sgbuf_ops_page
,
2096 static struct snd_pcm_ops snd_trident_capture_ops
= {
2097 .open
= snd_trident_capture_open
,
2098 .close
= snd_trident_capture_close
,
2099 .ioctl
= snd_trident_ioctl
,
2100 .hw_params
= snd_trident_capture_hw_params
,
2101 .hw_free
= snd_trident_hw_free
,
2102 .prepare
= snd_trident_capture_prepare
,
2103 .trigger
= snd_trident_trigger
,
2104 .pointer
= snd_trident_capture_pointer
,
2107 static struct snd_pcm_ops snd_trident_si7018_capture_ops
= {
2108 .open
= snd_trident_capture_open
,
2109 .close
= snd_trident_capture_close
,
2110 .ioctl
= snd_trident_ioctl
,
2111 .hw_params
= snd_trident_si7018_capture_hw_params
,
2112 .hw_free
= snd_trident_si7018_capture_hw_free
,
2113 .prepare
= snd_trident_si7018_capture_prepare
,
2114 .trigger
= snd_trident_trigger
,
2115 .pointer
= snd_trident_playback_pointer
,
2118 static struct snd_pcm_ops snd_trident_foldback_ops
= {
2119 .open
= snd_trident_foldback_open
,
2120 .close
= snd_trident_foldback_close
,
2121 .ioctl
= snd_trident_ioctl
,
2122 .hw_params
= snd_trident_hw_params
,
2123 .hw_free
= snd_trident_hw_free
,
2124 .prepare
= snd_trident_foldback_prepare
,
2125 .trigger
= snd_trident_trigger
,
2126 .pointer
= snd_trident_playback_pointer
,
2129 static struct snd_pcm_ops snd_trident_nx_foldback_ops
= {
2130 .open
= snd_trident_foldback_open
,
2131 .close
= snd_trident_foldback_close
,
2132 .ioctl
= snd_trident_ioctl
,
2133 .hw_params
= snd_trident_hw_params
,
2134 .hw_free
= snd_trident_hw_free
,
2135 .prepare
= snd_trident_foldback_prepare
,
2136 .trigger
= snd_trident_trigger
,
2137 .pointer
= snd_trident_playback_pointer
,
2138 .page
= snd_pcm_sgbuf_ops_page
,
2141 static struct snd_pcm_ops snd_trident_spdif_ops
= {
2142 .open
= snd_trident_spdif_open
,
2143 .close
= snd_trident_spdif_close
,
2144 .ioctl
= snd_trident_ioctl
,
2145 .hw_params
= snd_trident_spdif_hw_params
,
2146 .hw_free
= snd_trident_hw_free
,
2147 .prepare
= snd_trident_spdif_prepare
,
2148 .trigger
= snd_trident_trigger
,
2149 .pointer
= snd_trident_spdif_pointer
,
2152 static struct snd_pcm_ops snd_trident_spdif_7018_ops
= {
2153 .open
= snd_trident_spdif_open
,
2154 .close
= snd_trident_spdif_close
,
2155 .ioctl
= snd_trident_ioctl
,
2156 .hw_params
= snd_trident_spdif_hw_params
,
2157 .hw_free
= snd_trident_hw_free
,
2158 .prepare
= snd_trident_spdif_prepare
,
2159 .trigger
= snd_trident_trigger
,
2160 .pointer
= snd_trident_playback_pointer
,
2163 /*---------------------------------------------------------------------------
2166 Description: This routine registers the 4DWave device for PCM support.
2168 Parameters: trident - pointer to target device class for 4DWave.
2172 ---------------------------------------------------------------------------*/
2174 int snd_trident_pcm(struct snd_trident
*trident
, int device
)
2176 struct snd_pcm
*pcm
;
2179 if ((err
= snd_pcm_new(trident
->card
, "trident_dx_nx", device
, trident
->ChanPCM
, 1, &pcm
)) < 0)
2182 pcm
->private_data
= trident
;
2184 if (trident
->tlb
.entries
) {
2185 snd_pcm_set_ops(pcm
, SNDRV_PCM_STREAM_PLAYBACK
, &snd_trident_nx_playback_ops
);
2187 snd_pcm_set_ops(pcm
, SNDRV_PCM_STREAM_PLAYBACK
, &snd_trident_playback_ops
);
2189 snd_pcm_set_ops(pcm
, SNDRV_PCM_STREAM_CAPTURE
,
2190 trident
->device
!= TRIDENT_DEVICE_ID_SI7018
?
2191 &snd_trident_capture_ops
:
2192 &snd_trident_si7018_capture_ops
);
2194 pcm
->info_flags
= 0;
2195 pcm
->dev_subclass
= SNDRV_PCM_SUBCLASS_GENERIC_MIX
;
2196 strcpy(pcm
->name
, "Trident 4DWave");
2199 if (trident
->tlb
.entries
) {
2200 struct snd_pcm_substream
*substream
;
2201 for (substream
= pcm
->streams
[SNDRV_PCM_STREAM_PLAYBACK
].substream
; substream
; substream
= substream
->next
)
2202 snd_pcm_lib_preallocate_pages(substream
, SNDRV_DMA_TYPE_DEV_SG
,
2203 snd_dma_pci_data(trident
->pci
),
2205 snd_pcm_lib_preallocate_pages(pcm
->streams
[SNDRV_PCM_STREAM_CAPTURE
].substream
,
2206 SNDRV_DMA_TYPE_DEV
, snd_dma_pci_data(trident
->pci
),
2209 snd_pcm_lib_preallocate_pages_for_all(pcm
, SNDRV_DMA_TYPE_DEV
,
2210 snd_dma_pci_data(trident
->pci
), 64*1024, 128*1024);
2216 /*---------------------------------------------------------------------------
2217 snd_trident_foldback_pcm
2219 Description: This routine registers the 4DWave device for foldback PCM support.
2221 Parameters: trident - pointer to target device class for 4DWave.
2225 ---------------------------------------------------------------------------*/
2227 int snd_trident_foldback_pcm(struct snd_trident
*trident
, int device
)
2229 struct snd_pcm
*foldback
;
2232 struct snd_pcm_substream
*substream
;
2234 if (trident
->device
== TRIDENT_DEVICE_ID_NX
)
2236 if ((err
= snd_pcm_new(trident
->card
, "trident_dx_nx", device
, 0, num_chan
, &foldback
)) < 0)
2239 foldback
->private_data
= trident
;
2240 if (trident
->tlb
.entries
)
2241 snd_pcm_set_ops(foldback
, SNDRV_PCM_STREAM_CAPTURE
, &snd_trident_nx_foldback_ops
);
2243 snd_pcm_set_ops(foldback
, SNDRV_PCM_STREAM_CAPTURE
, &snd_trident_foldback_ops
);
2244 foldback
->info_flags
= 0;
2245 strcpy(foldback
->name
, "Trident 4DWave");
2246 substream
= foldback
->streams
[SNDRV_PCM_STREAM_CAPTURE
].substream
;
2247 strcpy(substream
->name
, "Front Mixer");
2248 substream
= substream
->next
;
2249 strcpy(substream
->name
, "Reverb Mixer");
2250 substream
= substream
->next
;
2251 strcpy(substream
->name
, "Chorus Mixer");
2252 if (num_chan
== 4) {
2253 substream
= substream
->next
;
2254 strcpy(substream
->name
, "Second AC'97 ADC");
2256 trident
->foldback
= foldback
;
2258 if (trident
->tlb
.entries
)
2259 snd_pcm_lib_preallocate_pages_for_all(foldback
, SNDRV_DMA_TYPE_DEV_SG
,
2260 snd_dma_pci_data(trident
->pci
), 0, 128*1024);
2262 snd_pcm_lib_preallocate_pages_for_all(foldback
, SNDRV_DMA_TYPE_DEV
,
2263 snd_dma_pci_data(trident
->pci
), 64*1024, 128*1024);
2268 /*---------------------------------------------------------------------------
2271 Description: This routine registers the 4DWave-NX device for SPDIF support.
2273 Parameters: trident - pointer to target device class for 4DWave-NX.
2277 ---------------------------------------------------------------------------*/
2279 int snd_trident_spdif_pcm(struct snd_trident
*trident
, int device
)
2281 struct snd_pcm
*spdif
;
2284 if ((err
= snd_pcm_new(trident
->card
, "trident_dx_nx IEC958", device
, 1, 0, &spdif
)) < 0)
2287 spdif
->private_data
= trident
;
2288 if (trident
->device
!= TRIDENT_DEVICE_ID_SI7018
) {
2289 snd_pcm_set_ops(spdif
, SNDRV_PCM_STREAM_PLAYBACK
, &snd_trident_spdif_ops
);
2291 snd_pcm_set_ops(spdif
, SNDRV_PCM_STREAM_PLAYBACK
, &snd_trident_spdif_7018_ops
);
2293 spdif
->info_flags
= 0;
2294 strcpy(spdif
->name
, "Trident 4DWave IEC958");
2295 trident
->spdif
= spdif
;
2297 snd_pcm_lib_preallocate_pages_for_all(spdif
, SNDRV_DMA_TYPE_DEV
, snd_dma_pci_data(trident
->pci
), 64*1024, 128*1024);
2307 /*---------------------------------------------------------------------------
2308 snd_trident_spdif_control
2310 Description: enable/disable S/PDIF out from ac97 mixer
2311 ---------------------------------------------------------------------------*/
2313 #define snd_trident_spdif_control_info snd_ctl_boolean_mono_info
2315 static int snd_trident_spdif_control_get(struct snd_kcontrol
*kcontrol
,
2316 struct snd_ctl_elem_value
*ucontrol
)
2318 struct snd_trident
*trident
= snd_kcontrol_chip(kcontrol
);
2321 spin_lock_irq(&trident
->reg_lock
);
2322 val
= trident
->spdif_ctrl
;
2323 ucontrol
->value
.integer
.value
[0] = val
== kcontrol
->private_value
;
2324 spin_unlock_irq(&trident
->reg_lock
);
2328 static int snd_trident_spdif_control_put(struct snd_kcontrol
*kcontrol
,
2329 struct snd_ctl_elem_value
*ucontrol
)
2331 struct snd_trident
*trident
= snd_kcontrol_chip(kcontrol
);
2335 val
= ucontrol
->value
.integer
.value
[0] ? (unsigned char) kcontrol
->private_value
: 0x00;
2336 spin_lock_irq(&trident
->reg_lock
);
2337 /* S/PDIF C Channel bits 0-31 : 48khz, SCMS disabled */
2338 change
= trident
->spdif_ctrl
!= val
;
2339 trident
->spdif_ctrl
= val
;
2340 if (trident
->device
!= TRIDENT_DEVICE_ID_SI7018
) {
2341 if ((inb(TRID_REG(trident
, NX_SPCTRL_SPCSO
+ 3)) & 0x10) == 0) {
2342 outl(trident
->spdif_bits
, TRID_REG(trident
, NX_SPCSTATUS
));
2343 outb(trident
->spdif_ctrl
, TRID_REG(trident
, NX_SPCTRL_SPCSO
+ 3));
2346 if (trident
->spdif
== NULL
) {
2348 outl(trident
->spdif_bits
, TRID_REG(trident
, SI_SPDIF_CS
));
2349 temp
= inl(TRID_REG(trident
, SI_SERIAL_INTF_CTRL
)) & ~SPDIF_EN
;
2352 outl(temp
, TRID_REG(trident
, SI_SERIAL_INTF_CTRL
));
2355 spin_unlock_irq(&trident
->reg_lock
);
2359 static struct snd_kcontrol_new snd_trident_spdif_control
=
2361 .iface
= SNDRV_CTL_ELEM_IFACE_MIXER
,
2362 .name
= SNDRV_CTL_NAME_IEC958("",PLAYBACK
,SWITCH
),
2363 .info
= snd_trident_spdif_control_info
,
2364 .get
= snd_trident_spdif_control_get
,
2365 .put
= snd_trident_spdif_control_put
,
2366 .private_value
= 0x28,
2369 /*---------------------------------------------------------------------------
2370 snd_trident_spdif_default
2372 Description: put/get the S/PDIF default settings
2373 ---------------------------------------------------------------------------*/
2375 static int snd_trident_spdif_default_info(struct snd_kcontrol
*kcontrol
,
2376 struct snd_ctl_elem_info
*uinfo
)
2378 uinfo
->type
= SNDRV_CTL_ELEM_TYPE_IEC958
;
2383 static int snd_trident_spdif_default_get(struct snd_kcontrol
*kcontrol
,
2384 struct snd_ctl_elem_value
*ucontrol
)
2386 struct snd_trident
*trident
= snd_kcontrol_chip(kcontrol
);
2388 spin_lock_irq(&trident
->reg_lock
);
2389 ucontrol
->value
.iec958
.status
[0] = (trident
->spdif_bits
>> 0) & 0xff;
2390 ucontrol
->value
.iec958
.status
[1] = (trident
->spdif_bits
>> 8) & 0xff;
2391 ucontrol
->value
.iec958
.status
[2] = (trident
->spdif_bits
>> 16) & 0xff;
2392 ucontrol
->value
.iec958
.status
[3] = (trident
->spdif_bits
>> 24) & 0xff;
2393 spin_unlock_irq(&trident
->reg_lock
);
2397 static int snd_trident_spdif_default_put(struct snd_kcontrol
*kcontrol
,
2398 struct snd_ctl_elem_value
*ucontrol
)
2400 struct snd_trident
*trident
= snd_kcontrol_chip(kcontrol
);
2404 val
= (ucontrol
->value
.iec958
.status
[0] << 0) |
2405 (ucontrol
->value
.iec958
.status
[1] << 8) |
2406 (ucontrol
->value
.iec958
.status
[2] << 16) |
2407 (ucontrol
->value
.iec958
.status
[3] << 24);
2408 spin_lock_irq(&trident
->reg_lock
);
2409 change
= trident
->spdif_bits
!= val
;
2410 trident
->spdif_bits
= val
;
2411 if (trident
->device
!= TRIDENT_DEVICE_ID_SI7018
) {
2412 if ((inb(TRID_REG(trident
, NX_SPCTRL_SPCSO
+ 3)) & 0x10) == 0)
2413 outl(trident
->spdif_bits
, TRID_REG(trident
, NX_SPCSTATUS
));
2415 if (trident
->spdif
== NULL
)
2416 outl(trident
->spdif_bits
, TRID_REG(trident
, SI_SPDIF_CS
));
2418 spin_unlock_irq(&trident
->reg_lock
);
2422 static struct snd_kcontrol_new snd_trident_spdif_default
=
2424 .iface
= SNDRV_CTL_ELEM_IFACE_PCM
,
2425 .name
= SNDRV_CTL_NAME_IEC958("",PLAYBACK
,DEFAULT
),
2426 .info
= snd_trident_spdif_default_info
,
2427 .get
= snd_trident_spdif_default_get
,
2428 .put
= snd_trident_spdif_default_put
2431 /*---------------------------------------------------------------------------
2432 snd_trident_spdif_mask
2434 Description: put/get the S/PDIF mask
2435 ---------------------------------------------------------------------------*/
2437 static int snd_trident_spdif_mask_info(struct snd_kcontrol
*kcontrol
,
2438 struct snd_ctl_elem_info
*uinfo
)
2440 uinfo
->type
= SNDRV_CTL_ELEM_TYPE_IEC958
;
2445 static int snd_trident_spdif_mask_get(struct snd_kcontrol
*kcontrol
,
2446 struct snd_ctl_elem_value
*ucontrol
)
2448 ucontrol
->value
.iec958
.status
[0] = 0xff;
2449 ucontrol
->value
.iec958
.status
[1] = 0xff;
2450 ucontrol
->value
.iec958
.status
[2] = 0xff;
2451 ucontrol
->value
.iec958
.status
[3] = 0xff;
2455 static struct snd_kcontrol_new snd_trident_spdif_mask
=
2457 .access
= SNDRV_CTL_ELEM_ACCESS_READ
,
2458 .iface
= SNDRV_CTL_ELEM_IFACE_PCM
,
2459 .name
= SNDRV_CTL_NAME_IEC958("",PLAYBACK
,MASK
),
2460 .info
= snd_trident_spdif_mask_info
,
2461 .get
= snd_trident_spdif_mask_get
,
2464 /*---------------------------------------------------------------------------
2465 snd_trident_spdif_stream
2467 Description: put/get the S/PDIF stream settings
2468 ---------------------------------------------------------------------------*/
2470 static int snd_trident_spdif_stream_info(struct snd_kcontrol
*kcontrol
,
2471 struct snd_ctl_elem_info
*uinfo
)
2473 uinfo
->type
= SNDRV_CTL_ELEM_TYPE_IEC958
;
2478 static int snd_trident_spdif_stream_get(struct snd_kcontrol
*kcontrol
,
2479 struct snd_ctl_elem_value
*ucontrol
)
2481 struct snd_trident
*trident
= snd_kcontrol_chip(kcontrol
);
2483 spin_lock_irq(&trident
->reg_lock
);
2484 ucontrol
->value
.iec958
.status
[0] = (trident
->spdif_pcm_bits
>> 0) & 0xff;
2485 ucontrol
->value
.iec958
.status
[1] = (trident
->spdif_pcm_bits
>> 8) & 0xff;
2486 ucontrol
->value
.iec958
.status
[2] = (trident
->spdif_pcm_bits
>> 16) & 0xff;
2487 ucontrol
->value
.iec958
.status
[3] = (trident
->spdif_pcm_bits
>> 24) & 0xff;
2488 spin_unlock_irq(&trident
->reg_lock
);
2492 static int snd_trident_spdif_stream_put(struct snd_kcontrol
*kcontrol
,
2493 struct snd_ctl_elem_value
*ucontrol
)
2495 struct snd_trident
*trident
= snd_kcontrol_chip(kcontrol
);
2499 val
= (ucontrol
->value
.iec958
.status
[0] << 0) |
2500 (ucontrol
->value
.iec958
.status
[1] << 8) |
2501 (ucontrol
->value
.iec958
.status
[2] << 16) |
2502 (ucontrol
->value
.iec958
.status
[3] << 24);
2503 spin_lock_irq(&trident
->reg_lock
);
2504 change
= trident
->spdif_pcm_bits
!= val
;
2505 trident
->spdif_pcm_bits
= val
;
2506 if (trident
->spdif
!= NULL
) {
2507 if (trident
->device
!= TRIDENT_DEVICE_ID_SI7018
) {
2508 outl(trident
->spdif_pcm_bits
, TRID_REG(trident
, NX_SPCSTATUS
));
2510 outl(trident
->spdif_bits
, TRID_REG(trident
, SI_SPDIF_CS
));
2513 spin_unlock_irq(&trident
->reg_lock
);
2517 static struct snd_kcontrol_new snd_trident_spdif_stream
=
2519 .access
= SNDRV_CTL_ELEM_ACCESS_READWRITE
| SNDRV_CTL_ELEM_ACCESS_INACTIVE
,
2520 .iface
= SNDRV_CTL_ELEM_IFACE_PCM
,
2521 .name
= SNDRV_CTL_NAME_IEC958("",PLAYBACK
,PCM_STREAM
),
2522 .info
= snd_trident_spdif_stream_info
,
2523 .get
= snd_trident_spdif_stream_get
,
2524 .put
= snd_trident_spdif_stream_put
2527 /*---------------------------------------------------------------------------
2528 snd_trident_ac97_control
2530 Description: enable/disable rear path for ac97
2531 ---------------------------------------------------------------------------*/
2533 #define snd_trident_ac97_control_info snd_ctl_boolean_mono_info
2535 static int snd_trident_ac97_control_get(struct snd_kcontrol
*kcontrol
,
2536 struct snd_ctl_elem_value
*ucontrol
)
2538 struct snd_trident
*trident
= snd_kcontrol_chip(kcontrol
);
2541 spin_lock_irq(&trident
->reg_lock
);
2542 val
= trident
->ac97_ctrl
= inl(TRID_REG(trident
, NX_ACR0_AC97_COM_STAT
));
2543 ucontrol
->value
.integer
.value
[0] = (val
& (1 << kcontrol
->private_value
)) ? 1 : 0;
2544 spin_unlock_irq(&trident
->reg_lock
);
2548 static int snd_trident_ac97_control_put(struct snd_kcontrol
*kcontrol
,
2549 struct snd_ctl_elem_value
*ucontrol
)
2551 struct snd_trident
*trident
= snd_kcontrol_chip(kcontrol
);
2555 spin_lock_irq(&trident
->reg_lock
);
2556 val
= trident
->ac97_ctrl
= inl(TRID_REG(trident
, NX_ACR0_AC97_COM_STAT
));
2557 val
&= ~(1 << kcontrol
->private_value
);
2558 if (ucontrol
->value
.integer
.value
[0])
2559 val
|= 1 << kcontrol
->private_value
;
2560 change
= val
!= trident
->ac97_ctrl
;
2561 trident
->ac97_ctrl
= val
;
2562 outl(trident
->ac97_ctrl
= val
, TRID_REG(trident
, NX_ACR0_AC97_COM_STAT
));
2563 spin_unlock_irq(&trident
->reg_lock
);
2567 static struct snd_kcontrol_new snd_trident_ac97_rear_control
=
2569 .iface
= SNDRV_CTL_ELEM_IFACE_MIXER
,
2570 .name
= "Rear Path",
2571 .info
= snd_trident_ac97_control_info
,
2572 .get
= snd_trident_ac97_control_get
,
2573 .put
= snd_trident_ac97_control_put
,
2577 /*---------------------------------------------------------------------------
2578 snd_trident_vol_control
2580 Description: wave & music volume control
2581 ---------------------------------------------------------------------------*/
2583 static int snd_trident_vol_control_info(struct snd_kcontrol
*kcontrol
,
2584 struct snd_ctl_elem_info
*uinfo
)
2586 uinfo
->type
= SNDRV_CTL_ELEM_TYPE_INTEGER
;
2588 uinfo
->value
.integer
.min
= 0;
2589 uinfo
->value
.integer
.max
= 255;
2593 static int snd_trident_vol_control_get(struct snd_kcontrol
*kcontrol
,
2594 struct snd_ctl_elem_value
*ucontrol
)
2596 struct snd_trident
*trident
= snd_kcontrol_chip(kcontrol
);
2599 val
= trident
->musicvol_wavevol
;
2600 ucontrol
->value
.integer
.value
[0] = 255 - ((val
>> kcontrol
->private_value
) & 0xff);
2601 ucontrol
->value
.integer
.value
[1] = 255 - ((val
>> (kcontrol
->private_value
+ 8)) & 0xff);
2605 static const DECLARE_TLV_DB_SCALE(db_scale_gvol
, -6375, 25, 0);
2607 static int snd_trident_vol_control_put(struct snd_kcontrol
*kcontrol
,
2608 struct snd_ctl_elem_value
*ucontrol
)
2610 struct snd_trident
*trident
= snd_kcontrol_chip(kcontrol
);
2614 spin_lock_irq(&trident
->reg_lock
);
2615 val
= trident
->musicvol_wavevol
;
2616 val
&= ~(0xffff << kcontrol
->private_value
);
2617 val
|= ((255 - (ucontrol
->value
.integer
.value
[0] & 0xff)) |
2618 ((255 - (ucontrol
->value
.integer
.value
[1] & 0xff)) << 8)) << kcontrol
->private_value
;
2619 change
= val
!= trident
->musicvol_wavevol
;
2620 outl(trident
->musicvol_wavevol
= val
, TRID_REG(trident
, T4D_MUSICVOL_WAVEVOL
));
2621 spin_unlock_irq(&trident
->reg_lock
);
2625 static struct snd_kcontrol_new snd_trident_vol_music_control
=
2627 .iface
= SNDRV_CTL_ELEM_IFACE_MIXER
,
2628 .name
= "Music Playback Volume",
2629 .info
= snd_trident_vol_control_info
,
2630 .get
= snd_trident_vol_control_get
,
2631 .put
= snd_trident_vol_control_put
,
2632 .private_value
= 16,
2633 .tlv
= { .p
= db_scale_gvol
},
2636 static struct snd_kcontrol_new snd_trident_vol_wave_control
=
2638 .iface
= SNDRV_CTL_ELEM_IFACE_MIXER
,
2639 .name
= "Wave Playback Volume",
2640 .info
= snd_trident_vol_control_info
,
2641 .get
= snd_trident_vol_control_get
,
2642 .put
= snd_trident_vol_control_put
,
2644 .tlv
= { .p
= db_scale_gvol
},
2647 /*---------------------------------------------------------------------------
2648 snd_trident_pcm_vol_control
2650 Description: PCM front volume control
2651 ---------------------------------------------------------------------------*/
2653 static int snd_trident_pcm_vol_control_info(struct snd_kcontrol
*kcontrol
,
2654 struct snd_ctl_elem_info
*uinfo
)
2656 struct snd_trident
*trident
= snd_kcontrol_chip(kcontrol
);
2658 uinfo
->type
= SNDRV_CTL_ELEM_TYPE_INTEGER
;
2660 uinfo
->value
.integer
.min
= 0;
2661 uinfo
->value
.integer
.max
= 255;
2662 if (trident
->device
== TRIDENT_DEVICE_ID_SI7018
)
2663 uinfo
->value
.integer
.max
= 1023;
2667 static int snd_trident_pcm_vol_control_get(struct snd_kcontrol
*kcontrol
,
2668 struct snd_ctl_elem_value
*ucontrol
)
2670 struct snd_trident
*trident
= snd_kcontrol_chip(kcontrol
);
2671 struct snd_trident_pcm_mixer
*mix
= &trident
->pcm_mixer
[snd_ctl_get_ioffnum(kcontrol
, &ucontrol
->id
)];
2673 if (trident
->device
== TRIDENT_DEVICE_ID_SI7018
) {
2674 ucontrol
->value
.integer
.value
[0] = 1023 - mix
->vol
;
2676 ucontrol
->value
.integer
.value
[0] = 255 - (mix
->vol
>>2);
2681 static int snd_trident_pcm_vol_control_put(struct snd_kcontrol
*kcontrol
,
2682 struct snd_ctl_elem_value
*ucontrol
)
2684 struct snd_trident
*trident
= snd_kcontrol_chip(kcontrol
);
2685 struct snd_trident_pcm_mixer
*mix
= &trident
->pcm_mixer
[snd_ctl_get_ioffnum(kcontrol
, &ucontrol
->id
)];
2689 if (trident
->device
== TRIDENT_DEVICE_ID_SI7018
) {
2690 val
= 1023 - (ucontrol
->value
.integer
.value
[0] & 1023);
2692 val
= (255 - (ucontrol
->value
.integer
.value
[0] & 255)) << 2;
2694 spin_lock_irq(&trident
->reg_lock
);
2695 change
= val
!= mix
->vol
;
2697 if (mix
->voice
!= NULL
)
2698 snd_trident_write_vol_reg(trident
, mix
->voice
, val
);
2699 spin_unlock_irq(&trident
->reg_lock
);
2703 static struct snd_kcontrol_new snd_trident_pcm_vol_control
=
2705 .iface
= SNDRV_CTL_ELEM_IFACE_MIXER
,
2706 .name
= "PCM Front Playback Volume",
2707 .access
= SNDRV_CTL_ELEM_ACCESS_READWRITE
| SNDRV_CTL_ELEM_ACCESS_INACTIVE
,
2709 .info
= snd_trident_pcm_vol_control_info
,
2710 .get
= snd_trident_pcm_vol_control_get
,
2711 .put
= snd_trident_pcm_vol_control_put
,
2712 /* FIXME: no tlv yet */
2715 /*---------------------------------------------------------------------------
2716 snd_trident_pcm_pan_control
2718 Description: PCM front pan control
2719 ---------------------------------------------------------------------------*/
2721 static int snd_trident_pcm_pan_control_info(struct snd_kcontrol
*kcontrol
,
2722 struct snd_ctl_elem_info
*uinfo
)
2724 uinfo
->type
= SNDRV_CTL_ELEM_TYPE_INTEGER
;
2726 uinfo
->value
.integer
.min
= 0;
2727 uinfo
->value
.integer
.max
= 127;
2731 static int snd_trident_pcm_pan_control_get(struct snd_kcontrol
*kcontrol
,
2732 struct snd_ctl_elem_value
*ucontrol
)
2734 struct snd_trident
*trident
= snd_kcontrol_chip(kcontrol
);
2735 struct snd_trident_pcm_mixer
*mix
= &trident
->pcm_mixer
[snd_ctl_get_ioffnum(kcontrol
, &ucontrol
->id
)];
2737 ucontrol
->value
.integer
.value
[0] = mix
->pan
;
2738 if (ucontrol
->value
.integer
.value
[0] & 0x40) {
2739 ucontrol
->value
.integer
.value
[0] = (0x3f - (ucontrol
->value
.integer
.value
[0] & 0x3f));
2741 ucontrol
->value
.integer
.value
[0] |= 0x40;
2746 static int snd_trident_pcm_pan_control_put(struct snd_kcontrol
*kcontrol
,
2747 struct snd_ctl_elem_value
*ucontrol
)
2749 struct snd_trident
*trident
= snd_kcontrol_chip(kcontrol
);
2750 struct snd_trident_pcm_mixer
*mix
= &trident
->pcm_mixer
[snd_ctl_get_ioffnum(kcontrol
, &ucontrol
->id
)];
2754 if (ucontrol
->value
.integer
.value
[0] & 0x40)
2755 val
= ucontrol
->value
.integer
.value
[0] & 0x3f;
2757 val
= (0x3f - (ucontrol
->value
.integer
.value
[0] & 0x3f)) | 0x40;
2758 spin_lock_irq(&trident
->reg_lock
);
2759 change
= val
!= mix
->pan
;
2761 if (mix
->voice
!= NULL
)
2762 snd_trident_write_pan_reg(trident
, mix
->voice
, val
);
2763 spin_unlock_irq(&trident
->reg_lock
);
2767 static struct snd_kcontrol_new snd_trident_pcm_pan_control
=
2769 .iface
= SNDRV_CTL_ELEM_IFACE_MIXER
,
2770 .name
= "PCM Pan Playback Control",
2771 .access
= SNDRV_CTL_ELEM_ACCESS_READWRITE
| SNDRV_CTL_ELEM_ACCESS_INACTIVE
,
2773 .info
= snd_trident_pcm_pan_control_info
,
2774 .get
= snd_trident_pcm_pan_control_get
,
2775 .put
= snd_trident_pcm_pan_control_put
,
2778 /*---------------------------------------------------------------------------
2779 snd_trident_pcm_rvol_control
2781 Description: PCM reverb volume control
2782 ---------------------------------------------------------------------------*/
2784 static int snd_trident_pcm_rvol_control_info(struct snd_kcontrol
*kcontrol
,
2785 struct snd_ctl_elem_info
*uinfo
)
2787 uinfo
->type
= SNDRV_CTL_ELEM_TYPE_INTEGER
;
2789 uinfo
->value
.integer
.min
= 0;
2790 uinfo
->value
.integer
.max
= 127;
2794 static int snd_trident_pcm_rvol_control_get(struct snd_kcontrol
*kcontrol
,
2795 struct snd_ctl_elem_value
*ucontrol
)
2797 struct snd_trident
*trident
= snd_kcontrol_chip(kcontrol
);
2798 struct snd_trident_pcm_mixer
*mix
= &trident
->pcm_mixer
[snd_ctl_get_ioffnum(kcontrol
, &ucontrol
->id
)];
2800 ucontrol
->value
.integer
.value
[0] = 127 - mix
->rvol
;
2804 static int snd_trident_pcm_rvol_control_put(struct snd_kcontrol
*kcontrol
,
2805 struct snd_ctl_elem_value
*ucontrol
)
2807 struct snd_trident
*trident
= snd_kcontrol_chip(kcontrol
);
2808 struct snd_trident_pcm_mixer
*mix
= &trident
->pcm_mixer
[snd_ctl_get_ioffnum(kcontrol
, &ucontrol
->id
)];
2812 val
= 0x7f - (ucontrol
->value
.integer
.value
[0] & 0x7f);
2813 spin_lock_irq(&trident
->reg_lock
);
2814 change
= val
!= mix
->rvol
;
2816 if (mix
->voice
!= NULL
)
2817 snd_trident_write_rvol_reg(trident
, mix
->voice
, val
);
2818 spin_unlock_irq(&trident
->reg_lock
);
2822 static const DECLARE_TLV_DB_SCALE(db_scale_crvol
, -3175, 25, 1);
2824 static struct snd_kcontrol_new snd_trident_pcm_rvol_control
=
2826 .iface
= SNDRV_CTL_ELEM_IFACE_MIXER
,
2827 .name
= "PCM Reverb Playback Volume",
2828 .access
= SNDRV_CTL_ELEM_ACCESS_READWRITE
| SNDRV_CTL_ELEM_ACCESS_INACTIVE
,
2830 .info
= snd_trident_pcm_rvol_control_info
,
2831 .get
= snd_trident_pcm_rvol_control_get
,
2832 .put
= snd_trident_pcm_rvol_control_put
,
2833 .tlv
= { .p
= db_scale_crvol
},
2836 /*---------------------------------------------------------------------------
2837 snd_trident_pcm_cvol_control
2839 Description: PCM chorus volume control
2840 ---------------------------------------------------------------------------*/
2842 static int snd_trident_pcm_cvol_control_info(struct snd_kcontrol
*kcontrol
,
2843 struct snd_ctl_elem_info
*uinfo
)
2845 uinfo
->type
= SNDRV_CTL_ELEM_TYPE_INTEGER
;
2847 uinfo
->value
.integer
.min
= 0;
2848 uinfo
->value
.integer
.max
= 127;
2852 static int snd_trident_pcm_cvol_control_get(struct snd_kcontrol
*kcontrol
,
2853 struct snd_ctl_elem_value
*ucontrol
)
2855 struct snd_trident
*trident
= snd_kcontrol_chip(kcontrol
);
2856 struct snd_trident_pcm_mixer
*mix
= &trident
->pcm_mixer
[snd_ctl_get_ioffnum(kcontrol
, &ucontrol
->id
)];
2858 ucontrol
->value
.integer
.value
[0] = 127 - mix
->cvol
;
2862 static int snd_trident_pcm_cvol_control_put(struct snd_kcontrol
*kcontrol
,
2863 struct snd_ctl_elem_value
*ucontrol
)
2865 struct snd_trident
*trident
= snd_kcontrol_chip(kcontrol
);
2866 struct snd_trident_pcm_mixer
*mix
= &trident
->pcm_mixer
[snd_ctl_get_ioffnum(kcontrol
, &ucontrol
->id
)];
2870 val
= 0x7f - (ucontrol
->value
.integer
.value
[0] & 0x7f);
2871 spin_lock_irq(&trident
->reg_lock
);
2872 change
= val
!= mix
->cvol
;
2874 if (mix
->voice
!= NULL
)
2875 snd_trident_write_cvol_reg(trident
, mix
->voice
, val
);
2876 spin_unlock_irq(&trident
->reg_lock
);
2880 static struct snd_kcontrol_new snd_trident_pcm_cvol_control
=
2882 .iface
= SNDRV_CTL_ELEM_IFACE_MIXER
,
2883 .name
= "PCM Chorus Playback Volume",
2884 .access
= SNDRV_CTL_ELEM_ACCESS_READWRITE
| SNDRV_CTL_ELEM_ACCESS_INACTIVE
,
2886 .info
= snd_trident_pcm_cvol_control_info
,
2887 .get
= snd_trident_pcm_cvol_control_get
,
2888 .put
= snd_trident_pcm_cvol_control_put
,
2889 .tlv
= { .p
= db_scale_crvol
},
2892 static void snd_trident_notify_pcm_change1(struct snd_card
*card
,
2893 struct snd_kcontrol
*kctl
,
2894 int num
, int activate
)
2896 struct snd_ctl_elem_id id
;
2901 kctl
->vd
[num
].access
&= ~SNDRV_CTL_ELEM_ACCESS_INACTIVE
;
2903 kctl
->vd
[num
].access
|= SNDRV_CTL_ELEM_ACCESS_INACTIVE
;
2904 snd_ctl_notify(card
, SNDRV_CTL_EVENT_MASK_VALUE
|
2905 SNDRV_CTL_EVENT_MASK_INFO
,
2906 snd_ctl_build_ioff(&id
, kctl
, num
));
2909 static void snd_trident_notify_pcm_change(struct snd_trident
*trident
,
2910 struct snd_trident_pcm_mixer
*tmix
,
2911 int num
, int activate
)
2913 snd_trident_notify_pcm_change1(trident
->card
, trident
->ctl_vol
, num
, activate
);
2914 snd_trident_notify_pcm_change1(trident
->card
, trident
->ctl_pan
, num
, activate
);
2915 snd_trident_notify_pcm_change1(trident
->card
, trident
->ctl_rvol
, num
, activate
);
2916 snd_trident_notify_pcm_change1(trident
->card
, trident
->ctl_cvol
, num
, activate
);
2919 static int snd_trident_pcm_mixer_build(struct snd_trident
*trident
,
2920 struct snd_trident_voice
*voice
,
2921 struct snd_pcm_substream
*substream
)
2923 struct snd_trident_pcm_mixer
*tmix
;
2925 if (snd_BUG_ON(!trident
|| !voice
|| !substream
))
2927 tmix
= &trident
->pcm_mixer
[substream
->number
];
2928 tmix
->voice
= voice
;
2929 tmix
->vol
= T4D_DEFAULT_PCM_VOL
;
2930 tmix
->pan
= T4D_DEFAULT_PCM_PAN
;
2931 tmix
->rvol
= T4D_DEFAULT_PCM_RVOL
;
2932 tmix
->cvol
= T4D_DEFAULT_PCM_CVOL
;
2933 snd_trident_notify_pcm_change(trident
, tmix
, substream
->number
, 1);
2937 static int snd_trident_pcm_mixer_free(struct snd_trident
*trident
, struct snd_trident_voice
*voice
, struct snd_pcm_substream
*substream
)
2939 struct snd_trident_pcm_mixer
*tmix
;
2941 if (snd_BUG_ON(!trident
|| !substream
))
2943 tmix
= &trident
->pcm_mixer
[substream
->number
];
2945 snd_trident_notify_pcm_change(trident
, tmix
, substream
->number
, 0);
2949 /*---------------------------------------------------------------------------
2952 Description: This routine registers the 4DWave device for mixer support.
2954 Parameters: trident - pointer to target device class for 4DWave.
2958 ---------------------------------------------------------------------------*/
2960 static int snd_trident_mixer(struct snd_trident
*trident
, int pcm_spdif_device
)
2962 struct snd_ac97_template _ac97
;
2963 struct snd_card
*card
= trident
->card
;
2964 struct snd_kcontrol
*kctl
;
2965 struct snd_ctl_elem_value
*uctl
;
2966 int idx
, err
, retries
= 2;
2967 static struct snd_ac97_bus_ops ops
= {
2968 .write
= snd_trident_codec_write
,
2969 .read
= snd_trident_codec_read
,
2972 uctl
= kzalloc(sizeof(*uctl
), GFP_KERNEL
);
2976 if ((err
= snd_ac97_bus(trident
->card
, 0, &ops
, NULL
, &trident
->ac97_bus
)) < 0)
2979 memset(&_ac97
, 0, sizeof(_ac97
));
2980 _ac97
.private_data
= trident
;
2981 trident
->ac97_detect
= 1;
2984 if ((err
= snd_ac97_mixer(trident
->ac97_bus
, &_ac97
, &trident
->ac97
)) < 0) {
2985 if (trident
->device
== TRIDENT_DEVICE_ID_SI7018
) {
2986 if ((err
= snd_trident_sis_reset(trident
)) < 0)
2995 /* secondary codec? */
2996 if (trident
->device
== TRIDENT_DEVICE_ID_SI7018
&&
2997 (inl(TRID_REG(trident
, SI_SERIAL_INTF_CTRL
)) & SI_AC97_PRIMARY_READY
) != 0) {
2999 err
= snd_ac97_mixer(trident
->ac97_bus
, &_ac97
, &trident
->ac97_sec
);
3001 dev_err(trident
->card
->dev
,
3002 "SI7018: the secondary codec - invalid access\n");
3003 #if 0 // only for my testing purpose --jk
3005 struct snd_ac97
*mc97
;
3006 err
= snd_ac97_modem(trident
->card
, &_ac97
, &mc97
);
3008 dev_err(trident
->card
->dev
,
3009 "snd_ac97_modem returned error %i\n", err
);
3014 trident
->ac97_detect
= 0;
3016 if (trident
->device
!= TRIDENT_DEVICE_ID_SI7018
) {
3017 if ((err
= snd_ctl_add(card
, kctl
= snd_ctl_new1(&snd_trident_vol_wave_control
, trident
))) < 0)
3019 kctl
->put(kctl
, uctl
);
3020 if ((err
= snd_ctl_add(card
, kctl
= snd_ctl_new1(&snd_trident_vol_music_control
, trident
))) < 0)
3022 kctl
->put(kctl
, uctl
);
3023 outl(trident
->musicvol_wavevol
= 0x00000000, TRID_REG(trident
, T4D_MUSICVOL_WAVEVOL
));
3025 outl(trident
->musicvol_wavevol
= 0xffff0000, TRID_REG(trident
, T4D_MUSICVOL_WAVEVOL
));
3028 for (idx
= 0; idx
< 32; idx
++) {
3029 struct snd_trident_pcm_mixer
*tmix
;
3031 tmix
= &trident
->pcm_mixer
[idx
];
3034 if ((trident
->ctl_vol
= snd_ctl_new1(&snd_trident_pcm_vol_control
, trident
)) == NULL
)
3036 if ((err
= snd_ctl_add(card
, trident
->ctl_vol
)))
3039 if ((trident
->ctl_pan
= snd_ctl_new1(&snd_trident_pcm_pan_control
, trident
)) == NULL
)
3041 if ((err
= snd_ctl_add(card
, trident
->ctl_pan
)))
3044 if ((trident
->ctl_rvol
= snd_ctl_new1(&snd_trident_pcm_rvol_control
, trident
)) == NULL
)
3046 if ((err
= snd_ctl_add(card
, trident
->ctl_rvol
)))
3049 if ((trident
->ctl_cvol
= snd_ctl_new1(&snd_trident_pcm_cvol_control
, trident
)) == NULL
)
3051 if ((err
= snd_ctl_add(card
, trident
->ctl_cvol
)))
3054 if (trident
->device
== TRIDENT_DEVICE_ID_NX
) {
3055 if ((err
= snd_ctl_add(card
, kctl
= snd_ctl_new1(&snd_trident_ac97_rear_control
, trident
))) < 0)
3057 kctl
->put(kctl
, uctl
);
3059 if (trident
->device
== TRIDENT_DEVICE_ID_NX
|| trident
->device
== TRIDENT_DEVICE_ID_SI7018
) {
3061 kctl
= snd_ctl_new1(&snd_trident_spdif_control
, trident
);
3066 if (trident
->ac97
->ext_id
& AC97_EI_SPDIF
)
3068 if (trident
->ac97_sec
&& (trident
->ac97_sec
->ext_id
& AC97_EI_SPDIF
))
3070 idx
= kctl
->id
.index
;
3071 if ((err
= snd_ctl_add(card
, kctl
)) < 0)
3073 kctl
->put(kctl
, uctl
);
3075 kctl
= snd_ctl_new1(&snd_trident_spdif_default
, trident
);
3080 kctl
->id
.index
= idx
;
3081 kctl
->id
.device
= pcm_spdif_device
;
3082 if ((err
= snd_ctl_add(card
, kctl
)) < 0)
3085 kctl
= snd_ctl_new1(&snd_trident_spdif_mask
, trident
);
3090 kctl
->id
.index
= idx
;
3091 kctl
->id
.device
= pcm_spdif_device
;
3092 if ((err
= snd_ctl_add(card
, kctl
)) < 0)
3095 kctl
= snd_ctl_new1(&snd_trident_spdif_stream
, trident
);
3100 kctl
->id
.index
= idx
;
3101 kctl
->id
.device
= pcm_spdif_device
;
3102 if ((err
= snd_ctl_add(card
, kctl
)) < 0)
3104 trident
->spdif_pcm_ctl
= kctl
;
3120 * gameport interface
3123 #if defined(CONFIG_GAMEPORT) || (defined(MODULE) && defined(CONFIG_GAMEPORT_MODULE))
3125 static unsigned char snd_trident_gameport_read(struct gameport
*gameport
)
3127 struct snd_trident
*chip
= gameport_get_port_data(gameport
);
3129 if (snd_BUG_ON(!chip
))
3131 return inb(TRID_REG(chip
, GAMEPORT_LEGACY
));
3134 static void snd_trident_gameport_trigger(struct gameport
*gameport
)
3136 struct snd_trident
*chip
= gameport_get_port_data(gameport
);
3138 if (snd_BUG_ON(!chip
))
3140 outb(0xff, TRID_REG(chip
, GAMEPORT_LEGACY
));
3143 static int snd_trident_gameport_cooked_read(struct gameport
*gameport
, int *axes
, int *buttons
)
3145 struct snd_trident
*chip
= gameport_get_port_data(gameport
);
3148 if (snd_BUG_ON(!chip
))
3151 *buttons
= (~inb(TRID_REG(chip
, GAMEPORT_LEGACY
)) >> 4) & 0xf;
3153 for (i
= 0; i
< 4; i
++) {
3154 axes
[i
] = inw(TRID_REG(chip
, GAMEPORT_AXES
+ i
* 2));
3155 if (axes
[i
] == 0xffff) axes
[i
] = -1;
3161 static int snd_trident_gameport_open(struct gameport
*gameport
, int mode
)
3163 struct snd_trident
*chip
= gameport_get_port_data(gameport
);
3165 if (snd_BUG_ON(!chip
))
3169 case GAMEPORT_MODE_COOKED
:
3170 outb(GAMEPORT_MODE_ADC
, TRID_REG(chip
, GAMEPORT_GCR
));
3173 case GAMEPORT_MODE_RAW
:
3174 outb(0, TRID_REG(chip
, GAMEPORT_GCR
));
3181 int snd_trident_create_gameport(struct snd_trident
*chip
)
3183 struct gameport
*gp
;
3185 chip
->gameport
= gp
= gameport_allocate_port();
3187 dev_err(chip
->card
->dev
,
3188 "cannot allocate memory for gameport\n");
3192 gameport_set_name(gp
, "Trident 4DWave");
3193 gameport_set_phys(gp
, "pci%s/gameport0", pci_name(chip
->pci
));
3194 gameport_set_dev_parent(gp
, &chip
->pci
->dev
);
3196 gameport_set_port_data(gp
, chip
);
3198 gp
->read
= snd_trident_gameport_read
;
3199 gp
->trigger
= snd_trident_gameport_trigger
;
3200 gp
->cooked_read
= snd_trident_gameport_cooked_read
;
3201 gp
->open
= snd_trident_gameport_open
;
3203 gameport_register_port(gp
);
3208 static inline void snd_trident_free_gameport(struct snd_trident
*chip
)
3210 if (chip
->gameport
) {
3211 gameport_unregister_port(chip
->gameport
);
3212 chip
->gameport
= NULL
;
3216 int snd_trident_create_gameport(struct snd_trident
*chip
) { return -ENOSYS
; }
3217 static inline void snd_trident_free_gameport(struct snd_trident
*chip
) { }
3218 #endif /* CONFIG_GAMEPORT */
3223 static inline void do_delay(struct snd_trident
*chip
)
3225 schedule_timeout_uninterruptible(1);
3232 static int snd_trident_sis_reset(struct snd_trident
*trident
)
3234 unsigned long end_time
;
3238 r
= trident
->in_suspend
? 0 : 2; /* count of retries */
3240 pci_write_config_byte(trident
->pci
, 0x46, 0x04); /* SOFTWARE RESET */
3242 pci_write_config_byte(trident
->pci
, 0x46, 0x00);
3244 /* disable AC97 GPIO interrupt */
3245 outb(0x00, TRID_REG(trident
, SI_AC97_GPIO
));
3246 /* initialize serial interface, force cold reset */
3247 i
= PCMOUT
|SURROUT
|CENTEROUT
|LFEOUT
|SECONDARY_ID
|COLD_RESET
;
3248 outl(i
, TRID_REG(trident
, SI_SERIAL_INTF_CTRL
));
3250 /* remove cold reset */
3252 outl(i
, TRID_REG(trident
, SI_SERIAL_INTF_CTRL
));
3254 /* wait, until the codec is ready */
3255 end_time
= (jiffies
+ (HZ
* 3) / 4) + 1;
3257 if ((inl(TRID_REG(trident
, SI_SERIAL_INTF_CTRL
)) & SI_AC97_PRIMARY_READY
) != 0)
3260 } while (time_after_eq(end_time
, jiffies
));
3261 dev_err(trident
->card
->dev
, "AC'97 codec ready error [0x%x]\n",
3262 inl(TRID_REG(trident
, SI_SERIAL_INTF_CTRL
)));
3264 end_time
= jiffies
+ HZ
;
3267 } while (time_after_eq(end_time
, jiffies
));
3268 goto __si7018_retry
;
3271 /* wait for the second codec */
3273 if ((inl(TRID_REG(trident
, SI_SERIAL_INTF_CTRL
)) & SI_AC97_SECONDARY_READY
) != 0)
3276 } while (time_after_eq(end_time
, jiffies
));
3277 /* enable 64 channel mode */
3278 outl(BANK_B_EN
, TRID_REG(trident
, T4D_LFO_GC_CIR
));
3286 static void snd_trident_proc_read(struct snd_info_entry
*entry
,
3287 struct snd_info_buffer
*buffer
)
3289 struct snd_trident
*trident
= entry
->private_data
;
3292 switch (trident
->device
) {
3293 case TRIDENT_DEVICE_ID_SI7018
:
3294 s
= "SiS 7018 Audio";
3296 case TRIDENT_DEVICE_ID_DX
:
3297 s
= "Trident 4DWave PCI DX";
3299 case TRIDENT_DEVICE_ID_NX
:
3300 s
= "Trident 4DWave PCI NX";
3305 snd_iprintf(buffer
, "%s\n\n", s
);
3306 snd_iprintf(buffer
, "Spurious IRQs : %d\n", trident
->spurious_irq_count
);
3307 snd_iprintf(buffer
, "Spurious IRQ dlta: %d\n", trident
->spurious_irq_max_delta
);
3308 if (trident
->device
== TRIDENT_DEVICE_ID_NX
|| trident
->device
== TRIDENT_DEVICE_ID_SI7018
)
3309 snd_iprintf(buffer
, "IEC958 Mixer Out : %s\n", trident
->spdif_ctrl
== 0x28 ? "on" : "off");
3310 if (trident
->device
== TRIDENT_DEVICE_ID_NX
) {
3311 snd_iprintf(buffer
, "Rear Speakers : %s\n", trident
->ac97_ctrl
& 0x00000010 ? "on" : "off");
3312 if (trident
->tlb
.entries
) {
3313 snd_iprintf(buffer
,"\nVirtual Memory\n");
3314 snd_iprintf(buffer
, "Memory Maximum : %d\n", trident
->tlb
.memhdr
->size
);
3315 snd_iprintf(buffer
, "Memory Used : %d\n", trident
->tlb
.memhdr
->used
);
3316 snd_iprintf(buffer
, "Memory Free : %d\n", snd_util_mem_avail(trident
->tlb
.memhdr
));
3321 static void snd_trident_proc_init(struct snd_trident
*trident
)
3323 struct snd_info_entry
*entry
;
3324 const char *s
= "trident";
3326 if (trident
->device
== TRIDENT_DEVICE_ID_SI7018
)
3328 if (! snd_card_proc_new(trident
->card
, s
, &entry
))
3329 snd_info_set_text_ops(entry
, trident
, snd_trident_proc_read
);
3332 static int snd_trident_dev_free(struct snd_device
*device
)
3334 struct snd_trident
*trident
= device
->device_data
;
3335 return snd_trident_free(trident
);
3338 /*---------------------------------------------------------------------------
3339 snd_trident_tlb_alloc
3341 Description: Allocate and set up the TLB page table on 4D NX.
3342 Each entry has 4 bytes (physical PCI address).
3344 Parameters: trident - pointer to target device class for 4DWave.
3346 Returns: 0 or negative error code
3348 ---------------------------------------------------------------------------*/
3350 static int snd_trident_tlb_alloc(struct snd_trident
*trident
)
3354 /* TLB array must be aligned to 16kB !!! so we allocate
3355 32kB region and correct offset when necessary */
3357 if (snd_dma_alloc_pages(SNDRV_DMA_TYPE_DEV
, snd_dma_pci_data(trident
->pci
),
3358 2 * SNDRV_TRIDENT_MAX_PAGES
* 4, &trident
->tlb
.buffer
) < 0) {
3359 dev_err(trident
->card
->dev
, "unable to allocate TLB buffer\n");
3362 trident
->tlb
.entries
= (unsigned int*)ALIGN((unsigned long)trident
->tlb
.buffer
.area
, SNDRV_TRIDENT_MAX_PAGES
* 4);
3363 trident
->tlb
.entries_dmaaddr
= ALIGN(trident
->tlb
.buffer
.addr
, SNDRV_TRIDENT_MAX_PAGES
* 4);
3364 /* allocate shadow TLB page table (virtual addresses) */
3365 trident
->tlb
.shadow_entries
= vmalloc(SNDRV_TRIDENT_MAX_PAGES
*sizeof(unsigned long));
3366 if (trident
->tlb
.shadow_entries
== NULL
) {
3367 dev_err(trident
->card
->dev
,
3368 "unable to allocate shadow TLB entries\n");
3371 /* allocate and setup silent page and initialise TLB entries */
3372 if (snd_dma_alloc_pages(SNDRV_DMA_TYPE_DEV
, snd_dma_pci_data(trident
->pci
),
3373 SNDRV_TRIDENT_PAGE_SIZE
, &trident
->tlb
.silent_page
) < 0) {
3374 dev_err(trident
->card
->dev
, "unable to allocate silent page\n");
3377 memset(trident
->tlb
.silent_page
.area
, 0, SNDRV_TRIDENT_PAGE_SIZE
);
3378 for (i
= 0; i
< SNDRV_TRIDENT_MAX_PAGES
; i
++) {
3379 trident
->tlb
.entries
[i
] = cpu_to_le32(trident
->tlb
.silent_page
.addr
& ~(SNDRV_TRIDENT_PAGE_SIZE
-1));
3380 trident
->tlb
.shadow_entries
[i
] = (unsigned long)trident
->tlb
.silent_page
.area
;
3383 /* use emu memory block manager code to manage tlb page allocation */
3384 trident
->tlb
.memhdr
= snd_util_memhdr_new(SNDRV_TRIDENT_PAGE_SIZE
* SNDRV_TRIDENT_MAX_PAGES
);
3385 if (trident
->tlb
.memhdr
== NULL
)
3388 trident
->tlb
.memhdr
->block_extra_size
= sizeof(struct snd_trident_memblk_arg
);
3393 * initialize 4D DX chip
3396 static void snd_trident_stop_all_voices(struct snd_trident
*trident
)
3398 outl(0xffffffff, TRID_REG(trident
, T4D_STOP_A
));
3399 outl(0xffffffff, TRID_REG(trident
, T4D_STOP_B
));
3400 outl(0, TRID_REG(trident
, T4D_AINTEN_A
));
3401 outl(0, TRID_REG(trident
, T4D_AINTEN_B
));
3404 static int snd_trident_4d_dx_init(struct snd_trident
*trident
)
3406 struct pci_dev
*pci
= trident
->pci
;
3407 unsigned long end_time
;
3409 /* reset the legacy configuration and whole audio/wavetable block */
3410 pci_write_config_dword(pci
, 0x40, 0); /* DDMA */
3411 pci_write_config_byte(pci
, 0x44, 0); /* ports */
3412 pci_write_config_byte(pci
, 0x45, 0); /* Legacy DMA */
3413 pci_write_config_byte(pci
, 0x46, 4); /* reset */
3415 pci_write_config_byte(pci
, 0x46, 0); /* release reset */
3418 /* warm reset of the AC'97 codec */
3419 outl(0x00000001, TRID_REG(trident
, DX_ACR2_AC97_COM_STAT
));
3421 outl(0x00000000, TRID_REG(trident
, DX_ACR2_AC97_COM_STAT
));
3422 /* DAC on, disable SB IRQ and try to force ADC valid signal */
3423 trident
->ac97_ctrl
= 0x0000004a;
3424 outl(trident
->ac97_ctrl
, TRID_REG(trident
, DX_ACR2_AC97_COM_STAT
));
3425 /* wait, until the codec is ready */
3426 end_time
= (jiffies
+ (HZ
* 3) / 4) + 1;
3428 if ((inl(TRID_REG(trident
, DX_ACR2_AC97_COM_STAT
)) & 0x0010) != 0)
3431 } while (time_after_eq(end_time
, jiffies
));
3432 dev_err(trident
->card
->dev
, "AC'97 codec ready error\n");
3436 snd_trident_stop_all_voices(trident
);
3442 * initialize 4D NX chip
3444 static int snd_trident_4d_nx_init(struct snd_trident
*trident
)
3446 struct pci_dev
*pci
= trident
->pci
;
3447 unsigned long end_time
;
3449 /* reset the legacy configuration and whole audio/wavetable block */
3450 pci_write_config_dword(pci
, 0x40, 0); /* DDMA */
3451 pci_write_config_byte(pci
, 0x44, 0); /* ports */
3452 pci_write_config_byte(pci
, 0x45, 0); /* Legacy DMA */
3454 pci_write_config_byte(pci
, 0x46, 1); /* reset */
3456 pci_write_config_byte(pci
, 0x46, 0); /* release reset */
3459 /* warm reset of the AC'97 codec */
3460 outl(0x00000001, TRID_REG(trident
, NX_ACR0_AC97_COM_STAT
));
3462 outl(0x00000000, TRID_REG(trident
, NX_ACR0_AC97_COM_STAT
));
3463 /* wait, until the codec is ready */
3464 end_time
= (jiffies
+ (HZ
* 3) / 4) + 1;
3466 if ((inl(TRID_REG(trident
, NX_ACR0_AC97_COM_STAT
)) & 0x0008) != 0)
3469 } while (time_after_eq(end_time
, jiffies
));
3470 dev_err(trident
->card
->dev
, "AC'97 codec ready error [0x%x]\n",
3471 inl(TRID_REG(trident
, NX_ACR0_AC97_COM_STAT
)));
3476 trident
->ac97_ctrl
= 0x00000002;
3477 outl(trident
->ac97_ctrl
, TRID_REG(trident
, NX_ACR0_AC97_COM_STAT
));
3478 /* disable SB IRQ */
3479 outl(NX_SB_IRQ_DISABLE
, TRID_REG(trident
, T4D_MISCINT
));
3481 snd_trident_stop_all_voices(trident
);
3483 if (trident
->tlb
.entries
!= NULL
) {
3485 /* enable virtual addressing via TLB */
3486 i
= trident
->tlb
.entries_dmaaddr
;
3488 outl(i
, TRID_REG(trident
, NX_TLBC
));
3490 outl(0, TRID_REG(trident
, NX_TLBC
));
3492 /* initialize S/PDIF */
3493 outl(trident
->spdif_bits
, TRID_REG(trident
, NX_SPCSTATUS
));
3494 outb(trident
->spdif_ctrl
, TRID_REG(trident
, NX_SPCTRL_SPCSO
+ 3));
3500 * initialize sis7018 chip
3502 static int snd_trident_sis_init(struct snd_trident
*trident
)
3506 if ((err
= snd_trident_sis_reset(trident
)) < 0)
3509 snd_trident_stop_all_voices(trident
);
3511 /* initialize S/PDIF */
3512 outl(trident
->spdif_bits
, TRID_REG(trident
, SI_SPDIF_CS
));
3517 /*---------------------------------------------------------------------------
3520 Description: This routine will create the device specific class for
3521 the 4DWave card. It will also perform basic initialization.
3523 Parameters: card - which card to create
3524 pci - interface to PCI bus resource info
3525 dma1ptr - playback dma buffer
3526 dma2ptr - capture dma buffer
3527 irqptr - interrupt resource info
3529 Returns: 4DWave device class private data
3531 ---------------------------------------------------------------------------*/
3533 int snd_trident_create(struct snd_card
*card
,
3534 struct pci_dev
*pci
,
3536 int pcm_spdif_device
,
3537 int max_wavetable_size
,
3538 struct snd_trident
** rtrident
)
3540 struct snd_trident
*trident
;
3542 struct snd_trident_voice
*voice
;
3543 struct snd_trident_pcm_mixer
*tmix
;
3544 static struct snd_device_ops ops
= {
3545 .dev_free
= snd_trident_dev_free
,
3550 /* enable PCI device */
3551 if ((err
= pci_enable_device(pci
)) < 0)
3553 /* check, if we can restrict PCI DMA transfers to 30 bits */
3554 if (dma_set_mask(&pci
->dev
, DMA_BIT_MASK(30)) < 0 ||
3555 dma_set_coherent_mask(&pci
->dev
, DMA_BIT_MASK(30)) < 0) {
3557 "architecture does not support 30bit PCI busmaster DMA\n");
3558 pci_disable_device(pci
);
3562 trident
= kzalloc(sizeof(*trident
), GFP_KERNEL
);
3563 if (trident
== NULL
) {
3564 pci_disable_device(pci
);
3567 trident
->device
= (pci
->vendor
<< 16) | pci
->device
;
3568 trident
->card
= card
;
3570 spin_lock_init(&trident
->reg_lock
);
3571 spin_lock_init(&trident
->event_lock
);
3572 spin_lock_init(&trident
->voice_alloc
);
3573 if (pcm_streams
< 1)
3575 if (pcm_streams
> 32)
3577 trident
->ChanPCM
= pcm_streams
;
3578 if (max_wavetable_size
< 0 )
3579 max_wavetable_size
= 0;
3580 trident
->synth
.max_size
= max_wavetable_size
* 1024;
3583 trident
->midi_port
= TRID_REG(trident
, T4D_MPU401_BASE
);
3584 pci_set_master(pci
);
3586 if ((err
= pci_request_regions(pci
, "Trident Audio")) < 0) {
3588 pci_disable_device(pci
);
3591 trident
->port
= pci_resource_start(pci
, 0);
3593 if (request_irq(pci
->irq
, snd_trident_interrupt
, IRQF_SHARED
,
3594 KBUILD_MODNAME
, trident
)) {
3595 dev_err(card
->dev
, "unable to grab IRQ %d\n", pci
->irq
);
3596 snd_trident_free(trident
);
3599 trident
->irq
= pci
->irq
;
3601 /* allocate 16k-aligned TLB for NX cards */
3602 trident
->tlb
.entries
= NULL
;
3603 trident
->tlb
.buffer
.area
= NULL
;
3604 if (trident
->device
== TRIDENT_DEVICE_ID_NX
) {
3605 if ((err
= snd_trident_tlb_alloc(trident
)) < 0) {
3606 snd_trident_free(trident
);
3611 trident
->spdif_bits
= trident
->spdif_pcm_bits
= SNDRV_PCM_DEFAULT_CON_SPDIF
;
3613 /* initialize chip */
3614 switch (trident
->device
) {
3615 case TRIDENT_DEVICE_ID_DX
:
3616 err
= snd_trident_4d_dx_init(trident
);
3618 case TRIDENT_DEVICE_ID_NX
:
3619 err
= snd_trident_4d_nx_init(trident
);
3621 case TRIDENT_DEVICE_ID_SI7018
:
3622 err
= snd_trident_sis_init(trident
);
3629 snd_trident_free(trident
);
3633 if ((err
= snd_device_new(card
, SNDRV_DEV_LOWLEVEL
, trident
, &ops
)) < 0) {
3634 snd_trident_free(trident
);
3638 if ((err
= snd_trident_mixer(trident
, pcm_spdif_device
)) < 0)
3641 /* initialise synth voices */
3642 for (i
= 0; i
< 64; i
++) {
3643 voice
= &trident
->synth
.voices
[i
];
3645 voice
->trident
= trident
;
3647 /* initialize pcm mixer entries */
3648 for (i
= 0; i
< 32; i
++) {
3649 tmix
= &trident
->pcm_mixer
[i
];
3650 tmix
->vol
= T4D_DEFAULT_PCM_VOL
;
3651 tmix
->pan
= T4D_DEFAULT_PCM_PAN
;
3652 tmix
->rvol
= T4D_DEFAULT_PCM_RVOL
;
3653 tmix
->cvol
= T4D_DEFAULT_PCM_CVOL
;
3656 snd_trident_enable_eso(trident
);
3658 snd_trident_proc_init(trident
);
3659 *rtrident
= trident
;
3663 /*---------------------------------------------------------------------------
3666 Description: This routine will free the device specific class for
3669 Parameters: trident - device specific private data for 4DWave card
3673 ---------------------------------------------------------------------------*/
3675 static int snd_trident_free(struct snd_trident
*trident
)
3677 snd_trident_free_gameport(trident
);
3678 snd_trident_disable_eso(trident
);
3679 // Disable S/PDIF out
3680 if (trident
->device
== TRIDENT_DEVICE_ID_NX
)
3681 outb(0x00, TRID_REG(trident
, NX_SPCTRL_SPCSO
+ 3));
3682 else if (trident
->device
== TRIDENT_DEVICE_ID_SI7018
) {
3683 outl(0, TRID_REG(trident
, SI_SERIAL_INTF_CTRL
));
3685 if (trident
->irq
>= 0)
3686 free_irq(trident
->irq
, trident
);
3687 if (trident
->tlb
.buffer
.area
) {
3688 outl(0, TRID_REG(trident
, NX_TLBC
));
3689 snd_util_memhdr_free(trident
->tlb
.memhdr
);
3690 if (trident
->tlb
.silent_page
.area
)
3691 snd_dma_free_pages(&trident
->tlb
.silent_page
);
3692 vfree(trident
->tlb
.shadow_entries
);
3693 snd_dma_free_pages(&trident
->tlb
.buffer
);
3695 pci_release_regions(trident
->pci
);
3696 pci_disable_device(trident
->pci
);
3701 /*---------------------------------------------------------------------------
3702 snd_trident_interrupt
3704 Description: ISR for Trident 4DWave device
3706 Parameters: trident - device specific private data for 4DWave card
3708 Problems: It seems that Trident chips generates interrupts more than
3709 one time in special cases. The spurious interrupts are
3710 detected via sample timer (T4D_STIMER) and computing
3711 corresponding delta value. The limits are detected with
3712 the method try & fail so it is possible that it won't
3713 work on all computers. [jaroslav]
3717 ---------------------------------------------------------------------------*/
3719 static irqreturn_t
snd_trident_interrupt(int irq
, void *dev_id
)
3721 struct snd_trident
*trident
= dev_id
;
3722 unsigned int audio_int
, chn_int
, stimer
, channel
, mask
, tmp
;
3724 struct snd_trident_voice
*voice
;
3726 audio_int
= inl(TRID_REG(trident
, T4D_MISCINT
));
3727 if ((audio_int
& (ADDRESS_IRQ
|MPU401_IRQ
)) == 0)
3729 if (audio_int
& ADDRESS_IRQ
) {
3730 // get interrupt status for all channels
3731 spin_lock(&trident
->reg_lock
);
3732 stimer
= inl(TRID_REG(trident
, T4D_STIMER
)) & 0x00ffffff;
3733 chn_int
= inl(TRID_REG(trident
, T4D_AINT_A
));
3736 outl(chn_int
, TRID_REG(trident
, T4D_AINT_A
)); /* ack */
3738 chn_int
= inl(TRID_REG(trident
, T4D_AINT_B
));
3741 for (channel
= 63; channel
>= 32; channel
--) {
3742 mask
= 1 << (channel
&0x1f);
3743 if ((chn_int
& mask
) == 0)
3745 voice
= &trident
->synth
.voices
[channel
];
3746 if (!voice
->pcm
|| voice
->substream
== NULL
) {
3747 outl(mask
, TRID_REG(trident
, T4D_STOP_B
));
3750 delta
= (int)stimer
- (int)voice
->stimer
;
3753 if ((unsigned int)delta
< voice
->spurious_threshold
) {
3754 /* do some statistics here */
3755 trident
->spurious_irq_count
++;
3756 if (trident
->spurious_irq_max_delta
< (unsigned int)delta
)
3757 trident
->spurious_irq_max_delta
= delta
;
3760 voice
->stimer
= stimer
;
3762 if (!voice
->isync3
) {
3763 tmp
= inw(TRID_REG(trident
, T4D_SBBL_SBCL
));
3764 if (trident
->bDMAStart
& 0x40)
3767 tmp
= voice
->isync_max
- tmp
;
3769 tmp
= inl(TRID_REG(trident
, NX_SPCTRL_SPCSO
)) & 0x00ffffff;
3771 if (tmp
< voice
->isync_mark
) {
3773 tmp
= voice
->isync_ESO
- 7;
3775 tmp
= voice
->isync_ESO
+ 2;
3776 /* update ESO for IRQ voice to preserve sync */
3777 snd_trident_stop_voice(trident
, voice
->number
);
3778 snd_trident_write_eso_reg(trident
, voice
, tmp
);
3779 snd_trident_start_voice(trident
, voice
->number
);
3781 } else if (voice
->isync2
) {
3783 /* write original ESO and update CSO for IRQ voice to preserve sync */
3784 snd_trident_stop_voice(trident
, voice
->number
);
3785 snd_trident_write_cso_reg(trident
, voice
, voice
->isync_mark
);
3786 snd_trident_write_eso_reg(trident
, voice
, voice
->ESO
);
3787 snd_trident_start_voice(trident
, voice
->number
);
3791 /* update CSO for extra voice to preserve sync */
3792 snd_trident_stop_voice(trident
, voice
->extra
->number
);
3793 snd_trident_write_cso_reg(trident
, voice
->extra
, 0);
3794 snd_trident_start_voice(trident
, voice
->extra
->number
);
3797 spin_unlock(&trident
->reg_lock
);
3798 snd_pcm_period_elapsed(voice
->substream
);
3799 spin_lock(&trident
->reg_lock
);
3801 outl(chn_int
, TRID_REG(trident
, T4D_AINT_B
)); /* ack */
3803 spin_unlock(&trident
->reg_lock
);
3805 if (audio_int
& MPU401_IRQ
) {
3806 if (trident
->rmidi
) {
3807 snd_mpu401_uart_interrupt(irq
, trident
->rmidi
->private_data
);
3809 inb(TRID_REG(trident
, T4D_MPUR0
));
3812 // outl((ST_TARGET_REACHED | MIXER_OVERFLOW | MIXER_UNDERFLOW), TRID_REG(trident, T4D_MISCINT));
3816 struct snd_trident_voice
*snd_trident_alloc_voice(struct snd_trident
* trident
, int type
, int client
, int port
)
3818 struct snd_trident_voice
*pvoice
;
3819 unsigned long flags
;
3822 spin_lock_irqsave(&trident
->voice_alloc
, flags
);
3823 if (type
== SNDRV_TRIDENT_VOICE_TYPE_PCM
) {
3824 idx
= snd_trident_allocate_pcm_channel(trident
);
3826 spin_unlock_irqrestore(&trident
->voice_alloc
, flags
);
3829 pvoice
= &trident
->synth
.voices
[idx
];
3832 pvoice
->capture
= 0;
3834 pvoice
->memblk
= NULL
;
3835 pvoice
->substream
= NULL
;
3836 spin_unlock_irqrestore(&trident
->voice_alloc
, flags
);
3839 if (type
== SNDRV_TRIDENT_VOICE_TYPE_SYNTH
) {
3840 idx
= snd_trident_allocate_synth_channel(trident
);
3842 spin_unlock_irqrestore(&trident
->voice_alloc
, flags
);
3845 pvoice
= &trident
->synth
.voices
[idx
];
3848 pvoice
->client
= client
;
3849 pvoice
->port
= port
;
3850 pvoice
->memblk
= NULL
;
3851 spin_unlock_irqrestore(&trident
->voice_alloc
, flags
);
3854 if (type
== SNDRV_TRIDENT_VOICE_TYPE_MIDI
) {
3856 spin_unlock_irqrestore(&trident
->voice_alloc
, flags
);
3860 EXPORT_SYMBOL(snd_trident_alloc_voice
);
3862 void snd_trident_free_voice(struct snd_trident
* trident
, struct snd_trident_voice
*voice
)
3864 unsigned long flags
;
3865 void (*private_free
)(struct snd_trident_voice
*);
3867 if (voice
== NULL
|| !voice
->use
)
3869 snd_trident_clear_voices(trident
, voice
->number
, voice
->number
);
3870 spin_lock_irqsave(&trident
->voice_alloc
, flags
);
3871 private_free
= voice
->private_free
;
3872 voice
->private_free
= NULL
;
3873 voice
->private_data
= NULL
;
3875 snd_trident_free_pcm_channel(trident
, voice
->number
);
3877 snd_trident_free_synth_channel(trident
, voice
->number
);
3878 voice
->use
= voice
->pcm
= voice
->synth
= voice
->midi
= 0;
3879 voice
->capture
= voice
->spdif
= 0;
3880 voice
->sample_ops
= NULL
;
3881 voice
->substream
= NULL
;
3882 voice
->extra
= NULL
;
3883 spin_unlock_irqrestore(&trident
->voice_alloc
, flags
);
3885 private_free(voice
);
3888 EXPORT_SYMBOL(snd_trident_free_voice
);
3890 static void snd_trident_clear_voices(struct snd_trident
* trident
, unsigned short v_min
, unsigned short v_max
)
3892 unsigned int i
, val
, mask
[2] = { 0, 0 };
3894 if (snd_BUG_ON(v_min
> 63 || v_max
> 63))
3896 for (i
= v_min
; i
<= v_max
; i
++)
3897 mask
[i
>> 5] |= 1 << (i
& 0x1f);
3899 outl(mask
[0], TRID_REG(trident
, T4D_STOP_A
));
3900 val
= inl(TRID_REG(trident
, T4D_AINTEN_A
));
3901 outl(val
& ~mask
[0], TRID_REG(trident
, T4D_AINTEN_A
));
3904 outl(mask
[1], TRID_REG(trident
, T4D_STOP_B
));
3905 val
= inl(TRID_REG(trident
, T4D_AINTEN_B
));
3906 outl(val
& ~mask
[1], TRID_REG(trident
, T4D_AINTEN_B
));
3910 #ifdef CONFIG_PM_SLEEP
3911 static int snd_trident_suspend(struct device
*dev
)
3913 struct snd_card
*card
= dev_get_drvdata(dev
);
3914 struct snd_trident
*trident
= card
->private_data
;
3916 trident
->in_suspend
= 1;
3917 snd_power_change_state(card
, SNDRV_CTL_POWER_D3hot
);
3918 snd_pcm_suspend_all(trident
->pcm
);
3919 snd_pcm_suspend_all(trident
->foldback
);
3920 snd_pcm_suspend_all(trident
->spdif
);
3922 snd_ac97_suspend(trident
->ac97
);
3923 snd_ac97_suspend(trident
->ac97_sec
);
3927 static int snd_trident_resume(struct device
*dev
)
3929 struct snd_card
*card
= dev_get_drvdata(dev
);
3930 struct snd_trident
*trident
= card
->private_data
;
3932 switch (trident
->device
) {
3933 case TRIDENT_DEVICE_ID_DX
:
3934 snd_trident_4d_dx_init(trident
);
3936 case TRIDENT_DEVICE_ID_NX
:
3937 snd_trident_4d_nx_init(trident
);
3939 case TRIDENT_DEVICE_ID_SI7018
:
3940 snd_trident_sis_init(trident
);
3944 snd_ac97_resume(trident
->ac97
);
3945 snd_ac97_resume(trident
->ac97_sec
);
3947 /* restore some registers */
3948 outl(trident
->musicvol_wavevol
, TRID_REG(trident
, T4D_MUSICVOL_WAVEVOL
));
3950 snd_trident_enable_eso(trident
);
3952 snd_power_change_state(card
, SNDRV_CTL_POWER_D0
);
3953 trident
->in_suspend
= 0;
3957 SIMPLE_DEV_PM_OPS(snd_trident_pm
, snd_trident_suspend
, snd_trident_resume
);
3958 #endif /* CONFIG_PM_SLEEP */