4 * Detection routine for the Pro Audio Spectrum cards.
7 #include <linux/config.h>
8 #include <linux/module.h>
9 #include "sound_config.h"
10 #include "soundmodule.h"
14 static unsigned char dma_bits
[] = {
15 4, 1, 2, 3, 0, 5, 6, 7
18 static unsigned char irq_bits
[] = {
19 0, 0, 1, 2, 3, 4, 5, 6, 0, 1, 7, 8, 9, 0, 10, 11
22 static unsigned char sb_irq_bits
[] = {
23 0x00, 0x00, 0x08, 0x10, 0x00, 0x18, 0x00, 0x20,
24 0x00, 0x08, 0x28, 0x30, 0x38, 0, 0
27 static unsigned char sb_dma_bits
[] = {
28 0x00, 0x40, 0x80, 0xC0, 0, 0, 0, 0
32 * The Address Translation code is used to convert I/O register addresses to
33 * be relative to the given base -register
36 int translate_code
= 0;
37 static int pas_intr_mask
= 0;
38 static int pas_irq
= 0;
39 static int pas_sb_base
= 0;
40 #ifndef CONFIG_PAS_JOYSTICK
41 static int joystick
= 0;
43 static int joystick
= 1;
46 static int symphony
= 1;
48 static int symphony
= 0;
50 #ifdef BROKEN_BUS_CLOCK
51 static int broken_bus_clock
= 1;
53 static int broken_bus_clock
= 0;
58 static char *pas_model_names
[] = {
62 "Pro AudioSpectrum 16",
63 "Pro AudioSpectrum 16D"
67 * pas_read() and pas_write() are equivalents of inb and outb
68 * These routines perform the I/O address translation required
69 * to support other than the default base address
72 extern void mix_write(unsigned char data
, int ioaddr
);
74 unsigned char pas_read(int ioaddr
)
76 return inb(ioaddr
+ translate_code
);
79 void pas_write(unsigned char data
, int ioaddr
)
81 outb((data
), ioaddr
+ translate_code
);
84 /******************* Begin of the Interrupt Handler ********************/
86 static void pasintr(int irq
, void *dev_id
, struct pt_regs
*dummy
)
90 status
= pas_read(0x0B89);
91 pas_write(status
, 0x0B89); /* Clear interrupt */
96 pas_pcm_interrupt(status
, 1);
103 pas_midi_interrupt();
109 int pas_set_intr(int mask
)
114 pas_intr_mask
|= mask
;
116 pas_write(pas_intr_mask
, 0x0B8B);
120 int pas_remove_intr(int mask
)
125 pas_intr_mask
&= ~mask
;
126 pas_write(pas_intr_mask
, 0x0B8B);
131 /******************* End of the Interrupt handler **********************/
133 /******************* Begin of the Initialization Code ******************/
135 extern struct address_info sbhw_config
;
137 static int config_pas_hw(struct address_info
*hw_config
)
140 unsigned int_ptrs
; /* scsi/sound interrupt pointers */
142 pas_irq
= hw_config
->irq
;
144 pas_write(0x00, 0x0B8B);
145 pas_write(0x36, 0x138B);
146 pas_write(0x36, 0x1388);
147 pas_write(0, 0x1388);
148 pas_write(0x74, 0x138B);
149 pas_write(0x74, 0x1389);
150 pas_write(0, 0x1389);
152 pas_write(0x80 | 0x40 | 0x20 | 1, 0x0B8A);
153 pas_write(0x80 | 0x20 | 0x10 | 0x08 | 0x01, 0xF8A);
154 pas_write(0x01 | 0x02 | 0x04 | 0x10 /*
163 if (pas_irq
< 0 || pas_irq
> 15)
165 printk(KERN_ERR
"PAS16: Invalid IRQ %d", pas_irq
);
171 int_ptrs
= pas_read(0xF38A);
172 int_ptrs
= (int_ptrs
& 0xf0) | irq_bits
[pas_irq
];
173 pas_write(int_ptrs
, 0xF38A);
174 if (!irq_bits
[pas_irq
])
176 printk(KERN_ERR
"PAS16: Invalid IRQ %d", pas_irq
);
182 if (request_irq(pas_irq
, pasintr
, 0, "PAS16",hw_config
) < 0) {
183 printk(KERN_ERR
"PAS16: Cannot allocate IRQ %d\n",pas_irq
);
190 if (hw_config
->dma
< 0 || hw_config
->dma
> 7)
192 printk(KERN_ERR
"PAS16: Invalid DMA selection %d", hw_config
->dma
);
198 pas_write(dma_bits
[hw_config
->dma
], 0xF389);
199 if (!dma_bits
[hw_config
->dma
])
201 printk(KERN_ERR
"PAS16: Invalid DMA selection %d", hw_config
->dma
);
207 if (sound_alloc_dma(hw_config
->dma
, "PAS16"))
209 printk(KERN_ERR
"pas2_card.c: Can't allocate DMA channel\n");
217 * This fixes the timing problems of the PAS due to the Symphony chipset
218 * as per Media Vision. Only define this if your PAS doesn't work correctly.
228 pas_write(0x01 | 0x10 | 0x20 | 0x04, 0x8388);
231 * pas_write(0x01, 0x8388);
233 pas_write(0x01 | 0x10 | 0x20, 0x8388);
235 pas_write(0x18, 0x838A); /* ??? */
236 pas_write(0x20 | 0x01, 0x0B8A); /* Mute off, filter = 17.897 kHz */
237 pas_write(8, 0xBF8A);
239 mix_write(0x80 | 5, 0x078B);
240 mix_write(5, 0x078B);
242 #if !defined(DISABLE_SB_EMULATION) && defined(CONFIG_SB)
245 struct address_info
*sb_config
;
248 if ((sb_config
= sound_getconf(SNDCARD_SB
)))
250 sb_config
= &sbhw_config
;
251 if (sb_config
->io_base
)
254 unsigned char irq_dma
;
257 * Turn on Sound Blaster compatibility
258 * bit 1 = SB emulation
259 * bit 0 = MPU401 emulation (CDPC only :-( )
262 pas_write(0x02, 0xF788);
265 * "Emulation address"
268 pas_write((sb_config
->io_base
>> 4) & 0x0f, 0xF789);
269 pas_sb_base
= sb_config
->io_base
;
271 if (!sb_dma_bits
[sb_config
->dma
])
272 printk(KERN_ERR
"PAS16 Warning: Invalid SB DMA %d\n\n", sb_config
->dma
);
274 if (!sb_irq_bits
[sb_config
->irq
])
275 printk(KERN_ERR
"PAS16 Warning: Invalid SB IRQ %d\n\n", sb_config
->irq
);
277 irq_dma
= sb_dma_bits
[sb_config
->dma
] |
278 sb_irq_bits
[sb_config
->irq
];
280 pas_write(irq_dma
, 0xFB8A);
283 pas_write(0x00, 0xF788);
286 pas_write(0x00, 0xF788);
290 printk(KERN_WARNING
"PAS16: Driver not enabled\n");
295 static int detect_pas_hw(struct address_info
*hw_config
)
297 unsigned char board_id
, foo
;
300 * WARNING: Setting an option like W:1 or so that disables warm boot reset
301 * of the card will screw up this detect code something fierce. Adding code
302 * to handle this means possibly interfering with other cards on the bus if
303 * you have something on base port 0x388. SO be forewarned.
306 outb((0xBC), 0x9A01); /* Activate first board */
307 outb((hw_config
->io_base
>> 2), 0x9A01); /* Set base address */
308 translate_code
= hw_config
->io_base
- 0x388;
309 pas_write(1, 0xBF88); /* Select one wait states */
311 board_id
= pas_read(0x0B8B);
313 if (board_id
== 0xff)
317 * We probably have a PAS-series board, now check for a PAS16-series board
318 * by trying to change the board revision bits. PAS16-series hardware won't
319 * let you do this - the bits are read-only.
322 foo
= board_id
^ 0xe0;
324 pas_write(foo
, 0x0B8B);
325 foo
= pas_read(0x0B8B);
326 pas_write(board_id
, 0x0B8B);
331 pas_model
= pas_read(0xFF88);
336 void attach_pas_card(struct address_info
*hw_config
)
338 pas_irq
= hw_config
->irq
;
340 if (detect_pas_hw(hw_config
))
343 if ((pas_model
= pas_read(0xFF88)))
348 "%s rev %d", pas_model_names
[(int) pas_model
],
350 conf_printf(temp
, hw_config
);
352 if (config_pas_hw(hw_config
))
355 pas_pcm_init(hw_config
);
358 #if !defined(MODULE) && !defined(DISABLE_SB_EMULATION) && defined(CONFIG_SB)
360 sb_dsp_disable_midi(pas_sb_base
); /* No MIDI capability */
371 int probe_pas(struct address_info
*hw_config
)
373 return detect_pas_hw(hw_config
);
376 void unload_pas(struct address_info
*hw_config
)
378 extern int pas_audiodev
;
379 extern int pas2_mididev
;
381 if (hw_config
->dma
>0)
382 sound_free_dma(hw_config
->dma
);
383 if (hw_config
->irq
>0)
384 free_irq(hw_config
->irq
, hw_config
);
387 sound_unload_mixerdev(audio_devs
[pas_audiodev
]->mixer_dev
);
389 sound_unload_mididev(pas2_mididev
);
391 sound_unload_audiodev(pas_audiodev
);
399 int dma16
= -1; /* Set this for modules that need it */
407 MODULE_PARM(irq
,"i");
408 MODULE_PARM(dma
,"i");
409 MODULE_PARM(dma16
,"i");
411 MODULE_PARM(sb_io
,"i");
412 MODULE_PARM(sb_irq
,"i");
413 MODULE_PARM(sb_dma
,"i");
414 MODULE_PARM(sb_dma16
,"i");
416 MODULE_PARM(joystick
,"i");
417 MODULE_PARM(symphony
,"i");
418 MODULE_PARM(broken_bus_clock
,"i");
420 struct address_info config
;
421 struct address_info sbhw_config
;
423 int init_module(void)
425 printk(KERN_INFO
"Pro Audio Spectrum driver Copyright (C) by Hannu Savolainen 1993-1996\n");
427 if (io
== -1 || dma
== -1 || irq
== -1)
429 printk(KERN_INFO
"I/O, IRQ, DMA and type are mandatory\n");
437 sbhw_config
.io_base
= sb_io
;
438 sbhw_config
.irq
= sb_irq
;
439 sbhw_config
.dma
= sb_dma
;
440 sbhw_config
.dma2
= sb_dma16
;
442 if (!probe_pas(&config
))
444 attach_pas_card(&config
);
449 void cleanup_module(void)