blob: 0bc0025f7c199a6c678e2bf8c949b33fe882ff28 [file] [log] [blame]
Thomas Gleixner1a59d1b82019-05-27 08:55:05 +02001// SPDX-License-Identifier: GPL-2.0-or-later
Linus Torvalds1da177e2005-04-16 15:20:36 -07002/*
Krzysztof Heltacd471002009-10-01 00:10:34 +02003 * Low-level ALSA driver for the ENSONIQ SoundScape
Linus Torvalds1da177e2005-04-16 15:20:36 -07004 * Copyright (c) by Chris Rankin
5 *
6 * This driver was written in part using information obtained from
7 * the OSS/Free SoundScape driver, written by Hannu Savolainen.
Linus Torvalds1da177e2005-04-16 15:20:36 -07008 */
9
Linus Torvalds1da177e2005-04-16 15:20:36 -070010#include <linux/init.h>
Takashi Iwai277e9262005-11-17 17:13:12 +010011#include <linux/err.h>
Arnd Bergmann37419582015-01-28 16:04:46 +010012#include <linux/io.h>
Takashi Iwai5e24c1c2007-02-22 12:50:54 +010013#include <linux/isa.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070014#include <linux/delay.h>
Krzysztof Heltacd471002009-10-01 00:10:34 +020015#include <linux/firmware.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070016#include <linux/pnp.h>
17#include <linux/spinlock.h>
Paul Gortmaker65a77212011-07-15 13:13:37 -040018#include <linux/module.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070019#include <asm/dma.h>
20#include <sound/core.h>
Krzysztof Helt61ef19d2008-07-31 21:02:42 +020021#include <sound/wss.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070022#include <sound/mpu401.h>
23#include <sound/initval.h>
24
Linus Torvalds1da177e2005-04-16 15:20:36 -070025
26MODULE_AUTHOR("Chris Rankin");
Krzysztof Heltacd471002009-10-01 00:10:34 +020027MODULE_DESCRIPTION("ENSONIQ SoundScape driver");
Linus Torvalds1da177e2005-04-16 15:20:36 -070028MODULE_LICENSE("GPL");
Krzysztof Heltacd471002009-10-01 00:10:34 +020029MODULE_FIRMWARE("sndscape.co0");
30MODULE_FIRMWARE("sndscape.co1");
31MODULE_FIRMWARE("sndscape.co2");
32MODULE_FIRMWARE("sndscape.co3");
33MODULE_FIRMWARE("sndscape.co4");
34MODULE_FIRMWARE("scope.cod");
Linus Torvalds1da177e2005-04-16 15:20:36 -070035
Takashi Iwaied76f652009-10-05 18:27:28 +020036static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX;
37static char* id[SNDRV_CARDS] = SNDRV_DEFAULT_STR;
38static long port[SNDRV_CARDS] = SNDRV_DEFAULT_PORT;
39static long wss_port[SNDRV_CARDS] = SNDRV_DEFAULT_PORT;
40static int irq[SNDRV_CARDS] = SNDRV_DEFAULT_IRQ;
41static int mpu_irq[SNDRV_CARDS] = SNDRV_DEFAULT_IRQ;
42static int dma[SNDRV_CARDS] = SNDRV_DEFAULT_DMA;
43static int dma2[SNDRV_CARDS] = SNDRV_DEFAULT_DMA;
44static bool joystick[SNDRV_CARDS];
Linus Torvalds1da177e2005-04-16 15:20:36 -070045
46module_param_array(index, int, NULL, 0444);
47MODULE_PARM_DESC(index, "Index number for SoundScape soundcard");
48
49module_param_array(id, charp, NULL, 0444);
50MODULE_PARM_DESC(id, "Description for SoundScape card");
51
David Howellse992ef52017-04-04 16:54:30 +010052module_param_hw_array(port, long, ioport, NULL, 0444);
Linus Torvalds1da177e2005-04-16 15:20:36 -070053MODULE_PARM_DESC(port, "Port # for SoundScape driver.");
54
David Howellse992ef52017-04-04 16:54:30 +010055module_param_hw_array(wss_port, long, ioport, NULL, 0444);
Krzysztof Helt4996bca2007-09-17 16:23:13 +020056MODULE_PARM_DESC(wss_port, "WSS Port # for SoundScape driver.");
57
David Howellse992ef52017-04-04 16:54:30 +010058module_param_hw_array(irq, int, irq, NULL, 0444);
Linus Torvalds1da177e2005-04-16 15:20:36 -070059MODULE_PARM_DESC(irq, "IRQ # for SoundScape driver.");
60
David Howellse992ef52017-04-04 16:54:30 +010061module_param_hw_array(mpu_irq, int, irq, NULL, 0444);
Linus Torvalds1da177e2005-04-16 15:20:36 -070062MODULE_PARM_DESC(mpu_irq, "MPU401 IRQ # for SoundScape driver.");
63
David Howellse992ef52017-04-04 16:54:30 +010064module_param_hw_array(dma, int, dma, NULL, 0444);
Linus Torvalds1da177e2005-04-16 15:20:36 -070065MODULE_PARM_DESC(dma, "DMA # for SoundScape driver.");
Clemens Ladischf7a92752005-12-07 09:13:42 +010066
David Howellse992ef52017-04-04 16:54:30 +010067module_param_hw_array(dma2, int, dma, NULL, 0444);
Krzysztof Helt4996bca2007-09-17 16:23:13 +020068MODULE_PARM_DESC(dma2, "DMA2 # for SoundScape driver.");
69
Krzysztof Helt1cb0fde2009-10-05 18:18:57 +020070module_param_array(joystick, bool, NULL, 0444);
71MODULE_PARM_DESC(joystick, "Enable gameport.");
72
Linus Torvalds1da177e2005-04-16 15:20:36 -070073#ifdef CONFIG_PNP
Rene Herman609d7692007-05-15 11:42:56 +020074static int isa_registered;
Takashi Iwai59b1b342006-01-04 15:06:44 +010075static int pnp_registered;
Rene Herman609d7692007-05-15 11:42:56 +020076
Arvind Yadav05e20b22017-08-17 15:36:29 +053077static const struct pnp_card_device_id sscape_pnpids[] = {
Krzysztof Helt4996bca2007-09-17 16:23:13 +020078 { .id = "ENS3081", .devs = { { "ENS0000" } } }, /* Soundscape PnP */
79 { .id = "ENS4081", .devs = { { "ENS1011" } } }, /* VIVO90 */
Linus Torvalds1da177e2005-04-16 15:20:36 -070080 { .id = "" } /* end */
81};
82
83MODULE_DEVICE_TABLE(pnp_card, sscape_pnpids);
84#endif
85
Linus Torvalds1da177e2005-04-16 15:20:36 -070086
Linus Torvalds1da177e2005-04-16 15:20:36 -070087#define HOST_CTRL_IO(i) ((i) + 2)
88#define HOST_DATA_IO(i) ((i) + 3)
89#define ODIE_ADDR_IO(i) ((i) + 4)
90#define ODIE_DATA_IO(i) ((i) + 5)
91#define CODEC_IO(i) ((i) + 8)
92
93#define IC_ODIE 1
94#define IC_OPUS 2
95
96#define RX_READY 0x01
97#define TX_READY 0x02
98
Krzysztof Helt6fcfa392009-10-10 10:27:58 +020099#define CMD_ACK 0x80
100#define CMD_SET_MIDI_VOL 0x84
101#define CMD_GET_MIDI_VOL 0x85
102#define CMD_XXX_MIDI_VOL 0x86
103#define CMD_SET_EXTMIDI 0x8a
104#define CMD_GET_EXTMIDI 0x8b
105#define CMD_SET_MT32 0x8c
106#define CMD_GET_MT32 0x8d
Linus Torvalds1da177e2005-04-16 15:20:36 -0700107
108enum GA_REG {
109 GA_INTSTAT_REG = 0,
110 GA_INTENA_REG,
111 GA_DMAA_REG,
112 GA_DMAB_REG,
113 GA_INTCFG_REG,
114 GA_DMACFG_REG,
115 GA_CDCFG_REG,
116 GA_SMCFGA_REG,
117 GA_SMCFGB_REG,
118 GA_HMCTL_REG
119};
120
121#define DMA_8BIT 0x80
122
123
Krzysztof Helt4996bca2007-09-17 16:23:13 +0200124enum card_type {
Krzysztof Heltf0968e32009-09-27 23:08:40 +0200125 MEDIA_FX, /* Sequoia S-1000 */
126 SSCAPE, /* Sequoia S-2000 */
Krzysztof Helt4996bca2007-09-17 16:23:13 +0200127 SSCAPE_PNP,
128 SSCAPE_VIVO,
129};
130
Linus Torvalds1da177e2005-04-16 15:20:36 -0700131struct soundscape {
132 spinlock_t lock;
133 unsigned io_base;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700134 int ic_type;
Krzysztof Helt4996bca2007-09-17 16:23:13 +0200135 enum card_type type;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700136 struct resource *io_res;
Krzysztof Heltec1e7942007-09-17 17:57:37 +0200137 struct resource *wss_res;
Krzysztof Helt7779f752008-07-31 21:03:41 +0200138 struct snd_wss *chip;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700139
Linus Torvalds1da177e2005-04-16 15:20:36 -0700140 unsigned char midi_vol;
141};
142
143#define INVALID_IRQ ((unsigned)-1)
144
145
Takashi Iwaibe624532005-11-17 14:42:05 +0100146static inline struct soundscape *get_card_soundscape(struct snd_card *c)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700147{
148 return (struct soundscape *) (c->private_data);
149}
150
Linus Torvalds1da177e2005-04-16 15:20:36 -0700151/*
152 * Allocates some kernel memory that we can use for DMA.
153 * I think this means that the memory has to map to
154 * contiguous pages of physical memory.
155 */
Takashi Iwai0b6a2c92019-02-01 12:14:53 +0100156static struct snd_dma_buffer *get_dmabuf(struct soundscape *s,
157 struct snd_dma_buffer *buf,
Krzysztof Helt6fcfa392009-10-10 10:27:58 +0200158 unsigned long size)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700159{
160 if (buf) {
Krzysztof Helt6fcfa392009-10-10 10:27:58 +0200161 if (snd_dma_alloc_pages_fallback(SNDRV_DMA_TYPE_DEV,
Takashi Iwai0b6a2c92019-02-01 12:14:53 +0100162 s->chip->card->dev,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700163 size, buf) < 0) {
Krzysztof Heltbcde1f82009-10-02 18:41:29 +0200164 snd_printk(KERN_ERR "sscape: Failed to allocate "
165 "%lu bytes for DMA\n",
166 size);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700167 return NULL;
168 }
169 }
170
171 return buf;
172}
173
174/*
175 * Release the DMA-able kernel memory ...
176 */
177static void free_dmabuf(struct snd_dma_buffer *buf)
178{
179 if (buf && buf->area)
180 snd_dma_free_pages(buf);
181}
182
Linus Torvalds1da177e2005-04-16 15:20:36 -0700183/*
184 * This function writes to the SoundScape's control registers,
185 * but doesn't do any locking. It's up to the caller to do that.
186 * This is why this function is "unsafe" ...
187 */
Krzysztof Helt6fcfa392009-10-10 10:27:58 +0200188static inline void sscape_write_unsafe(unsigned io_base, enum GA_REG reg,
189 unsigned char val)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700190{
191 outb(reg, ODIE_ADDR_IO(io_base));
192 outb(val, ODIE_DATA_IO(io_base));
193}
194
195/*
196 * Write to the SoundScape's control registers, and do the
197 * necessary locking ...
198 */
Krzysztof Helt6fcfa392009-10-10 10:27:58 +0200199static void sscape_write(struct soundscape *s, enum GA_REG reg,
200 unsigned char val)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700201{
202 unsigned long flags;
203
204 spin_lock_irqsave(&s->lock, flags);
205 sscape_write_unsafe(s->io_base, reg, val);
206 spin_unlock_irqrestore(&s->lock, flags);
207}
208
209/*
210 * Read from the SoundScape's control registers, but leave any
211 * locking to the caller. This is why the function is "unsafe" ...
212 */
Krzysztof Helt6fcfa392009-10-10 10:27:58 +0200213static inline unsigned char sscape_read_unsafe(unsigned io_base,
214 enum GA_REG reg)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700215{
216 outb(reg, ODIE_ADDR_IO(io_base));
217 return inb(ODIE_DATA_IO(io_base));
218}
219
220/*
221 * Puts the SoundScape into "host" mode, as compared to "MIDI" mode
222 */
223static inline void set_host_mode_unsafe(unsigned io_base)
224{
225 outb(0x0, HOST_CTRL_IO(io_base));
226}
227
228/*
229 * Puts the SoundScape into "MIDI" mode, as compared to "host" mode
230 */
231static inline void set_midi_mode_unsafe(unsigned io_base)
232{
233 outb(0x3, HOST_CTRL_IO(io_base));
234}
235
236/*
237 * Read the SoundScape's host-mode control register, but leave
238 * any locking issues to the caller ...
239 */
240static inline int host_read_unsafe(unsigned io_base)
241{
242 int data = -1;
Krzysztof Helt6fcfa392009-10-10 10:27:58 +0200243 if ((inb(HOST_CTRL_IO(io_base)) & RX_READY) != 0)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700244 data = inb(HOST_DATA_IO(io_base));
Linus Torvalds1da177e2005-04-16 15:20:36 -0700245
246 return data;
247}
248
249/*
250 * Read the SoundScape's host-mode control register, performing
251 * a limited amount of busy-waiting if the register isn't ready.
252 * Also leaves all locking-issues to the caller ...
253 */
254static int host_read_ctrl_unsafe(unsigned io_base, unsigned timeout)
255{
256 int data;
257
258 while (((data = host_read_unsafe(io_base)) < 0) && (timeout != 0)) {
259 udelay(100);
260 --timeout;
261 } /* while */
262
263 return data;
264}
265
266/*
267 * Write to the SoundScape's host-mode control registers, but
268 * leave any locking issues to the caller ...
269 */
270static inline int host_write_unsafe(unsigned io_base, unsigned char data)
271{
272 if ((inb(HOST_CTRL_IO(io_base)) & TX_READY) != 0) {
273 outb(data, HOST_DATA_IO(io_base));
274 return 1;
275 }
276
277 return 0;
278}
279
280/*
281 * Write to the SoundScape's host-mode control registers, performing
282 * a limited amount of busy-waiting if the register isn't ready.
283 * Also leaves all locking-issues to the caller ...
284 */
285static int host_write_ctrl_unsafe(unsigned io_base, unsigned char data,
Krzysztof Helt6fcfa392009-10-10 10:27:58 +0200286 unsigned timeout)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700287{
288 int err;
289
290 while (!(err = host_write_unsafe(io_base, data)) && (timeout != 0)) {
291 udelay(100);
292 --timeout;
293 } /* while */
294
295 return err;
296}
297
298
299/*
300 * Check that the MIDI subsystem is operational. If it isn't,
301 * then we will hang the computer if we try to use it ...
302 *
303 * NOTE: This check is based upon observation, not documentation.
304 */
Krzysztof Helt6fcfa392009-10-10 10:27:58 +0200305static inline int verify_mpu401(const struct snd_mpu401 *mpu)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700306{
Krzysztof Heltc9864fd2009-01-21 08:19:27 +0100307 return ((inb(MPU401C(mpu)) & 0xc0) == 0x80);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700308}
309
310/*
Liang Wangf5d0f822020-08-16 15:13:09 +0800311 * This is apparently the standard way to initialise an MPU-401
Linus Torvalds1da177e2005-04-16 15:20:36 -0700312 */
Krzysztof Helt6fcfa392009-10-10 10:27:58 +0200313static inline void initialise_mpu401(const struct snd_mpu401 *mpu)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700314{
Krzysztof Heltc9864fd2009-01-21 08:19:27 +0100315 outb(0, MPU401D(mpu));
Linus Torvalds1da177e2005-04-16 15:20:36 -0700316}
317
318/*
319 * Tell the SoundScape to activate the AD1845 chip (I think).
320 * The AD1845 detection fails if we *don't* do this, so I
321 * think that this is a good idea ...
322 */
Krzysztof Helt6fcfa392009-10-10 10:27:58 +0200323static void activate_ad1845_unsafe(unsigned io_base)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700324{
Krzysztof Helt6fcfa392009-10-10 10:27:58 +0200325 unsigned char val = sscape_read_unsafe(io_base, GA_HMCTL_REG);
326 sscape_write_unsafe(io_base, GA_HMCTL_REG, (val & 0xcf) | 0x10);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700327 sscape_write_unsafe(io_base, GA_CDCFG_REG, 0x80);
328}
329
330/*
Liang Wangf5d0f822020-08-16 15:13:09 +0800331 * Tell the SoundScape to begin a DMA transfer using the given channel.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700332 * All locking issues are left to the caller.
333 */
Krzysztof Helt6fcfa392009-10-10 10:27:58 +0200334static void sscape_start_dma_unsafe(unsigned io_base, enum GA_REG reg)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700335{
Krzysztof Helt6fcfa392009-10-10 10:27:58 +0200336 sscape_write_unsafe(io_base, reg,
337 sscape_read_unsafe(io_base, reg) | 0x01);
338 sscape_write_unsafe(io_base, reg,
339 sscape_read_unsafe(io_base, reg) & 0xfe);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700340}
341
342/*
343 * Wait for a DMA transfer to complete. This is a "limited busy-wait",
344 * and all locking issues are left to the caller.
345 */
Krzysztof Helt6fcfa392009-10-10 10:27:58 +0200346static int sscape_wait_dma_unsafe(unsigned io_base, enum GA_REG reg,
347 unsigned timeout)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700348{
349 while (!(sscape_read_unsafe(io_base, reg) & 0x01) && (timeout != 0)) {
350 udelay(100);
351 --timeout;
352 } /* while */
353
Krzysztof Helt6fcfa392009-10-10 10:27:58 +0200354 return sscape_read_unsafe(io_base, reg) & 0x01;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700355}
356
357/*
358 * Wait for the On-Board Processor to return its start-up
359 * acknowledgement sequence. This wait is too long for
360 * us to perform "busy-waiting", and so we must sleep.
361 * This in turn means that we must not be holding any
362 * spinlocks when we call this function.
363 */
364static int obp_startup_ack(struct soundscape *s, unsigned timeout)
365{
Krzysztof Helt554b91e2009-01-12 21:25:04 +0100366 unsigned long end_time = jiffies + msecs_to_jiffies(timeout);
367
368 do {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700369 unsigned long flags;
Krzysztof Heltacd471002009-10-01 00:10:34 +0200370 int x;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700371
Linus Torvalds1da177e2005-04-16 15:20:36 -0700372 spin_lock_irqsave(&s->lock, flags);
Krzysztof Heltacd471002009-10-01 00:10:34 +0200373 x = host_read_unsafe(s->io_base);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700374 spin_unlock_irqrestore(&s->lock, flags);
Krzysztof Heltacd471002009-10-01 00:10:34 +0200375 if (x == 0xfe || x == 0xff)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700376 return 1;
377
Krzysztof Helt554b91e2009-01-12 21:25:04 +0100378 msleep(10);
379 } while (time_before(jiffies, end_time));
Linus Torvalds1da177e2005-04-16 15:20:36 -0700380
381 return 0;
382}
383
384/*
385 * Wait for the host to return its start-up acknowledgement
386 * sequence. This wait is too long for us to perform
387 * "busy-waiting", and so we must sleep. This in turn means
388 * that we must not be holding any spinlocks when we call
389 * this function.
390 */
391static int host_startup_ack(struct soundscape *s, unsigned timeout)
392{
Krzysztof Helt554b91e2009-01-12 21:25:04 +0100393 unsigned long end_time = jiffies + msecs_to_jiffies(timeout);
394
395 do {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700396 unsigned long flags;
Krzysztof Heltacd471002009-10-01 00:10:34 +0200397 int x;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700398
Linus Torvalds1da177e2005-04-16 15:20:36 -0700399 spin_lock_irqsave(&s->lock, flags);
Krzysztof Heltacd471002009-10-01 00:10:34 +0200400 x = host_read_unsafe(s->io_base);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700401 spin_unlock_irqrestore(&s->lock, flags);
402 if (x == 0xfe)
403 return 1;
404
Krzysztof Helt554b91e2009-01-12 21:25:04 +0100405 msleep(10);
406 } while (time_before(jiffies, end_time));
Linus Torvalds1da177e2005-04-16 15:20:36 -0700407
408 return 0;
409}
410
411/*
412 * Upload a byte-stream into the SoundScape using DMA channel A.
413 */
Krzysztof Helt6fcfa392009-10-10 10:27:58 +0200414static int upload_dma_data(struct soundscape *s, const unsigned char *data,
415 size_t size)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700416{
417 unsigned long flags;
418 struct snd_dma_buffer dma;
419 int ret;
Krzysztof Helt6fcfa392009-10-10 10:27:58 +0200420 unsigned char val;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700421
Takashi Iwai0b6a2c92019-02-01 12:14:53 +0100422 if (!get_dmabuf(s, &dma, PAGE_ALIGN(32 * 1024)))
Linus Torvalds1da177e2005-04-16 15:20:36 -0700423 return -ENOMEM;
424
425 spin_lock_irqsave(&s->lock, flags);
426
427 /*
428 * Reset the board ...
429 */
Krzysztof Helt6fcfa392009-10-10 10:27:58 +0200430 val = sscape_read_unsafe(s->io_base, GA_HMCTL_REG);
431 sscape_write_unsafe(s->io_base, GA_HMCTL_REG, val & 0x3f);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700432
433 /*
434 * Enable the DMA channels and configure them ...
435 */
Krzysztof Helt6fcfa392009-10-10 10:27:58 +0200436 val = (s->chip->dma1 << 4) | DMA_8BIT;
437 sscape_write_unsafe(s->io_base, GA_DMAA_REG, val);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700438 sscape_write_unsafe(s->io_base, GA_DMAB_REG, 0x20);
439
440 /*
441 * Take the board out of reset ...
442 */
Krzysztof Helt6fcfa392009-10-10 10:27:58 +0200443 val = sscape_read_unsafe(s->io_base, GA_HMCTL_REG);
444 sscape_write_unsafe(s->io_base, GA_HMCTL_REG, val | 0x80);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700445
446 /*
Krzysztof Heltacd471002009-10-01 00:10:34 +0200447 * Upload the firmware to the SoundScape
Linus Torvalds1da177e2005-04-16 15:20:36 -0700448 * board through the DMA channel ...
449 */
450 while (size != 0) {
451 unsigned long len;
452
Linus Torvalds1da177e2005-04-16 15:20:36 -0700453 len = min(size, dma.bytes);
Krzysztof Heltacd471002009-10-01 00:10:34 +0200454 memcpy(dma.area, data, len);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700455 data += len;
456 size -= len;
457
Linus Torvalds1da177e2005-04-16 15:20:36 -0700458 snd_dma_program(s->chip->dma1, dma.addr, len, DMA_MODE_WRITE);
459 sscape_start_dma_unsafe(s->io_base, GA_DMAA_REG);
460 if (!sscape_wait_dma_unsafe(s->io_base, GA_DMAA_REG, 5000)) {
461 /*
Krzysztof Helt6fcfa392009-10-10 10:27:58 +0200462 * Don't forget to release this spinlock we're holding
Linus Torvalds1da177e2005-04-16 15:20:36 -0700463 */
464 spin_unlock_irqrestore(&s->lock, flags);
465
Krzysztof Heltbcde1f82009-10-02 18:41:29 +0200466 snd_printk(KERN_ERR
467 "sscape: DMA upload has timed out\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -0700468 ret = -EAGAIN;
469 goto _release_dma;
470 }
471 } /* while */
472
473 set_host_mode_unsafe(s->io_base);
Krzysztof Heltacd471002009-10-01 00:10:34 +0200474 outb(0x0, s->io_base);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700475
476 /*
477 * Boot the board ... (I think)
478 */
Krzysztof Helt6fcfa392009-10-10 10:27:58 +0200479 val = sscape_read_unsafe(s->io_base, GA_HMCTL_REG);
480 sscape_write_unsafe(s->io_base, GA_HMCTL_REG, val | 0x40);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700481 spin_unlock_irqrestore(&s->lock, flags);
482
483 /*
484 * If all has gone well, then the board should acknowledge
485 * the new upload and tell us that it has rebooted OK. We
486 * give it 5 seconds (max) ...
487 */
488 ret = 0;
Krzysztof Helt554b91e2009-01-12 21:25:04 +0100489 if (!obp_startup_ack(s, 5000)) {
Krzysztof Heltbcde1f82009-10-02 18:41:29 +0200490 snd_printk(KERN_ERR "sscape: No response "
491 "from on-board processor after upload\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -0700492 ret = -EAGAIN;
Krzysztof Helt554b91e2009-01-12 21:25:04 +0100493 } else if (!host_startup_ack(s, 5000)) {
Krzysztof Heltbcde1f82009-10-02 18:41:29 +0200494 snd_printk(KERN_ERR
495 "sscape: SoundScape failed to initialise\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -0700496 ret = -EAGAIN;
497 }
498
Krzysztof Helt4996bca2007-09-17 16:23:13 +0200499_release_dma:
Linus Torvalds1da177e2005-04-16 15:20:36 -0700500 /*
501 * NOTE!!! We are NOT holding any spinlocks at this point !!!
502 */
Krzysztof Heltacd471002009-10-01 00:10:34 +0200503 sscape_write(s, GA_DMAA_REG, (s->ic_type == IC_OPUS ? 0x40 : 0x70));
Linus Torvalds1da177e2005-04-16 15:20:36 -0700504 free_dmabuf(&dma);
505
506 return ret;
507}
508
509/*
510 * Upload the bootblock(?) into the SoundScape. The only
511 * purpose of this block of code seems to be to tell
512 * us which version of the microcode we should be using.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700513 */
Krzysztof Heltacd471002009-10-01 00:10:34 +0200514static int sscape_upload_bootblock(struct snd_card *card)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700515{
Krzysztof Heltacd471002009-10-01 00:10:34 +0200516 struct soundscape *sscape = get_card_soundscape(card);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700517 unsigned long flags;
Krzysztof Heltacd471002009-10-01 00:10:34 +0200518 const struct firmware *init_fw = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700519 int data = 0;
520 int ret;
521
Krzysztof Heltacd471002009-10-01 00:10:34 +0200522 ret = request_firmware(&init_fw, "scope.cod", card->dev);
523 if (ret < 0) {
Krzysztof Heltbcde1f82009-10-02 18:41:29 +0200524 snd_printk(KERN_ERR "sscape: Error loading scope.cod");
Krzysztof Heltacd471002009-10-01 00:10:34 +0200525 return ret;
526 }
527 ret = upload_dma_data(sscape, init_fw->data, init_fw->size);
528
529 release_firmware(init_fw);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700530
531 spin_lock_irqsave(&sscape->lock, flags);
Krzysztof Heltacd471002009-10-01 00:10:34 +0200532 if (ret == 0)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700533 data = host_read_ctrl_unsafe(sscape->io_base, 100);
Krzysztof Heltacd471002009-10-01 00:10:34 +0200534
535 if (data & 0x10)
536 sscape_write_unsafe(sscape->io_base, GA_SMCFGA_REG, 0x2f);
537
Linus Torvalds1da177e2005-04-16 15:20:36 -0700538 spin_unlock_irqrestore(&sscape->lock, flags);
539
Krzysztof Heltacd471002009-10-01 00:10:34 +0200540 data &= 0xf;
541 if (ret == 0 && data > 7) {
Krzysztof Heltbcde1f82009-10-02 18:41:29 +0200542 snd_printk(KERN_ERR
543 "sscape: timeout reading firmware version\n");
Krzysztof Heltacd471002009-10-01 00:10:34 +0200544 ret = -EAGAIN;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700545 }
546
Krzysztof Heltacd471002009-10-01 00:10:34 +0200547 return (ret == 0) ? data : ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700548}
549
550/*
Krzysztof Heltacd471002009-10-01 00:10:34 +0200551 * Upload the microcode into the SoundScape.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700552 */
Krzysztof Heltacd471002009-10-01 00:10:34 +0200553static int sscape_upload_microcode(struct snd_card *card, int version)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700554{
Krzysztof Heltacd471002009-10-01 00:10:34 +0200555 struct soundscape *sscape = get_card_soundscape(card);
556 const struct firmware *init_fw = NULL;
557 char name[14];
Linus Torvalds1da177e2005-04-16 15:20:36 -0700558 int err;
559
Krzysztof Heltacd471002009-10-01 00:10:34 +0200560 snprintf(name, sizeof(name), "sndscape.co%d", version);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700561
Krzysztof Heltacd471002009-10-01 00:10:34 +0200562 err = request_firmware(&init_fw, name, card->dev);
563 if (err < 0) {
Krzysztof Heltbcde1f82009-10-02 18:41:29 +0200564 snd_printk(KERN_ERR "sscape: Error loading sndscape.co%d",
565 version);
Krzysztof Heltacd471002009-10-01 00:10:34 +0200566 return err;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700567 }
Krzysztof Heltacd471002009-10-01 00:10:34 +0200568 err = upload_dma_data(sscape, init_fw->data, init_fw->size);
569 if (err == 0)
William Breathitt Graydc5027a2016-04-11 09:25:52 -0400570 snd_printk(KERN_INFO "sscape: MIDI firmware loaded %zu KBs\n",
Krzysztof Heltacd471002009-10-01 00:10:34 +0200571 init_fw->size >> 10);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700572
Krzysztof Heltacd471002009-10-01 00:10:34 +0200573 release_firmware(init_fw);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700574
575 return err;
576}
577
578/*
Linus Torvalds1da177e2005-04-16 15:20:36 -0700579 * Mixer control for the SoundScape's MIDI device.
580 */
Takashi Iwaibe624532005-11-17 14:42:05 +0100581static int sscape_midi_info(struct snd_kcontrol *ctl,
Krzysztof Helt6fcfa392009-10-10 10:27:58 +0200582 struct snd_ctl_elem_info *uinfo)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700583{
584 uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
585 uinfo->count = 1;
586 uinfo->value.integer.min = 0;
587 uinfo->value.integer.max = 127;
588 return 0;
589}
590
Takashi Iwaibe624532005-11-17 14:42:05 +0100591static int sscape_midi_get(struct snd_kcontrol *kctl,
Krzysztof Helt6fcfa392009-10-10 10:27:58 +0200592 struct snd_ctl_elem_value *uctl)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700593{
Krzysztof Helt7779f752008-07-31 21:03:41 +0200594 struct snd_wss *chip = snd_kcontrol_chip(kctl);
Takashi Iwaibe624532005-11-17 14:42:05 +0100595 struct snd_card *card = chip->card;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700596 register struct soundscape *s = get_card_soundscape(card);
597 unsigned long flags;
598
599 spin_lock_irqsave(&s->lock, flags);
Krzysztof Helt453e37b2009-02-04 17:41:32 +0100600 uctl->value.integer.value[0] = s->midi_vol;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700601 spin_unlock_irqrestore(&s->lock, flags);
602 return 0;
603}
604
Takashi Iwaibe624532005-11-17 14:42:05 +0100605static int sscape_midi_put(struct snd_kcontrol *kctl,
Krzysztof Helt6fcfa392009-10-10 10:27:58 +0200606 struct snd_ctl_elem_value *uctl)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700607{
Krzysztof Helt7779f752008-07-31 21:03:41 +0200608 struct snd_wss *chip = snd_kcontrol_chip(kctl);
Takashi Iwaibe624532005-11-17 14:42:05 +0100609 struct snd_card *card = chip->card;
Krzysztof Helt6fcfa392009-10-10 10:27:58 +0200610 struct soundscape *s = get_card_soundscape(card);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700611 unsigned long flags;
612 int change;
Krzysztof Helt6fcfa392009-10-10 10:27:58 +0200613 unsigned char new_val;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700614
615 spin_lock_irqsave(&s->lock, flags);
616
Krzysztof Helt6fcfa392009-10-10 10:27:58 +0200617 new_val = uctl->value.integer.value[0] & 127;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700618 /*
619 * We need to put the board into HOST mode before we
620 * can send any volume-changing HOST commands ...
621 */
622 set_host_mode_unsafe(s->io_base);
623
624 /*
625 * To successfully change the MIDI volume setting, you seem to
626 * have to write a volume command, write the new volume value,
627 * and then perform another volume-related command. Perhaps the
628 * first command is an "open" and the second command is a "close"?
629 */
Krzysztof Helt6fcfa392009-10-10 10:27:58 +0200630 if (s->midi_vol == new_val) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700631 change = 0;
632 goto __skip_change;
633 }
Krzysztof Helt6fcfa392009-10-10 10:27:58 +0200634 change = host_write_ctrl_unsafe(s->io_base, CMD_SET_MIDI_VOL, 100)
635 && host_write_ctrl_unsafe(s->io_base, new_val, 100)
636 && host_write_ctrl_unsafe(s->io_base, CMD_XXX_MIDI_VOL, 100)
637 && host_write_ctrl_unsafe(s->io_base, new_val, 100);
638 s->midi_vol = new_val;
639__skip_change:
Linus Torvalds1da177e2005-04-16 15:20:36 -0700640
641 /*
642 * Take the board out of HOST mode and back into MIDI mode ...
643 */
644 set_midi_mode_unsafe(s->io_base);
645
646 spin_unlock_irqrestore(&s->lock, flags);
647 return change;
648}
649
Bhumika Goyal3a84d6c2017-05-17 17:08:56 +0530650static const struct snd_kcontrol_new midi_mixer_ctl = {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700651 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
652 .name = "MIDI",
653 .info = sscape_midi_info,
654 .get = sscape_midi_get,
655 .put = sscape_midi_put
656};
657
658/*
659 * The SoundScape can use two IRQs from a possible set of four.
660 * These IRQs are encoded as bit patterns so that they can be
661 * written to the control registers.
662 */
Bill Pemberton1bff2922012-12-06 12:35:21 -0500663static unsigned get_irq_config(int sscape_type, int irq)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700664{
665 static const int valid_irq[] = { 9, 5, 7, 10 };
Krzysztof Heltf0968e32009-09-27 23:08:40 +0200666 static const int old_irq[] = { 9, 7, 5, 15 };
Linus Torvalds1da177e2005-04-16 15:20:36 -0700667 unsigned cfg;
668
Krzysztof Heltf0968e32009-09-27 23:08:40 +0200669 if (sscape_type == MEDIA_FX) {
670 for (cfg = 0; cfg < ARRAY_SIZE(old_irq); ++cfg)
671 if (irq == old_irq[cfg])
672 return cfg;
673 } else {
674 for (cfg = 0; cfg < ARRAY_SIZE(valid_irq); ++cfg)
675 if (irq == valid_irq[cfg])
676 return cfg;
677 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700678
679 return INVALID_IRQ;
680}
681
Linus Torvalds1da177e2005-04-16 15:20:36 -0700682/*
683 * Perform certain arcane port-checks to see whether there
684 * is a SoundScape board lurking behind the given ports.
685 */
Bill Pemberton1bff2922012-12-06 12:35:21 -0500686static int detect_sscape(struct soundscape *s, long wss_io)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700687{
688 unsigned long flags;
689 unsigned d;
690 int retval = 0;
691
692 spin_lock_irqsave(&s->lock, flags);
693
694 /*
695 * The following code is lifted from the original OSS driver,
696 * and as I don't have a datasheet I cannot really comment
697 * on what it is doing...
698 */
699 if ((inb(HOST_CTRL_IO(s->io_base)) & 0x78) != 0)
700 goto _done;
701
702 d = inb(ODIE_ADDR_IO(s->io_base)) & 0xf0;
703 if ((d & 0x80) != 0)
704 goto _done;
705
Krzysztof Helt453e37b2009-02-04 17:41:32 +0100706 if (d == 0)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700707 s->ic_type = IC_ODIE;
Krzysztof Helt453e37b2009-02-04 17:41:32 +0100708 else if ((d & 0x60) != 0)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700709 s->ic_type = IC_OPUS;
Krzysztof Helt453e37b2009-02-04 17:41:32 +0100710 else
Linus Torvalds1da177e2005-04-16 15:20:36 -0700711 goto _done;
712
713 outb(0xfa, ODIE_ADDR_IO(s->io_base));
714 if ((inb(ODIE_ADDR_IO(s->io_base)) & 0x9f) != 0x0a)
715 goto _done;
716
717 outb(0xfe, ODIE_ADDR_IO(s->io_base));
718 if ((inb(ODIE_ADDR_IO(s->io_base)) & 0x9f) != 0x0e)
719 goto _done;
Krzysztof Heltec1e7942007-09-17 17:57:37 +0200720
721 outb(0xfe, ODIE_ADDR_IO(s->io_base));
722 d = inb(ODIE_DATA_IO(s->io_base));
723 if (s->type != SSCAPE_VIVO && (d & 0x9f) != 0x0e)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700724 goto _done;
725
Krzysztof Heltf0968e32009-09-27 23:08:40 +0200726 if (s->ic_type == IC_OPUS)
727 activate_ad1845_unsafe(s->io_base);
Krzysztof Heltec1e7942007-09-17 17:57:37 +0200728
729 if (s->type == SSCAPE_VIVO)
Krzysztof Helt453e37b2009-02-04 17:41:32 +0100730 wss_io += 4;
Krzysztof Heltf0968e32009-09-27 23:08:40 +0200731
Krzysztof Helt6fcfa392009-10-10 10:27:58 +0200732 d = sscape_read_unsafe(s->io_base, GA_HMCTL_REG);
Krzysztof Heltf0968e32009-09-27 23:08:40 +0200733 sscape_write_unsafe(s->io_base, GA_HMCTL_REG, d | 0xc0);
734
735 /* wait for WSS codec */
736 for (d = 0; d < 500; d++) {
737 if ((inb(wss_io) & 0x80) == 0)
738 break;
739 spin_unlock_irqrestore(&s->lock, flags);
740 msleep(1);
741 spin_lock_irqsave(&s->lock, flags);
742 }
Krzysztof Heltf0968e32009-09-27 23:08:40 +0200743
744 if ((inb(wss_io) & 0x80) != 0)
745 goto _done;
746
747 if (inb(wss_io + 2) == 0xff)
748 goto _done;
749
750 d = sscape_read_unsafe(s->io_base, GA_HMCTL_REG) & 0x3f;
751 sscape_write_unsafe(s->io_base, GA_HMCTL_REG, d);
752
753 if ((inb(wss_io) & 0x80) != 0)
754 s->type = MEDIA_FX;
755
Krzysztof Helt6fcfa392009-10-10 10:27:58 +0200756 d = sscape_read_unsafe(s->io_base, GA_HMCTL_REG);
Krzysztof Heltf0968e32009-09-27 23:08:40 +0200757 sscape_write_unsafe(s->io_base, GA_HMCTL_REG, d | 0xc0);
Krzysztof Heltec1e7942007-09-17 17:57:37 +0200758 /* wait for WSS codec */
759 for (d = 0; d < 500; d++) {
Krzysztof Helt453e37b2009-02-04 17:41:32 +0100760 if ((inb(wss_io) & 0x80) == 0)
Krzysztof Heltec1e7942007-09-17 17:57:37 +0200761 break;
762 spin_unlock_irqrestore(&s->lock, flags);
763 msleep(1);
764 spin_lock_irqsave(&s->lock, flags);
765 }
Krzysztof Heltec1e7942007-09-17 17:57:37 +0200766
Linus Torvalds1da177e2005-04-16 15:20:36 -0700767 /*
768 * SoundScape successfully detected!
769 */
770 retval = 1;
771
Krzysztof Helt6fcfa392009-10-10 10:27:58 +0200772_done:
Linus Torvalds1da177e2005-04-16 15:20:36 -0700773 spin_unlock_irqrestore(&s->lock, flags);
774 return retval;
775}
776
777/*
778 * ALSA callback function, called when attempting to open the MIDI device.
779 * Check that the MIDI firmware has been loaded, because we don't want
780 * to crash the machine. Also check that someone isn't using the hardware
781 * IOCTL device.
782 */
Krzysztof Helt6fcfa392009-10-10 10:27:58 +0200783static int mpu401_open(struct snd_mpu401 *mpu)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700784{
Linus Torvalds1da177e2005-04-16 15:20:36 -0700785 if (!verify_mpu401(mpu)) {
Krzysztof Heltbcde1f82009-10-02 18:41:29 +0200786 snd_printk(KERN_ERR "sscape: MIDI disabled, "
787 "please load firmware\n");
788 return -ENODEV;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700789 }
790
Krzysztof Heltbcde1f82009-10-02 18:41:29 +0200791 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700792}
793
794/*
Liang Wangf5d0f822020-08-16 15:13:09 +0800795 * Initialise an MPU-401 subdevice for MIDI support on the SoundScape.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700796 */
Bill Pemberton1bff2922012-12-06 12:35:21 -0500797static int create_mpu401(struct snd_card *card, int devnum,
798 unsigned long port, int irq)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700799{
800 struct soundscape *sscape = get_card_soundscape(card);
Takashi Iwaibe624532005-11-17 14:42:05 +0100801 struct snd_rawmidi *rawmidi;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700802 int err;
803
Krzysztof Helt6fcfa392009-10-10 10:27:58 +0200804 err = snd_mpu401_uart_new(card, devnum, MPU401_HW_MPU401, port,
Clemens Ladischdba8b462011-09-13 11:24:41 +0200805 MPU401_INFO_INTEGRATED, irq, &rawmidi);
Krzysztof Helt6fcfa392009-10-10 10:27:58 +0200806 if (err == 0) {
807 struct snd_mpu401 *mpu = rawmidi->private_data;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700808 mpu->open_input = mpu401_open;
809 mpu->open_output = mpu401_open;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700810 mpu->private_data = sscape;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700811
812 initialise_mpu401(mpu);
813 }
814
815 return err;
816}
817
818
819/*
Linus Torvalds1da177e2005-04-16 15:20:36 -0700820 * Create an AD1845 PCM subdevice on the SoundScape. The AD1845
821 * is very much like a CS4231, with a few extra bits. We will
822 * try to support at least some of the extra bits by overriding
823 * some of the CS4231 callback.
824 */
Bill Pemberton1bff2922012-12-06 12:35:21 -0500825static int create_ad1845(struct snd_card *card, unsigned port,
826 int irq, int dma1, int dma2)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700827{
828 register struct soundscape *sscape = get_card_soundscape(card);
Krzysztof Helt7779f752008-07-31 21:03:41 +0200829 struct snd_wss *chip;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700830 int err;
Krzysztof Helt1cb0fde2009-10-05 18:18:57 +0200831 int codec_type = WSS_HW_DETECT;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700832
Krzysztof Helt1cb0fde2009-10-05 18:18:57 +0200833 switch (sscape->type) {
834 case MEDIA_FX:
835 case SSCAPE:
836 /*
837 * There are some freak examples of early Soundscape cards
838 * with CS4231 instead of AD1848/CS4248. Unfortunately, the
839 * CS4231 works only in CS4248 compatibility mode on
840 * these cards so force it.
841 */
842 if (sscape->ic_type != IC_OPUS)
843 codec_type = WSS_HW_AD1848;
844 break;
845
846 case SSCAPE_VIVO:
Krzysztof Heltec1e7942007-09-17 17:57:37 +0200847 port += 4;
Krzysztof Helt1cb0fde2009-10-05 18:18:57 +0200848 break;
849 default:
850 break;
851 }
Krzysztof Heltec1e7942007-09-17 17:57:37 +0200852
Krzysztof Helt7779f752008-07-31 21:03:41 +0200853 err = snd_wss_create(card, port, -1, irq, dma1, dma2,
Krzysztof Helt1cb0fde2009-10-05 18:18:57 +0200854 codec_type, WSS_HWSHARE_DMA1, &chip);
Krzysztof Helt4996bca2007-09-17 16:23:13 +0200855 if (!err) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700856 unsigned long flags;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700857
Krzysztof Heltec1e7942007-09-17 17:57:37 +0200858 if (sscape->type != SSCAPE_VIVO) {
Krzysztof Heltec1e7942007-09-17 17:57:37 +0200859 /*
860 * The input clock frequency on the SoundScape must
861 * be 14.31818 MHz, because we must set this register
862 * to get the playback to sound correct ...
863 */
Krzysztof Helt7779f752008-07-31 21:03:41 +0200864 snd_wss_mce_up(chip);
Krzysztof Heltec1e7942007-09-17 17:57:37 +0200865 spin_lock_irqsave(&chip->reg_lock, flags);
Krzysztof Helt199f7972009-01-09 23:10:52 +0100866 snd_wss_out(chip, AD1845_CLOCK, 0x20);
Krzysztof Heltec1e7942007-09-17 17:57:37 +0200867 spin_unlock_irqrestore(&chip->reg_lock, flags);
Krzysztof Helt7779f752008-07-31 21:03:41 +0200868 snd_wss_mce_down(chip);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700869
Krzysztof Heltec1e7942007-09-17 17:57:37 +0200870 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700871
Lars-Peter Clausenfa60c062015-01-02 12:24:43 +0100872 err = snd_wss_pcm(chip, 0);
Krzysztof Heltec1e7942007-09-17 17:57:37 +0200873 if (err < 0) {
874 snd_printk(KERN_ERR "sscape: No PCM device "
875 "for AD1845 chip\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -0700876 goto _error;
877 }
878
Krzysztof Helt7779f752008-07-31 21:03:41 +0200879 err = snd_wss_mixer(chip);
Krzysztof Heltec1e7942007-09-17 17:57:37 +0200880 if (err < 0) {
881 snd_printk(KERN_ERR "sscape: No mixer device "
882 "for AD1845 chip\n");
883 goto _error;
884 }
Krzysztof Helt199f7972009-01-09 23:10:52 +0100885 if (chip->hardware != WSS_HW_AD1848) {
Lars-Peter Clausenfa60c062015-01-02 12:24:43 +0100886 err = snd_wss_timer(chip, 0);
Krzysztof Helt199f7972009-01-09 23:10:52 +0100887 if (err < 0) {
888 snd_printk(KERN_ERR "sscape: No timer device "
889 "for AD1845 chip\n");
890 goto _error;
891 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700892 }
893
Krzysztof Heltec1e7942007-09-17 17:57:37 +0200894 if (sscape->type != SSCAPE_VIVO) {
895 err = snd_ctl_add(card,
896 snd_ctl_new1(&midi_mixer_ctl, chip));
897 if (err < 0) {
898 snd_printk(KERN_ERR "sscape: Could not create "
899 "MIDI mixer control\n");
900 goto _error;
901 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700902 }
903
Linus Torvalds1da177e2005-04-16 15:20:36 -0700904 sscape->chip = chip;
905 }
906
Krzysztof Helt6fcfa392009-10-10 10:27:58 +0200907_error:
Linus Torvalds1da177e2005-04-16 15:20:36 -0700908 return err;
909}
910
911
Linus Torvalds1da177e2005-04-16 15:20:36 -0700912/*
913 * Create an ALSA soundcard entry for the SoundScape, using
914 * the given list of port, IRQ and DMA resources.
915 */
Bill Pemberton1bff2922012-12-06 12:35:21 -0500916static int create_sscape(int dev, struct snd_card *card)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700917{
Krzysztof Heltec1e7942007-09-17 17:57:37 +0200918 struct soundscape *sscape = get_card_soundscape(card);
919 unsigned dma_cfg;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700920 unsigned irq_cfg;
921 unsigned mpu_irq_cfg;
922 struct resource *io_res;
Krzysztof Heltec1e7942007-09-17 17:57:37 +0200923 struct resource *wss_res;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700924 unsigned long flags;
925 int err;
Krzysztof Helt1cb0fde2009-10-05 18:18:57 +0200926 int val;
Krzysztof Heltf0968e32009-09-27 23:08:40 +0200927 const char *name;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700928
929 /*
930 * Grab IO ports that we will need to probe so that we
931 * can detect and control this hardware ...
932 */
Takashi Iwaibddc2ef2021-07-15 09:59:32 +0200933 io_res = devm_request_region(card->dev, port[dev], 8, "SoundScape");
Krzysztof Heltec1e7942007-09-17 17:57:37 +0200934 if (!io_res) {
Krzysztof Helt453e37b2009-02-04 17:41:32 +0100935 snd_printk(KERN_ERR
936 "sscape: can't grab port 0x%lx\n", port[dev]);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700937 return -EBUSY;
938 }
Krzysztof Heltec1e7942007-09-17 17:57:37 +0200939 wss_res = NULL;
940 if (sscape->type == SSCAPE_VIVO) {
Takashi Iwaibddc2ef2021-07-15 09:59:32 +0200941 wss_res = devm_request_region(card->dev, wss_port[dev], 4,
942 "SoundScape");
Krzysztof Heltec1e7942007-09-17 17:57:37 +0200943 if (!wss_res) {
944 snd_printk(KERN_ERR "sscape: can't grab port 0x%lx\n",
945 wss_port[dev]);
Takashi Iwaibddc2ef2021-07-15 09:59:32 +0200946 return -EBUSY;
Krzysztof Heltec1e7942007-09-17 17:57:37 +0200947 }
948 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700949
950 /*
Krzysztof Heltec1e7942007-09-17 17:57:37 +0200951 * Grab one DMA channel ...
Linus Torvalds1da177e2005-04-16 15:20:36 -0700952 */
Takashi Iwaibddc2ef2021-07-15 09:59:32 +0200953 err = snd_devm_request_dma(card->dev, dma[dev], "SoundScape");
Krzysztof Helt4996bca2007-09-17 16:23:13 +0200954 if (err < 0) {
Takashi Iwai277e9262005-11-17 17:13:12 +0100955 snd_printk(KERN_ERR "sscape: can't grab DMA %d\n", dma[dev]);
Takashi Iwaibddc2ef2021-07-15 09:59:32 +0200956 return err;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700957 }
958
Linus Torvalds1da177e2005-04-16 15:20:36 -0700959 spin_lock_init(&sscape->lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700960 sscape->io_res = io_res;
Krzysztof Heltec1e7942007-09-17 17:57:37 +0200961 sscape->wss_res = wss_res;
Krzysztof Helt453e37b2009-02-04 17:41:32 +0100962 sscape->io_base = port[dev];
Linus Torvalds1da177e2005-04-16 15:20:36 -0700963
Krzysztof Helt453e37b2009-02-04 17:41:32 +0100964 if (!detect_sscape(sscape, wss_port[dev])) {
Krzysztof Heltbcde1f82009-10-02 18:41:29 +0200965 printk(KERN_ERR "sscape: hardware not detected at 0x%x\n",
966 sscape->io_base);
Takashi Iwaibddc2ef2021-07-15 09:59:32 +0200967 return -ENODEV;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700968 }
969
Krzysztof Heltf0968e32009-09-27 23:08:40 +0200970 switch (sscape->type) {
971 case MEDIA_FX:
972 name = "MediaFX/SoundFX";
973 break;
974 case SSCAPE:
975 name = "Soundscape";
976 break;
977 case SSCAPE_PNP:
978 name = "Soundscape PnP";
979 break;
980 case SSCAPE_VIVO:
981 name = "Soundscape VIVO";
982 break;
983 default:
984 name = "unknown Soundscape";
985 break;
986 }
987
988 printk(KERN_INFO "sscape: %s card detected at 0x%x, using IRQ %d, DMA %d\n",
989 name, sscape->io_base, irq[dev], dma[dev]);
990
991 /*
992 * Check that the user didn't pass us garbage data ...
993 */
994 irq_cfg = get_irq_config(sscape->type, irq[dev]);
995 if (irq_cfg == INVALID_IRQ) {
996 snd_printk(KERN_ERR "sscape: Invalid IRQ %d\n", irq[dev]);
Takashi Iwaibddc2ef2021-07-15 09:59:32 +0200997 return -ENXIO;
Krzysztof Heltf0968e32009-09-27 23:08:40 +0200998 }
999
1000 mpu_irq_cfg = get_irq_config(sscape->type, mpu_irq[dev]);
1001 if (mpu_irq_cfg == INVALID_IRQ) {
Krzysztof Heltbcde1f82009-10-02 18:41:29 +02001002 snd_printk(KERN_ERR "sscape: Invalid IRQ %d\n", mpu_irq[dev]);
Takashi Iwaibddc2ef2021-07-15 09:59:32 +02001003 return -ENXIO;
Krzysztof Heltf0968e32009-09-27 23:08:40 +02001004 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001005
Linus Torvalds1da177e2005-04-16 15:20:36 -07001006 /*
1007 * Tell the on-board devices where their resources are (I think -
1008 * I can't be sure without a datasheet ... So many magic values!)
1009 */
1010 spin_lock_irqsave(&sscape->lock, flags);
1011
Linus Torvalds1da177e2005-04-16 15:20:36 -07001012 sscape_write_unsafe(sscape->io_base, GA_SMCFGA_REG, 0x2e);
1013 sscape_write_unsafe(sscape->io_base, GA_SMCFGB_REG, 0x00);
1014
1015 /*
1016 * Enable and configure the DMA channels ...
1017 */
1018 sscape_write_unsafe(sscape->io_base, GA_DMACFG_REG, 0x50);
Krzysztof Heltf0968e32009-09-27 23:08:40 +02001019 dma_cfg = (sscape->ic_type == IC_OPUS ? 0x40 : 0x70);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001020 sscape_write_unsafe(sscape->io_base, GA_DMAA_REG, dma_cfg);
1021 sscape_write_unsafe(sscape->io_base, GA_DMAB_REG, 0x20);
1022
Krzysztof Heltf0968e32009-09-27 23:08:40 +02001023 mpu_irq_cfg |= mpu_irq_cfg << 2;
Krzysztof Helt1cb0fde2009-10-05 18:18:57 +02001024 val = sscape_read_unsafe(sscape->io_base, GA_HMCTL_REG) & 0xF7;
1025 if (joystick[dev])
1026 val |= 8;
1027 sscape_write_unsafe(sscape->io_base, GA_HMCTL_REG, val | 0x10);
Krzysztof Heltf0968e32009-09-27 23:08:40 +02001028 sscape_write_unsafe(sscape->io_base, GA_INTCFG_REG, 0xf0 | mpu_irq_cfg);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001029 sscape_write_unsafe(sscape->io_base,
Krzysztof Helt4996bca2007-09-17 16:23:13 +02001030 GA_CDCFG_REG, 0x09 | DMA_8BIT
1031 | (dma[dev] << 4) | (irq_cfg << 1));
Krzysztof Helt6fcfa392009-10-10 10:27:58 +02001032 /*
1033 * Enable the master IRQ ...
1034 */
1035 sscape_write_unsafe(sscape->io_base, GA_INTENA_REG, 0x80);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001036
1037 spin_unlock_irqrestore(&sscape->lock, flags);
1038
1039 /*
1040 * We have now enabled the codec chip, and so we should
1041 * detect the AD1845 device ...
1042 */
Krzysztof Helt4996bca2007-09-17 16:23:13 +02001043 err = create_ad1845(card, wss_port[dev], irq[dev],
1044 dma[dev], dma2[dev]);
1045 if (err < 0) {
Krzysztof Heltbcde1f82009-10-02 18:41:29 +02001046 snd_printk(KERN_ERR
1047 "sscape: No AD1845 device at 0x%lx, IRQ %d\n",
1048 wss_port[dev], irq[dev]);
Takashi Iwaibddc2ef2021-07-15 09:59:32 +02001049 return err;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001050 }
Krzysztof Heltacd471002009-10-01 00:10:34 +02001051 strcpy(card->driver, "SoundScape");
1052 strcpy(card->shortname, name);
1053 snprintf(card->longname, sizeof(card->longname),
1054 "%s at 0x%lx, IRQ %d, DMA1 %d, DMA2 %d\n",
1055 name, sscape->chip->port, sscape->chip->irq,
1056 sscape->chip->dma1, sscape->chip->dma2);
1057
Linus Torvalds1da177e2005-04-16 15:20:36 -07001058#define MIDI_DEVNUM 0
Krzysztof Heltec1e7942007-09-17 17:57:37 +02001059 if (sscape->type != SSCAPE_VIVO) {
Krzysztof Heltacd471002009-10-01 00:10:34 +02001060 err = sscape_upload_bootblock(card);
1061 if (err >= 0)
1062 err = sscape_upload_microcode(card, err);
1063
1064 if (err == 0) {
1065 err = create_mpu401(card, MIDI_DEVNUM, port[dev],
1066 mpu_irq[dev]);
1067 if (err < 0) {
Krzysztof Heltbcde1f82009-10-02 18:41:29 +02001068 snd_printk(KERN_ERR "sscape: Failed to create "
Krzysztof Heltacd471002009-10-01 00:10:34 +02001069 "MPU-401 device at 0x%lx\n",
1070 port[dev]);
Takashi Iwaibddc2ef2021-07-15 09:59:32 +02001071 return err;
Krzysztof Heltacd471002009-10-01 00:10:34 +02001072 }
1073
1074 /*
Krzysztof Heltacd471002009-10-01 00:10:34 +02001075 * Initialize mixer
1076 */
1077 spin_lock_irqsave(&sscape->lock, flags);
1078 sscape->midi_vol = 0;
1079 host_write_ctrl_unsafe(sscape->io_base,
1080 CMD_SET_MIDI_VOL, 100);
1081 host_write_ctrl_unsafe(sscape->io_base,
1082 sscape->midi_vol, 100);
1083 host_write_ctrl_unsafe(sscape->io_base,
1084 CMD_XXX_MIDI_VOL, 100);
1085 host_write_ctrl_unsafe(sscape->io_base,
1086 sscape->midi_vol, 100);
1087 host_write_ctrl_unsafe(sscape->io_base,
1088 CMD_SET_EXTMIDI, 100);
1089 host_write_ctrl_unsafe(sscape->io_base,
1090 0, 100);
1091 host_write_ctrl_unsafe(sscape->io_base, CMD_ACK, 100);
1092
1093 set_midi_mode_unsafe(sscape->io_base);
1094 spin_unlock_irqrestore(&sscape->lock, flags);
Krzysztof Heltec1e7942007-09-17 17:57:37 +02001095 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001096 }
1097
Linus Torvalds1da177e2005-04-16 15:20:36 -07001098 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001099}
1100
1101
Bill Pemberton1bff2922012-12-06 12:35:21 -05001102static int snd_sscape_match(struct device *pdev, unsigned int i)
Takashi Iwai277e9262005-11-17 17:13:12 +01001103{
Takashi Iwai5e24c1c2007-02-22 12:50:54 +01001104 /*
1105 * Make sure we were given ALL of the other parameters.
1106 */
1107 if (port[i] == SNDRV_AUTO_PORT)
1108 return 0;
1109
1110 if (irq[i] == SNDRV_AUTO_IRQ ||
1111 mpu_irq[i] == SNDRV_AUTO_IRQ ||
1112 dma[i] == SNDRV_AUTO_DMA) {
1113 printk(KERN_INFO
Krzysztof Helt6fcfa392009-10-10 10:27:58 +02001114 "sscape: insufficient parameters, "
1115 "need IO, IRQ, MPU-IRQ and DMA\n");
Takashi Iwai5e24c1c2007-02-22 12:50:54 +01001116 return 0;
1117 }
1118
1119 return 1;
1120}
1121
Bill Pemberton1bff2922012-12-06 12:35:21 -05001122static int snd_sscape_probe(struct device *pdev, unsigned int dev)
Takashi Iwai5e24c1c2007-02-22 12:50:54 +01001123{
Takashi Iwai277e9262005-11-17 17:13:12 +01001124 struct snd_card *card;
Krzysztof Helt4996bca2007-09-17 16:23:13 +02001125 struct soundscape *sscape;
Takashi Iwai277e9262005-11-17 17:13:12 +01001126 int ret;
1127
Takashi Iwaibddc2ef2021-07-15 09:59:32 +02001128 ret = snd_devm_card_new(pdev, index[dev], id[dev], THIS_MODULE,
1129 sizeof(struct soundscape), &card);
Takashi Iwaic95eadd2008-12-28 16:43:35 +01001130 if (ret < 0)
1131 return ret;
Krzysztof Helt4996bca2007-09-17 16:23:13 +02001132
1133 sscape = get_card_soundscape(card);
1134 sscape->type = SSCAPE;
1135
Takashi Iwai277e9262005-11-17 17:13:12 +01001136 dma[dev] &= 0x03;
Krzysztof Heltacd471002009-10-01 00:10:34 +02001137
Krzysztof Helt4996bca2007-09-17 16:23:13 +02001138 ret = create_sscape(dev, card);
Takashi Iwai277e9262005-11-17 17:13:12 +01001139 if (ret < 0)
Takashi Iwaibddc2ef2021-07-15 09:59:32 +02001140 return ret;
Krzysztof Helt4996bca2007-09-17 16:23:13 +02001141
Krzysztof Helt6fcfa392009-10-10 10:27:58 +02001142 ret = snd_card_register(card);
1143 if (ret < 0) {
Krzysztof Heltbcde1f82009-10-02 18:41:29 +02001144 snd_printk(KERN_ERR "sscape: Failed to register sound card\n");
Takashi Iwaibddc2ef2021-07-15 09:59:32 +02001145 return ret;
Takashi Iwai277e9262005-11-17 17:13:12 +01001146 }
Takashi Iwai5e24c1c2007-02-22 12:50:54 +01001147 dev_set_drvdata(pdev, card);
Takashi Iwai277e9262005-11-17 17:13:12 +01001148 return 0;
Takashi Iwai277e9262005-11-17 17:13:12 +01001149}
1150
Rene Herman83c51c02007-03-20 11:33:46 +01001151#define DEV_NAME "sscape"
Takashi Iwai277e9262005-11-17 17:13:12 +01001152
Takashi Iwai5e24c1c2007-02-22 12:50:54 +01001153static struct isa_driver snd_sscape_driver = {
1154 .match = snd_sscape_match,
Takashi Iwai277e9262005-11-17 17:13:12 +01001155 .probe = snd_sscape_probe,
Takashi Iwai277e9262005-11-17 17:13:12 +01001156 /* FIXME: suspend/resume */
1157 .driver = {
Rene Herman83c51c02007-03-20 11:33:46 +01001158 .name = DEV_NAME
Takashi Iwai277e9262005-11-17 17:13:12 +01001159 },
1160};
Linus Torvalds1da177e2005-04-16 15:20:36 -07001161
1162#ifdef CONFIG_PNP
Bill Pemberton1bff2922012-12-06 12:35:21 -05001163static inline int get_next_autoindex(int i)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001164{
Takashi Iwai277e9262005-11-17 17:13:12 +01001165 while (i < SNDRV_CARDS && port[i] != SNDRV_AUTO_PORT)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001166 ++i;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001167 return i;
1168}
1169
1170
Bill Pemberton1bff2922012-12-06 12:35:21 -05001171static int sscape_pnp_detect(struct pnp_card_link *pcard,
1172 const struct pnp_card_device_id *pid)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001173{
Linus Torvalds1da177e2005-04-16 15:20:36 -07001174 static int idx = 0;
Takashi Iwai277e9262005-11-17 17:13:12 +01001175 struct pnp_dev *dev;
1176 struct snd_card *card;
Krzysztof Helt4996bca2007-09-17 16:23:13 +02001177 struct soundscape *sscape;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001178 int ret;
1179
1180 /*
1181 * Allow this function to fail *quietly* if all the ISA PnP
1182 * devices were configured using module parameters instead.
1183 */
Krzysztof Helt6fcfa392009-10-10 10:27:58 +02001184 idx = get_next_autoindex(idx);
1185 if (idx >= SNDRV_CARDS)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001186 return -ENOSPC;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001187
1188 /*
Linus Torvalds1da177e2005-04-16 15:20:36 -07001189 * Check that we still have room for another sound card ...
1190 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001191 dev = pnp_request_card_device(pcard, pid->devs[0].id, NULL);
Krzysztof Helt6fcfa392009-10-10 10:27:58 +02001192 if (!dev)
Takashi Iwai277e9262005-11-17 17:13:12 +01001193 return -ENODEV;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001194
Takashi Iwai277e9262005-11-17 17:13:12 +01001195 if (!pnp_is_active(dev)) {
1196 if (pnp_activate_dev(dev) < 0) {
Krzysztof Heltbcde1f82009-10-02 18:41:29 +02001197 snd_printk(KERN_INFO "sscape: device is inactive\n");
Takashi Iwai277e9262005-11-17 17:13:12 +01001198 return -EBUSY;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001199 }
1200 }
1201
Takashi Iwai277e9262005-11-17 17:13:12 +01001202 /*
Krzysztof Helt4996bca2007-09-17 16:23:13 +02001203 * Create a new ALSA sound card entry, in anticipation
1204 * of detecting our hardware ...
1205 */
Takashi Iwaibddc2ef2021-07-15 09:59:32 +02001206 ret = snd_devm_card_new(&pcard->card->dev,
1207 index[idx], id[idx], THIS_MODULE,
1208 sizeof(struct soundscape), &card);
Takashi Iwaic95eadd2008-12-28 16:43:35 +01001209 if (ret < 0)
1210 return ret;
Krzysztof Helt4996bca2007-09-17 16:23:13 +02001211
1212 sscape = get_card_soundscape(card);
1213
1214 /*
1215 * Identify card model ...
1216 */
1217 if (!strncmp("ENS4081", pid->id, 7))
1218 sscape->type = SSCAPE_VIVO;
1219 else
1220 sscape->type = SSCAPE_PNP;
1221
Krzysztof Helt4996bca2007-09-17 16:23:13 +02001222 /*
Takashi Iwai277e9262005-11-17 17:13:12 +01001223 * Read the correct parameters off the ISA PnP bus ...
1224 */
1225 port[idx] = pnp_port_start(dev, 0);
1226 irq[idx] = pnp_irq(dev, 0);
1227 mpu_irq[idx] = pnp_irq(dev, 1);
1228 dma[idx] = pnp_dma(dev, 0) & 0x03;
Krzysztof Heltec1e7942007-09-17 17:57:37 +02001229 if (sscape->type == SSCAPE_PNP) {
1230 dma2[idx] = dma[idx];
1231 wss_port[idx] = CODEC_IO(port[idx]);
1232 } else {
1233 wss_port[idx] = pnp_port_start(dev, 1);
1234 dma2[idx] = pnp_dma(dev, 1);
1235 }
Takashi Iwai277e9262005-11-17 17:13:12 +01001236
Krzysztof Helt4996bca2007-09-17 16:23:13 +02001237 ret = create_sscape(idx, card);
Takashi Iwai277e9262005-11-17 17:13:12 +01001238 if (ret < 0)
Takashi Iwaibddc2ef2021-07-15 09:59:32 +02001239 return ret;
Krzysztof Helt4996bca2007-09-17 16:23:13 +02001240
Krzysztof Helt6fcfa392009-10-10 10:27:58 +02001241 ret = snd_card_register(card);
1242 if (ret < 0) {
Krzysztof Heltbcde1f82009-10-02 18:41:29 +02001243 snd_printk(KERN_ERR "sscape: Failed to register sound card\n");
Takashi Iwaibddc2ef2021-07-15 09:59:32 +02001244 return ret;
Takashi Iwai277e9262005-11-17 17:13:12 +01001245 }
1246
1247 pnp_set_card_drvdata(pcard, card);
1248 ++idx;
Krzysztof Helt4996bca2007-09-17 16:23:13 +02001249 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001250}
1251
1252static struct pnp_card_driver sscape_pnpc_driver = {
1253 .flags = PNP_DRIVER_RES_DO_NOT_CHANGE,
1254 .name = "sscape",
1255 .id_table = sscape_pnpids,
1256 .probe = sscape_pnp_detect,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001257};
1258
1259#endif /* CONFIG_PNP */
1260
Linus Torvalds1da177e2005-04-16 15:20:36 -07001261static int __init sscape_init(void)
1262{
Rene Herman609d7692007-05-15 11:42:56 +02001263 int err;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001264
Rene Herman609d7692007-05-15 11:42:56 +02001265 err = isa_register_driver(&snd_sscape_driver, SNDRV_CARDS);
Takashi Iwai59b1b342006-01-04 15:06:44 +01001266#ifdef CONFIG_PNP
Rene Herman609d7692007-05-15 11:42:56 +02001267 if (!err)
1268 isa_registered = 1;
1269
1270 err = pnp_register_card_driver(&sscape_pnpc_driver);
1271 if (!err)
Clemens Ladischf7a92752005-12-07 09:13:42 +01001272 pnp_registered = 1;
Rene Herman609d7692007-05-15 11:42:56 +02001273
1274 if (isa_registered)
1275 err = 0;
Takashi Iwai59b1b342006-01-04 15:06:44 +01001276#endif
Rene Herman609d7692007-05-15 11:42:56 +02001277 return err;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001278}
1279
Takashi Iwai5e24c1c2007-02-22 12:50:54 +01001280static void __exit sscape_exit(void)
1281{
1282#ifdef CONFIG_PNP
1283 if (pnp_registered)
1284 pnp_unregister_card_driver(&sscape_pnpc_driver);
Rene Herman609d7692007-05-15 11:42:56 +02001285 if (isa_registered)
Takashi Iwai5e24c1c2007-02-22 12:50:54 +01001286#endif
Rene Herman609d7692007-05-15 11:42:56 +02001287 isa_unregister_driver(&snd_sscape_driver);
Takashi Iwai5e24c1c2007-02-22 12:50:54 +01001288}
1289
Linus Torvalds1da177e2005-04-16 15:20:36 -07001290module_init(sscape_init);
1291module_exit(sscape_exit);