aedsp16.c
上传用户:jlfgdled
上传日期:2013-04-10
资源大小:33168k
文件大小:36k
源码类别:

Linux/Unix编程

开发平台:

Unix_Linux

  1. /*
  2.    drivers/sound/aedsp16.c
  3.    Audio Excel DSP 16 software configuration routines
  4.    Copyright (C) 1995,1996,1997,1998  Riccardo Facchetti (fizban@tin.it)
  5.    This program is free software; you can redistribute it and/or modify
  6.    it under the terms of the GNU General Public License as published by
  7.    the Free Software Foundation; either version 2 of the License, or
  8.    (at your option) any later version.
  9.    This program is distributed in the hope that it will be useful,
  10.    but WITHOUT ANY WARRANTY; without even the implied warranty of
  11.    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  12.    GNU General Public License for more details.
  13.    You should have received a copy of the GNU General Public License
  14.    along with this program; if not, write to the Free Software
  15.    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  16.  */
  17. /*
  18.  * Include the main OSS Lite header file. It include all the os, OSS Lite, etc
  19.  * headers needed by this source.
  20.  */
  21. #include <linux/config.h>
  22. #include <linux/delay.h>
  23. #include <linux/module.h>
  24. #include <linux/init.h>
  25. #include "sound_config.h"
  26. /*
  27.  * Sanity checks
  28.  */
  29. #if defined(CONFIG_SOUND_AEDSP16_SBPRO) && defined(CONFIG_SOUND_AEDSP16_MSS)
  30. #error You have to enable only one of the MSS and SBPRO emulations.
  31. #endif
  32. /*
  33.    READ THIS
  34.    This module started to configure the Audio Excel DSP 16 Sound Card.
  35.    Now works with the SC-6000 (old aedsp16) and new SC-6600 based cards.
  36.    NOTE: I have NO idea about Audio Excel DSP 16 III. If someone owns this
  37.    audio card and want to see the kernel support for it, please contact me.
  38.    Audio Excel DSP 16 is an SB pro II, Microsoft Sound System and MPU-401
  39.    compatible card.
  40.    It is software-only configurable (no jumpers to hard-set irq/dma/mpu-irq),
  41.    so before this module, the only way to configure the DSP under linux was
  42.    boot the MS-DOS loading the sound.sys device driver (this driver soft-
  43.    configure the sound board hardware by massaging someone of its registers),
  44.    and then ctrl-alt-del to boot linux with the DSP configured by the DOS
  45.    driver.
  46.    This module works configuring your Audio Excel DSP 16's irq, dma and
  47.    mpu-401-irq. The OSS Lite routines rely on the fact that if the
  48.    hardware is there, they can detect it. The problem with AEDSP16 is
  49.    that no hardware can be found by the probe routines if the sound card
  50.    is not configured properly. Sometimes the kernel probe routines can find
  51.    an SBPRO even when the card is not configured (this is the standard setup
  52.    of the card), but the SBPRO emulation don't work well if the card is not
  53.    properly initialized. For this reason
  54.    aedsp16_init_board()
  55.    routine is called before the OSS Lite probe routines try to detect the
  56.    hardware.
  57.    NOTE (READ THE NOTE TOO, IT CONTAIN USEFUL INFORMATIONS)
  58.    NOTE: Now it works with SC-6000 and SC-6600 based audio cards. The new cards
  59.    have no jumper switch at all. No more WSS or MPU-401 I/O port switches. They
  60.    have to be configured by software.
  61.    NOTE: The driver is merged with the new OSS Lite sound driver. It works
  62.    as a lowlevel driver.
  63.    The Audio Excel DSP 16 Sound Card emulates both SBPRO and MSS;
  64.    the OSS Lite sound driver can be configured for SBPRO and MSS cards
  65.    at the same time, but the aedsp16 can't be two cards!!
  66.    When we configure it, we have to choose the SBPRO or the MSS emulation
  67.    for AEDSP16. We also can install a *REAL* card of the other type (see [1]).
  68.    NOTE: If someone can test the combination AEDSP16+MSS or AEDSP16+SBPRO
  69.    please let me know if it works.
  70.    The MPU-401 support can be compiled in together with one of the other
  71.    two operating modes.
  72.    NOTE: This is something like plug-and-play: we have only to plug
  73.    the AEDSP16 board in the socket, and then configure and compile
  74.    a kernel that uses the AEDSP16 software configuration capability.
  75.    No jumper setting is needed!
  76.    For example, if you want AEDSP16 to be an SBPro, on irq 10, dma 3
  77.    you have just to make config the OSS Lite package, configuring
  78.    the AEDSP16 sound card, then activating the SBPro emulation mode
  79.    and at last configuring IRQ and DMA.
  80.    Compile the kernel and run it.
  81.    NOTE: This means for SC-6000 cards that you can choose irq and dma,
  82.    but not the I/O addresses. To change I/O addresses you have to set
  83.    them with jumpers. For SC-6600 cards you have no jumpers so you have
  84.    to set up your full card configuration in the make config.
  85.    You can change the irq/dma/mirq settings WITHOUT THE NEED to open
  86.    your computer and massage the jumpers (there are no irq/dma/mirq
  87.    jumpers to be configured anyway, only I/O BASE values have to be
  88.    configured with jumpers)
  89.    For some ununderstandable reason, the card default of irq 7, dma 1,
  90.    don't work for me. Seems to be an IRQ or DMA conflict. Under heavy
  91.    HDD work, the kernel start to erupt out a lot of messages like:
  92.    'Sound: DMA timed out - IRQ/DRQ config error?'
  93.    For what I can say, I have NOT any conflict at irq 7 (under linux I'm
  94.    using the lp polling driver), and dma line 1 is unused as stated by
  95.    /proc/dma. I can suppose this is a bug of AEDSP16. I know my hardware so
  96.    I'm pretty sure I have not any conflict, but may be I'm wrong. Who knows!
  97.    Anyway a setting of irq 10, dma 3 works really fine.
  98.    NOTE: if someone can use AEDSP16 with irq 7, dma 1, please let me know
  99.    the emulation mode, all the installed hardware and the hardware
  100.    configuration (irq and dma settings of all the hardware).
  101.    This init module should work with SBPRO+MSS, when one of the two is
  102.    the AEDSP16 emulation and the other the real card. (see [1])
  103.    For example:
  104.    AEDSP16 (0x220) in SBPRO emu (0x220) + real MSS + other
  105.    AEDSP16 (0x220) in MSS emu + real SBPRO (0x240) + other
  106.    MPU401 should work. (see [2])
  107.    [1]
  108.        ---
  109.        Date: Mon, 29 Jul 1997 08:35:40 +0100
  110.        From: Mr S J Greenaway <sjg95@unixfe.rl.ac.uk>
  111.        [...]
  112.        Just to let you know got my Audio Excel (emulating a MSS) working
  113.        with my original SB16, thanks for the driver!
  114.        [...]
  115.        ---
  116.    [2] Not tested by me for lack of hardware.
  117.    TODO, WISHES AND TECH
  118.    - About I/O ports allocation -
  119.    Request the 2x0h region (port base) in any case if we are using this card.
  120.    NOTE: the "aedsp16 (base)" string with which we are requesting the aedsp16
  121.    port base region (see code) does not mean necessarily that we are emulating
  122.    sbpro.  Even if this region is the sbpro I/O ports region, we use this
  123.    region to access the control registers of the card, and if emulating
  124.    sbpro, I/O sbpro registers too. If we are emulating MSS, the sbpro
  125.    registers are not used, in no way, to emulate an sbpro: they are
  126.    used only for configuration purposes.
  127.    Started Fri Mar 17 16:13:18 MET 1995
  128.    v0.1 (ALPHA, was an user-level program called AudioExcelDSP16.c)
  129.    - Initial code.
  130.    v0.2 (ALPHA)
  131.    - Cleanups.
  132.    - Integrated with Linux voxware v 2.90-2 kernel sound driver.
  133.    - SoundBlaster Pro mode configuration.
  134.    - Microsoft Sound System mode configuration.
  135.    - MPU-401 mode configuration.
  136.    v0.3 (ALPHA)
  137.    - Cleanups.
  138.    - Rearranged the code to let aedsp16_init_board be more general.
  139.    - Erased the REALLY_SLOW_IO. We don't need it. Erased the linux/io.h
  140.    inclusion too. We rely on os.h
  141.    - Used the  to get a variable
  142.    len string (we are not sure about the len of Copyright string).
  143.    This works with any SB and compatible.
  144.    - Added the code to request_region at device init (should go in
  145.    the main body of voxware).
  146.    v0.4 (BETA)
  147.    - Better configure.c patch for aedsp16 configuration (better
  148.    logic of inclusion of AEDSP16 support)
  149.    - Modified the conditional compilation to better support more than
  150.    one sound card of the emulated type (read the NOTES above)
  151.    - Moved the sb init routine from the attach to the very first
  152.    probe in sb_card.c
  153.    - Rearrangements and cleanups
  154.    - Wiped out some unnecessary code and variables: this is kernel
  155.    code so it is better save some TEXT and DATA
  156.    - Fixed the request_region code. We must allocate the aedsp16 (sbpro)
  157.    I/O ports in any case because they are used to access the DSP
  158.    configuration registers and we can not allow anyone to get them.
  159.    v0.5
  160.    - cleanups on comments
  161.    - prep for diffs against v3.0-proto-950402
  162.    v0.6
  163.    - removed the request_region()s when compiling the MODULE sound.o
  164.    because we are not allowed (by the actual voxware structure) to
  165.    release_region()
  166.    v0.7 (pre ALPHA, not distributed)
  167.    - started porting this module to kernel 1.3.84. Dummy probe/attach
  168.    routines.
  169.    v0.8 (ALPHA)
  170.    - attached all the init routines.
  171.    v0.9 (BETA)
  172.    - Integrated with linux-pre2.0.7
  173.    - Integrated with configuration scripts.
  174.    - Cleaned up and beautyfied the code.
  175.    v0.9.9 (BETA)
  176.    - Thanks to Piercarlo Grandi: corrected the conditonal compilation code.
  177.      Now only the code configured is compiled in, with some memory saving.
  178.    v0.9.10
  179.    - Integration into the sound/lowlevel/ section of the sound driver.
  180.    - Re-organized the code.
  181.    v0.9.11 (not distributed)
  182.    - Rewritten the init interface-routines to initialize the AEDSP16 in
  183.      one shot.
  184.    - More cosmetics.
  185.    - SC-6600 support.
  186.    - More soft/hard configuration.
  187.    v0.9.12
  188.    - Refined the v0.9.11 code with conditional compilation to distinguish
  189.      between SC-6000 and SC-6600 code.
  190.    v1.0.0
  191.    - Prep for merging with OSS Lite and Linux kernel 2.1.13
  192.    - Corrected a bug in request/check/release region calls (thanks to the
  193.      new kernel exception handling).
  194.    v1.1
  195.    - Revamped for integration with new modularized sound drivers: to enhance
  196.      the flexibility of modular version, I have removed all the conditional
  197.      compilation for SBPRO, MPU and MSS code. Now it is all managed with
  198.      the ae_config structure.
  199.    v1.2
  200.    - Module informations added.
  201.    - Removed aedsp16_delay_10msec(), now using mdelay(10)
  202.    - All data and funcs moved to .*.init section.
  203.    v1.3
  204.    Arnaldo Carvalho de Melo <acme@conectiva.com.br> - 2000/09/27
  205.    - got rid of check_region
  206.    Known Problems:
  207.    - Audio Excel DSP 16 III don't work with this driver.
  208.    Credits:
  209.    Many thanks to Gerald Britton <gbritton@CapAccess.org>. He helped me a
  210.    lot in testing the 0.9.11 and 0.9.12 versions of this driver.
  211.  */
  212. #define VERSION "1.3" /* Version of Audio Excel DSP 16 driver */
  213. #undef AEDSP16_DEBUG  /* Define this to 1 to enable debug code     */
  214. #undef AEDSP16_DEBUG_MORE  /* Define this to 1 to enable more debug     */
  215. #undef AEDSP16_INFO  /* Define this to 1 to enable info code      */
  216. #if defined(AEDSP16_DEBUG)
  217. # define DBG(x)  printk x
  218. # if defined(AEDSP16_DEBUG_MORE)
  219. #  define DBG1(x) printk x
  220. # else
  221. #  define DBG1(x)
  222. # endif
  223. #else
  224. # define DBG(x)
  225. # define DBG1(x)
  226. #endif
  227. /*
  228.  * Misc definitions
  229.  */
  230. #define TRUE 1
  231. #define FALSE 0
  232. /*
  233.  * Region Size for request/check/release region.
  234.  */
  235. #define IOBASE_REGION_SIZE 0x10
  236. /*
  237.  * Hardware related defaults
  238.  */
  239. #define DEF_AEDSP16_IOB 0x220   /* 0x220(default) 0x240                 */
  240. #define DEF_AEDSP16_IRQ 7 /* 5 7(default) 9 10 11                 */
  241. #define DEF_AEDSP16_MRQ 0 /* 5 7 9 10 0(default), 0 means disable */
  242. #define DEF_AEDSP16_DMA 1 /* 0 1(default) 3                       */
  243. /*
  244.  * Commands of AEDSP16's DSP (SBPRO+special).
  245.  * Some of them are COMMAND_xx, in the future they may change.
  246.  */
  247. #define WRITE_MDIRQ_CFG   0x50 /* Set M&I&DRQ mask (the real config)   */
  248. #define COMMAND_52        0x52 /*                                      */
  249. #define READ_HARD_CFG     0x58 /* Read Hardware Config (I/O base etc)  */
  250. #define COMMAND_5C        0x5c /*                                      */
  251. #define COMMAND_60        0x60 /*                                      */
  252. #define COMMAND_66        0x66 /*                                      */
  253. #define COMMAND_6C        0x6c /*                                      */
  254. #define COMMAND_6E        0x6e /*                                      */
  255. #define COMMAND_88        0x88 /*                                      */
  256. #define DSP_INIT_MSS      0x8c /* Enable Microsoft Sound System mode   */
  257. #define COMMAND_C5        0xc5 /*                                      */
  258. #define GET_DSP_VERSION   0xe1 /* Get DSP Version                      */
  259. #define GET_DSP_COPYRIGHT 0xe3 /* Get DSP Copyright                    */
  260. /*
  261.  * Offsets of AEDSP16 DSP I/O ports. The offset is added to base I/O port
  262.  * to have the actual I/O port.
  263.  * Register permissions are:
  264.  * (wo) == Write Only
  265.  * (ro) == Read  Only
  266.  * (w-) == Write
  267.  * (r-) == Read
  268.  */
  269. #define DSP_RESET    0x06 /* offset of DSP RESET             (wo) */
  270. #define DSP_READ     0x0a /* offset of DSP READ              (ro) */
  271. #define DSP_WRITE    0x0c /* offset of DSP WRITE             (w-) */
  272. #define DSP_COMMAND  0x0c /* offset of DSP COMMAND           (w-) */
  273. #define DSP_STATUS   0x0c /* offset of DSP STATUS            (r-) */
  274. #define DSP_DATAVAIL 0x0e /* offset of DSP DATA AVAILABLE    (ro) */
  275. #define RETRY           10 /* Various retry values on I/O opera-   */
  276. #define STATUSRETRY   1000 /* tions. Sometimes we have to          */
  277. #define HARDRETRY   500000 /* wait for previous cmd to complete    */
  278. /*
  279.  * Size of character arrays that store name and version of sound card
  280.  */
  281. #define CARDNAMELEN 15 /* Size of the card's name in chars     */
  282. #define CARDVERLEN  2 /* Size of the card's version in chars  */
  283. #if defined(CONFIG_SC6600)
  284. /*
  285.  * Bitmapped flags of hard configuration
  286.  */
  287. /*
  288.  * Decode macros (xl == low byte, xh = high byte)
  289.  */
  290. #define IOBASE(xl) ((xl & 0x01)?0x240:0x220)
  291. #define JOY(xl)   (xl & 0x02)
  292. #define MPUADDR(xl) ( 
  293. (xl & 0x0C)?0x330:
  294. (xl & 0x08)?0x320:
  295. (xl & 0x04)?0x310:
  296. 0x300)
  297. #define WSSADDR(xl) ((xl & 0x10)?0xE80:0x530)
  298. #define CDROM(xh) (xh & 0x20)
  299. #define CDROMADDR(xh) (((xh & 0x1F) << 4) + 0x200)
  300. /*
  301.  * Encode macros
  302.  */
  303. #define BLDIOBASE(xl, val) {
  304. xl &= ~0x01; 
  305. if (val == 0x240)
  306. xl |= 0x01;
  307. }
  308. #define BLDJOY(xl, val) {
  309. xl &= ~0x02; 
  310. if (val == 1)
  311. xl |= 0x02;
  312. }
  313. #define BLDMPUADDR(xl, val) {
  314. xl &= ~0x0C;
  315. switch (val) {
  316. case 0x330:
  317. xl |= 0x0C;
  318. break;
  319. case 0x320:
  320. xl |= 0x08;
  321. break;
  322. case 0x310:
  323. xl |= 0x04;
  324. break;
  325. case 0x300:
  326. xl |= 0x00;
  327. break;
  328. default:
  329. xl |= 0x00;
  330. break;
  331. }
  332. }
  333. #define BLDWSSADDR(xl, val) {
  334. xl &= ~0x10; 
  335. if (val == 0xE80)
  336. xl |= 0x10;
  337. }
  338. #define BLDCDROM(xh, val) {
  339. xh &= ~0x20; 
  340. if (val == 1)
  341. xh |= 0x20;
  342. }
  343. #define BLDCDROMADDR(xh, val) {
  344. int tmp = val;
  345. tmp -= 0x200;
  346. tmp >>= 4;
  347. tmp &= 0x1F;
  348. xh |= tmp;
  349. xh &= 0x7F;
  350. xh |= 0x40;
  351. }
  352. #endif /* CONFIG_SC6600 */
  353. /*
  354.  * Bit mapped flags for calling aedsp16_init_board(), and saving the current
  355.  * emulation mode.
  356.  */
  357. #define INIT_NONE   (0   )
  358. #define INIT_SBPRO  (1<<0)
  359. #define INIT_MSS    (1<<1)
  360. #define INIT_MPU401 (1<<2)
  361. static int      soft_cfg __initdata = 0; /* bitmapped config */
  362. static int      soft_cfg_mss __initdata = 0; /* bitmapped mss config */
  363. static int      ver[CARDVERLEN] __initdata = {0, 0}; /* DSP Ver:
  364.    hi->ver[0] lo->ver[1] */
  365. #if defined(CONFIG_SC6600)
  366. static int hard_cfg[2]     /* lo<-hard_cfg[0] hi<-hard_cfg[1]      */
  367.                      __initdata = { 0, 0};
  368. #endif /* CONFIG_SC6600 */
  369. #if defined(CONFIG_SC6600)
  370. /* Decoded hard configuration */
  371. struct d_hcfg {
  372. int iobase;
  373. int joystick;
  374. int mpubase;
  375. int wssbase;
  376. int cdrom;
  377. int cdrombase;
  378. };
  379. struct d_hcfg decoded_hcfg __initdata = {0, };
  380. #endif /* CONFIG_SC6600 */
  381. /* orVals contain the values to be or'ed        */
  382. struct orVals {
  383. int val; /* irq|mirq|dma                         */
  384. int or; /* soft_cfg |= TheStruct.or             */
  385. };
  386. /* aedsp16_info contain the audio card configuration                  */
  387. struct aedsp16_info {
  388. int base_io;            /* base I/O address for accessing card  */
  389. int irq;                /* irq value for DSP I/O                */
  390. int mpu_irq;            /* irq for mpu401 interface I/O         */
  391. int dma;                /* dma value for DSP I/O                */
  392. int mss_base;           /* base I/O for Microsoft Sound System  */
  393. int mpu_base;           /* base I/O for MPU-401 emulation       */
  394. int init;               /* Initialization status of the card    */
  395. };
  396. /*
  397.  * Magic values that the DSP will eat when configuring irq/mirq/dma
  398.  */
  399. /* DSP IRQ conversion array             */
  400. static struct orVals orIRQ[] __initdata = {
  401. {0x05, 0x28},
  402. {0x07, 0x08},
  403. {0x09, 0x10},
  404. {0x0a, 0x18},
  405. {0x0b, 0x20},
  406. {0x00, 0x00}
  407. };
  408. /* MPU-401 IRQ conversion array         */
  409. static struct orVals orMIRQ[] __initdata = {
  410. {0x05, 0x04},
  411. {0x07, 0x44},
  412. {0x09, 0x84},
  413. {0x0a, 0xc4},
  414. {0x00, 0x00}
  415. };
  416. /* DMA Channels conversion array        */
  417. static struct orVals orDMA[] __initdata = {
  418. {0x00, 0x01},
  419. {0x01, 0x02},
  420. {0x03, 0x03},
  421. {0x00, 0x00}
  422. };
  423. static struct aedsp16_info ae_config __initdata = {
  424. DEF_AEDSP16_IOB,
  425. DEF_AEDSP16_IRQ,
  426. DEF_AEDSP16_MRQ,
  427. DEF_AEDSP16_DMA,
  428. -1,
  429. -1,
  430. INIT_NONE
  431. };
  432. /*
  433.  * Buffers to store audio card informations
  434.  */
  435. static char     DSPCopyright[CARDNAMELEN + 1] __initdata = {0, };
  436. static char     DSPVersion[CARDVERLEN + 1] __initdata = {0, };
  437. static int __init aedsp16_wait_data(int port)
  438. {
  439. int             loop = STATUSRETRY;
  440. unsigned char   ret = 0;
  441. DBG1(("aedsp16_wait_data (0x%x): ", port));
  442. do {
  443.   ret = inb(port + DSP_DATAVAIL);
  444. /*
  445.  * Wait for data available (bit 7 of ret == 1)
  446.  */
  447.   } while (!(ret & 0x80) && loop--);
  448. if (ret & 0x80) {
  449. DBG1(("success.n"));
  450. return TRUE;
  451. }
  452. DBG1(("failure.n"));
  453. return FALSE;
  454. }
  455. static int __init aedsp16_read(int port)
  456. {
  457. int inbyte;
  458. DBG(("    Read DSP Byte (0x%x): ", port));
  459. if (aedsp16_wait_data(port) == FALSE) {
  460. DBG(("failure.n"));
  461. return -1;
  462. }
  463. inbyte = inb(port + DSP_READ);
  464. DBG(("read [0x%x]/{%c}.n", inbyte, inbyte));
  465. return inbyte;
  466. }
  467. static int __init aedsp16_test_dsp(int port)
  468. {
  469. return ((aedsp16_read(port) == 0xaa) ? TRUE : FALSE);
  470. }
  471. static int __init aedsp16_dsp_reset(int port)
  472. {
  473. /*
  474.  * Reset DSP
  475.  */
  476. DBG(("Reset DSP:n"));
  477. outb(1, (port + DSP_RESET));
  478. udelay(10);
  479. outb(0, (port + DSP_RESET));
  480. udelay(10);
  481. udelay(10);
  482. if (aedsp16_test_dsp(port) == TRUE) {
  483. DBG(("success.n"));
  484. return TRUE;
  485. } else
  486. DBG(("failure.n"));
  487. return FALSE;
  488. }
  489. static int __init aedsp16_write(int port, int cmd)
  490. {
  491. unsigned char   ret;
  492. int             loop = HARDRETRY;
  493. DBG(("    Write DSP Byte (0x%x) [0x%x]: ", port, cmd));
  494. do {
  495. ret = inb(port + DSP_STATUS);
  496. /*
  497.  * DSP ready to receive data if bit 7 of ret == 0
  498.  */
  499. if (!(ret & 0x80)) {
  500. outb(cmd, port + DSP_COMMAND);
  501. DBG(("success.n"));
  502. return 0;
  503. }
  504. } while (loop--);
  505. DBG(("timeout.n"));
  506. printk("[AEDSP16] DSP Command (0x%x) timeout.n", cmd);
  507. return -1;
  508. }
  509. #if defined(CONFIG_SC6600)
  510. #if defined(AEDSP16_INFO) || defined(AEDSP16_DEBUG)
  511. void __init aedsp16_pinfo(void) {
  512. DBG(("n Base address:  %xn", decoded_hcfg.iobase));
  513. DBG((" Joystick    : %s presentn", decoded_hcfg.joystick?"":" not"));
  514. DBG((" WSS addr    :  %xn", decoded_hcfg.wssbase));
  515. DBG((" MPU-401 addr:  %xn", decoded_hcfg.mpubase));
  516. DBG((" CDROM       : %s presentn", (decoded_hcfg.cdrom!=4)?"":" not"));
  517. DBG((" CDROMADDR   :  %xnn", decoded_hcfg.cdrombase));
  518. }
  519. #endif
  520. void __init aedsp16_hard_decode(void) {
  521. DBG((" aedsp16_hard_decode: 0x%x, 0x%xn", hard_cfg[0], hard_cfg[1]));
  522. /*
  523.  * Decode Cfg Bytes.
  524.  */
  525. decoded_hcfg.iobase = IOBASE(hard_cfg[0]);
  526. decoded_hcfg.joystick = JOY(hard_cfg[0]);
  527. decoded_hcfg.wssbase = WSSADDR(hard_cfg[0]);
  528. decoded_hcfg.mpubase = MPUADDR(hard_cfg[0]);
  529. decoded_hcfg.cdrom = CDROM(hard_cfg[1]);
  530. decoded_hcfg.cdrombase = CDROMADDR(hard_cfg[1]);
  531. #if defined(AEDSP16_INFO) || defined(AEDSP16_DEBUG)
  532. printk(" Original sound card configuration:n");
  533. aedsp16_pinfo();
  534. #endif
  535. /*
  536.  * Now set up the real kernel configuration.
  537.  */
  538. decoded_hcfg.iobase = ae_config.base_io;
  539. decoded_hcfg.wssbase = ae_config.mss_base;
  540. decoded_hcfg.mpubase = ae_config.mpu_base;
  541. #if defined(CONFIG_SC6600_JOY)
  542.   decoded_hcfg.joystick = CONFIG_SC6600_JOY; /* Enable */
  543. #endif
  544. #if defined(CONFIG_SC6600_CDROM)
  545. decoded_hcfg.cdrom = CONFIG_SC6600_CDROM; /* 4:N-3:I-2:G-1:P-0:S */
  546. #endif
  547. #if defined(CONFIG_SC6600_CDROMBASE)
  548. decoded_hcfg.cdrombase = CONFIG_SC6600_CDROMBASE; /* 0 Disable */
  549. #endif
  550. #if defined(AEDSP16_DEBUG)
  551. DBG((" New Values:n"));
  552. aedsp16_pinfo();
  553. #endif
  554. DBG(("success.n"));
  555. }
  556. void __init aedsp16_hard_encode(void) {
  557. DBG((" aedsp16_hard_encode: 0x%x, 0x%xn", hard_cfg[0], hard_cfg[1]));
  558. hard_cfg[0] = 0;
  559. hard_cfg[1] = 0;
  560. hard_cfg[0] |= 0x20;
  561. BLDIOBASE (hard_cfg[0], decoded_hcfg.iobase);
  562. BLDWSSADDR(hard_cfg[0], decoded_hcfg.wssbase);
  563. BLDMPUADDR(hard_cfg[0], decoded_hcfg.mpubase);
  564. BLDJOY(hard_cfg[0], decoded_hcfg.joystick);
  565. BLDCDROM(hard_cfg[1], decoded_hcfg.cdrom);
  566. BLDCDROMADDR(hard_cfg[1], decoded_hcfg.cdrombase);
  567. #if defined(AEDSP16_DEBUG)
  568. aedsp16_pinfo();
  569. #endif
  570. DBG((" aedsp16_hard_encode: 0x%x, 0x%xn", hard_cfg[0], hard_cfg[1]));
  571. DBG(("success.n"));
  572. }
  573. static int __init aedsp16_hard_write(int port) {
  574. DBG(("aedsp16_hard_write:n"));
  575. if (aedsp16_write(port, COMMAND_6C)) {
  576. printk("[AEDSP16] CMD 0x%x: failed!n", COMMAND_6C);
  577. DBG(("failure.n"));
  578. return FALSE;
  579. }
  580. if (aedsp16_write(port, COMMAND_5C)) {
  581. printk("[AEDSP16] CMD 0x%x: failed!n", COMMAND_5C);
  582. DBG(("failure.n"));
  583. return FALSE;
  584. }
  585. if (aedsp16_write(port, hard_cfg[0])) {
  586. printk("[AEDSP16] DATA 0x%x: failed!n", hard_cfg[0]);
  587. DBG(("failure.n"));
  588. return FALSE;
  589. }
  590. if (aedsp16_write(port, hard_cfg[1])) {
  591. printk("[AEDSP16] DATA 0x%x: failed!n", hard_cfg[1]);
  592. DBG(("failure.n"));
  593. return FALSE;
  594. }
  595. if (aedsp16_write(port, COMMAND_C5)) {
  596. printk("[AEDSP16] CMD 0x%x: failed!n", COMMAND_C5);
  597. DBG(("failure.n"));
  598. return FALSE;
  599. }
  600. DBG(("success.n"));
  601. return TRUE;
  602. }
  603. static int __init aedsp16_hard_read(int port) {
  604. DBG(("aedsp16_hard_read:n"));
  605. if (aedsp16_write(port, READ_HARD_CFG)) {
  606. printk("[AEDSP16] CMD 0x%x: failed!n", READ_HARD_CFG);
  607. DBG(("failure.n"));
  608. return FALSE;
  609. }
  610. if ((hard_cfg[0] = aedsp16_read(port)) == -1) {
  611. printk("[AEDSP16] aedsp16_read after CMD 0x%x: failedn",
  612. READ_HARD_CFG);
  613. DBG(("failure.n"));
  614. return FALSE;
  615. }
  616. if ((hard_cfg[1] = aedsp16_read(port)) == -1) {
  617. printk("[AEDSP16] aedsp16_read after CMD 0x%x: failedn",
  618. READ_HARD_CFG);
  619. DBG(("failure.n"));
  620. return FALSE;
  621. }
  622. if (aedsp16_read(port) == -1) {
  623. printk("[AEDSP16] aedsp16_read after CMD 0x%x: failedn",
  624. READ_HARD_CFG);
  625. DBG(("failure.n"));
  626. return FALSE;
  627. }
  628. DBG(("success.n"));
  629. return TRUE;
  630. }
  631. static int __init aedsp16_ext_cfg_write(int port) {
  632. int extcfg, val;
  633. if (aedsp16_write(port, COMMAND_66)) {
  634. printk("[AEDSP16] CMD 0x%x: failed!n", COMMAND_66);
  635. return FALSE;
  636. }
  637. extcfg = 7;
  638. if (decoded_hcfg.cdrom != 2)
  639. extcfg = 0x0F;
  640. if ((decoded_hcfg.cdrom == 4) ||
  641.     (decoded_hcfg.cdrom == 3))
  642. extcfg &= ~2;
  643. if (decoded_hcfg.cdrombase == 0)
  644. extcfg &= ~2;
  645. if (decoded_hcfg.mpubase == 0)
  646. extcfg &= ~1;
  647. if (aedsp16_write(port, extcfg)) {
  648. printk("[AEDSP16] Write extcfg: failed!n");
  649. return FALSE;
  650. }
  651. if (aedsp16_write(port, 0)) {
  652. printk("[AEDSP16] Write extcfg: failed!n");
  653. return FALSE;
  654. }
  655. if (decoded_hcfg.cdrom == 3) {
  656. if (aedsp16_write(port, COMMAND_52)) {
  657. printk("[AEDSP16] CMD 0x%x: failed!n", COMMAND_52);
  658. return FALSE;
  659. }
  660. if ((val = aedsp16_read(port)) == -1) {
  661. printk("[AEDSP16] aedsp16_read after CMD 0x%x: failedn"
  662. , COMMAND_52);
  663. return FALSE;
  664. }
  665. val &= 0x7F;
  666. if (aedsp16_write(port, COMMAND_60)) {
  667. printk("[AEDSP16] CMD 0x%x: failed!n", COMMAND_60);
  668. return FALSE;
  669. }
  670. if (aedsp16_write(port, val)) {
  671. printk("[AEDSP16] Write val: failed!n");
  672. return FALSE;
  673. }
  674. }
  675. return TRUE;
  676. }
  677. #endif /* CONFIG_SC6600 */
  678. static int __init aedsp16_cfg_write(int port) {
  679. if (aedsp16_write(port, WRITE_MDIRQ_CFG)) {
  680. printk("[AEDSP16] CMD 0x%x: failed!n", WRITE_MDIRQ_CFG);
  681. return FALSE;
  682. }
  683. if (aedsp16_write(port, soft_cfg)) {
  684. printk("[AEDSP16] Initialization of (M)IRQ and DMA: failed!n");
  685. return FALSE;
  686. }
  687. return TRUE;
  688. }
  689. static int __init aedsp16_init_mss(int port)
  690. {
  691. DBG(("aedsp16_init_mss:n"));
  692. mdelay(10);
  693. if (aedsp16_write(port, DSP_INIT_MSS)) {
  694. printk("[AEDSP16] aedsp16_init_mss [0x%x]: failed!n",
  695. DSP_INIT_MSS);
  696. DBG(("failure.n"));
  697. return FALSE;
  698. }
  699. mdelay(10);
  700. if (aedsp16_cfg_write(port) == FALSE)
  701. return FALSE;
  702. outb(soft_cfg_mss, ae_config.mss_base);
  703. DBG(("success.n"));
  704. return TRUE;
  705. }
  706. static int __init aedsp16_setup_board(int port) {
  707. int loop = RETRY;
  708. #if defined(CONFIG_SC6600)
  709. int val = 0;
  710. if (aedsp16_hard_read(port) == FALSE) {
  711. printk("[AEDSP16] aedsp16_hard_read: failed!n");
  712. return FALSE;
  713. }
  714. if (aedsp16_write(port, COMMAND_52)) {
  715. printk("[AEDSP16] CMD 0x%x: failed!n", COMMAND_52);
  716. return FALSE;
  717. }
  718. if ((val = aedsp16_read(port)) == -1) {
  719. printk("[AEDSP16] aedsp16_read after CMD 0x%x: failedn",
  720. COMMAND_52);
  721. return FALSE;
  722. }
  723. #endif
  724. do {
  725. if (aedsp16_write(port, COMMAND_88)) {
  726. printk("[AEDSP16] CMD 0x%x: failed!n", COMMAND_88);
  727. return FALSE;
  728. }
  729. mdelay(10);
  730. } while ((aedsp16_wait_data(port) == FALSE) && loop--);
  731. if (aedsp16_read(port) == -1) {
  732. printk("[AEDSP16] aedsp16_read after CMD 0x%x: failedn",
  733. COMMAND_88);
  734. return FALSE;
  735. }
  736. #if !defined(CONFIG_SC6600)
  737. if (aedsp16_write(port, COMMAND_5C)) {
  738. printk("[AEDSP16] CMD 0x%x: failed!n", COMMAND_5C);
  739. return FALSE;
  740. }
  741. #endif
  742. if (aedsp16_cfg_write(port) == FALSE)
  743. return FALSE;
  744. #if defined(CONFIG_SC6600)
  745. if (aedsp16_write(port, COMMAND_60)) {
  746. printk("[AEDSP16] CMD 0x%x: failed!n", COMMAND_60);
  747. return FALSE;
  748. }
  749. if (aedsp16_write(port, val)) {
  750. printk("[AEDSP16] DATA 0x%x: failed!n", val);
  751. return FALSE;
  752. }
  753. if (aedsp16_write(port, COMMAND_6E)) {
  754. printk("[AEDSP16] CMD 0x%x: failed!n", COMMAND_6E);
  755. return FALSE;
  756. }
  757. if (aedsp16_write(port, ver[0])) {
  758. printk("[AEDSP16] DATA 0x%x: failed!n", ver[0]);
  759. return FALSE;
  760. }
  761. if (aedsp16_write(port, ver[1])) {
  762. printk("[AEDSP16] DATA 0x%x: failed!n", ver[1]);
  763. return FALSE;
  764. }
  765. if (aedsp16_hard_write(port) == FALSE) {
  766. printk("[AEDSP16] aedsp16_hard_write: failed!n");
  767. return FALSE;
  768. }
  769. if (aedsp16_write(port, COMMAND_5C)) {
  770. printk("[AEDSP16] CMD 0x%x: failed!n", COMMAND_5C);
  771. return FALSE;
  772. }
  773. #if defined(THIS_IS_A_THING_I_HAVE_NOT_TESTED_YET)
  774. if (aedsp16_cfg_write(port) == FALSE)
  775. return FALSE;
  776. #endif
  777. #endif
  778. return TRUE;
  779. }
  780. static int __init aedsp16_stdcfg(int port) {
  781. if (aedsp16_write(port, WRITE_MDIRQ_CFG)) {
  782. printk("[AEDSP16] CMD 0x%x: failed!n", WRITE_MDIRQ_CFG);
  783. return FALSE;
  784. }
  785. /*
  786.  * 0x0A == (IRQ 7, DMA 1, MIRQ 0)
  787.  */
  788. if (aedsp16_write(port, 0x0A)) {
  789. printk("[AEDSP16] aedsp16_stdcfg: failed!n");
  790. return FALSE;
  791. }
  792. return TRUE;
  793. }
  794. static int __init aedsp16_dsp_version(int port)
  795. {
  796. int             len = 0;
  797. int             ret;
  798. DBG(("Get DSP Version:n"));
  799. if (aedsp16_write(ae_config.base_io, GET_DSP_VERSION)) {
  800. printk("[AEDSP16] CMD 0x%x: failed!n", GET_DSP_VERSION);
  801. DBG(("failed.n"));
  802. return FALSE;
  803. }
  804. do {
  805. if ((ret = aedsp16_read(port)) == -1) {
  806. DBG(("failed.n"));
  807. return FALSE;
  808. }
  809. /*
  810.  * We already know how many int are stored (2), so we know when the
  811.  * string is finished.
  812.  */
  813. ver[len++] = ret;
  814.   } while (len < CARDVERLEN);
  815. sprintf(DSPVersion, "%d.%d", ver[0], ver[1]);
  816. DBG(("success.n"));
  817. return TRUE;
  818. }
  819. static int __init aedsp16_dsp_copyright(int port)
  820. {
  821. int             len = 0;
  822. int             ret;
  823. DBG(("Get DSP Copyright:n"));
  824. if (aedsp16_write(ae_config.base_io, GET_DSP_COPYRIGHT)) {
  825. printk("[AEDSP16] CMD 0x%x: failed!n", GET_DSP_COPYRIGHT);
  826. DBG(("failed.n"));
  827. return FALSE;
  828. }
  829. do {
  830. if ((ret = aedsp16_read(port)) == -1) {
  831. /*
  832.  * If no more data available, return to the caller, no error if len>0.
  833.  * We have no other way to know when the string is finished.
  834.  */
  835. if (len)
  836. break;
  837. else {
  838. DBG(("failed.n"));
  839. return FALSE;
  840. }
  841. }
  842. DSPCopyright[len++] = ret;
  843.   } while (len < CARDNAMELEN);
  844. DBG(("success.n"));
  845. return TRUE;
  846. }
  847. static void __init aedsp16_init_tables(void)
  848. {
  849. int i = 0;
  850. memset(DSPCopyright, 0, CARDNAMELEN + 1);
  851. memset(DSPVersion, 0, CARDVERLEN + 1);
  852. for (i = 0; orIRQ[i].or; i++)
  853. if (orIRQ[i].val == ae_config.irq) {
  854. soft_cfg |= orIRQ[i].or;
  855. soft_cfg_mss |= orIRQ[i].or;
  856. }
  857. for (i = 0; orMIRQ[i].or; i++)
  858. if (orMIRQ[i].or == ae_config.mpu_irq)
  859. soft_cfg |= orMIRQ[i].or;
  860. for (i = 0; orDMA[i].or; i++)
  861. if (orDMA[i].val == ae_config.dma) {
  862. soft_cfg |= orDMA[i].or;
  863. soft_cfg_mss |= orDMA[i].or;
  864. }
  865. }
  866. static int __init aedsp16_init_board(void)
  867. {
  868. aedsp16_init_tables();
  869. if (aedsp16_dsp_reset(ae_config.base_io) == FALSE) {
  870. printk("[AEDSP16] aedsp16_dsp_reset: failed!n");
  871. return FALSE;
  872. }
  873. if (aedsp16_dsp_copyright(ae_config.base_io) == FALSE) {
  874. printk("[AEDSP16] aedsp16_dsp_copyright: failed!n");
  875. return FALSE;
  876. }
  877. /*
  878.  * My AEDSP16 card return SC-6000 in DSPCopyright, so
  879.  * if we have something different, we have to be warned.
  880.  */
  881. if (strcmp("SC-6000", DSPCopyright))
  882. printk("[AEDSP16] Warning: non SC-6000 audio card!n");
  883. if (aedsp16_dsp_version(ae_config.base_io) == FALSE) {
  884. printk("[AEDSP16] aedsp16_dsp_version: failed!n");
  885. return FALSE;
  886. }
  887. if (aedsp16_stdcfg(ae_config.base_io) == FALSE) {
  888. printk("[AEDSP16] aedsp16_stdcfg: failed!n");
  889. return FALSE;
  890. }
  891. #if defined(CONFIG_SC6600)
  892. if (aedsp16_hard_read(ae_config.base_io) == FALSE) {
  893. printk("[AEDSP16] aedsp16_hard_read: failed!n");
  894. return FALSE;
  895. }
  896. aedsp16_hard_decode();
  897. aedsp16_hard_encode();
  898. if (aedsp16_hard_write(ae_config.base_io) == FALSE) {
  899. printk("[AEDSP16] aedsp16_hard_write: failed!n");
  900. return FALSE;
  901. }
  902. if (aedsp16_ext_cfg_write(ae_config.base_io) == FALSE) {
  903. printk("[AEDSP16] aedsp16_ext_cfg_write: failed!n");
  904. return FALSE;
  905. }
  906. #endif /* CONFIG_SC6600 */
  907. if (aedsp16_setup_board(ae_config.base_io) == FALSE) {
  908. printk("[AEDSP16] aedsp16_setup_board: failed!n");
  909. return FALSE;
  910. }
  911. if (ae_config.mss_base != -1) {
  912. if (ae_config.init & INIT_MSS) {
  913. if (aedsp16_init_mss(ae_config.base_io) == FALSE) {
  914. printk("[AEDSP16] Can not initialize"
  915.        "Microsoft Sound System mode.n");
  916. return FALSE;
  917. }
  918. }
  919. }
  920. #if !defined(MODULE) || defined(AEDSP16_INFO) || defined(AEDSP16_DEBUG)
  921. printk("Audio Excel DSP 16 init v%s (%s %s) [",
  922. VERSION, DSPCopyright,
  923. DSPVersion);
  924. if (ae_config.mpu_base != -1) {
  925. if (ae_config.init & INIT_MPU401) {
  926. printk("MPU401");
  927. if ((ae_config.init & INIT_MSS) ||
  928.     (ae_config.init & INIT_SBPRO))
  929. printk(" ");
  930. }
  931. }
  932. if (ae_config.mss_base == -1) {
  933. if (ae_config.init & INIT_SBPRO) {
  934. printk("SBPro");
  935. if (ae_config.init & INIT_MSS)
  936. printk(" ");
  937. }
  938. }
  939. if (ae_config.mss_base != -1)
  940. if (ae_config.init & INIT_MSS)
  941. printk("MSS");
  942. printk("]n");
  943. #endif /* MODULE || AEDSP16_INFO || AEDSP16_DEBUG */
  944. mdelay(10);
  945. return TRUE;
  946. }
  947. static int __init init_aedsp16_sb(void)
  948. {
  949. DBG(("init_aedsp16_sb: "));
  950. /*
  951.  * If the card is already init'ed MSS, we can not init it to SBPRO too
  952.  * because the board can not emulate simultaneously MSS and SBPRO.
  953.  */
  954. if (ae_config.init & INIT_MSS)
  955. return FALSE;
  956. if (ae_config.init & INIT_SBPRO)
  957. return FALSE;
  958. ae_config.init |= INIT_SBPRO;
  959. DBG(("done.n"));
  960. return TRUE;
  961. }
  962. static void __init uninit_aedsp16_sb(void)
  963. {
  964. DBG(("uninit_aedsp16_sb: "));
  965. ae_config.init &= ~INIT_SBPRO;
  966. DBG(("done.n"));
  967. }
  968. static int __init init_aedsp16_mss(void)
  969. {
  970. DBG(("init_aedsp16_mss: "));
  971. /*
  972.  * If the card is already init'ed SBPRO, we can not init it to MSS too
  973.  * because the board can not emulate simultaneously MSS and SBPRO.
  974.  */
  975. if (ae_config.init & INIT_SBPRO)
  976. return FALSE;
  977. if (ae_config.init & INIT_MSS)
  978. return FALSE;
  979. /*
  980.  * We must allocate the CONFIG_AEDSP16_BASE region too because these are the 
  981.  * I/O ports to access card's control registers.
  982.  */
  983. if (!(ae_config.init & INIT_MPU401)) {
  984. if (!request_region(ae_config.base_io, IOBASE_REGION_SIZE,
  985. "aedsp16 (base)")) {
  986. printk(
  987. "AEDSP16 BASE I/O port region is already in use.n");
  988. return FALSE;
  989. }
  990. }
  991. ae_config.init |= INIT_MSS;
  992. DBG(("done.n"));
  993. return TRUE;
  994. }
  995. static void __init uninit_aedsp16_mss(void)
  996. {
  997. DBG(("uninit_aedsp16_mss: "));
  998. if ((!(ae_config.init & INIT_MPU401)) &&
  999.    (ae_config.init & INIT_MSS)) {
  1000. release_region(ae_config.base_io, IOBASE_REGION_SIZE);
  1001. DBG(("AEDSP16 base region released.n"));
  1002. }
  1003. ae_config.init &= ~INIT_MSS;
  1004. DBG(("done.n"));
  1005. }
  1006. static int __init init_aedsp16_mpu(void)
  1007. {
  1008. DBG(("init_aedsp16_mpu: "));
  1009. if (ae_config.init & INIT_MPU401)
  1010. return FALSE;
  1011. /*
  1012.  * We must request the CONFIG_AEDSP16_BASE region too because these are the I/O 
  1013.  * ports to access card's control registers.
  1014.  */
  1015. if (!(ae_config.init & (INIT_MSS | INIT_SBPRO))) {
  1016. if (!request_region(ae_config.base_io, IOBASE_REGION_SIZE,
  1017. "aedsp16 (base)")) {
  1018. printk(
  1019. "AEDSP16 BASE I/O port region is already in use.n");
  1020. return FALSE;
  1021. }
  1022. }
  1023. ae_config.init |= INIT_MPU401;
  1024. DBG(("done.n"));
  1025. return TRUE;
  1026. }
  1027. static void __init uninit_aedsp16_mpu(void)
  1028. {
  1029. DBG(("uninit_aedsp16_mpu: "));
  1030. if ((!(ae_config.init & (INIT_MSS | INIT_SBPRO))) &&
  1031.    (ae_config.init & INIT_MPU401)) {
  1032. release_region(ae_config.base_io, IOBASE_REGION_SIZE);
  1033. DBG(("AEDSP16 base region released.n"));
  1034. }
  1035. ae_config.init &= ~INIT_MPU401;
  1036. DBG(("done.n"));
  1037. }
  1038. int __init init_aedsp16(void)
  1039. {
  1040. int initialized = FALSE;
  1041. DBG(("Initializing BASE[0x%x] IRQ[%d] DMA[%d] MIRQ[%d]n",
  1042.      ae_config.base_io,ae_config.irq,ae_config.dma,ae_config.mpu_irq));
  1043. if (ae_config.mss_base == -1) {
  1044. if (init_aedsp16_sb() == FALSE) {
  1045. uninit_aedsp16_sb();
  1046. } else {
  1047. initialized = TRUE;
  1048. }
  1049. }
  1050. if (ae_config.mpu_base != -1) {
  1051. if (init_aedsp16_mpu() == FALSE) {
  1052. uninit_aedsp16_mpu();
  1053. } else {
  1054. initialized = TRUE;
  1055. }
  1056. }
  1057. /*
  1058.  * In the sequence of init routines, the MSS init MUST be the last!
  1059.  * This because of the special register programming the MSS mode needs.
  1060.  * A board reset would disable the MSS mode restoring the default SBPRO
  1061.  * mode.
  1062.  */
  1063. if (ae_config.mss_base != -1) {
  1064. if (init_aedsp16_mss() == FALSE) {
  1065. uninit_aedsp16_mss();
  1066. } else {
  1067. initialized = TRUE;
  1068. }
  1069. }
  1070. if (initialized)
  1071. initialized = aedsp16_init_board();
  1072. return initialized;
  1073. }
  1074. void __init uninit_aedsp16(void)
  1075. {
  1076. if (ae_config.mss_base != -1)
  1077. uninit_aedsp16_mss();
  1078. else
  1079. uninit_aedsp16_sb();
  1080. if (ae_config.mpu_base != -1)
  1081. uninit_aedsp16_mpu();
  1082. }
  1083. static int __initdata io = -1;
  1084. static int __initdata irq = -1;
  1085. static int __initdata dma = -1;
  1086. static int __initdata mpu_irq = -1;
  1087. static int __initdata mss_base = -1;
  1088. static int __initdata mpu_base = -1;
  1089. MODULE_PARM(io, "i");
  1090. MODULE_PARM_DESC(io, "I/O base address (0x220 0x240)");
  1091. MODULE_PARM(irq, "i");
  1092. MODULE_PARM_DESC(irq, "IRQ line (5 7 9 10 11)");
  1093. MODULE_PARM(dma, "i");
  1094. MODULE_PARM_DESC(dma, "dma line (0 1 3)");
  1095. MODULE_PARM(mpu_irq, "i");
  1096. MODULE_PARM_DESC(mpu_irq, "MPU-401 IRQ line (5 7 9 10 0)");
  1097. MODULE_PARM(mss_base, "i");
  1098. MODULE_PARM_DESC(mss_base, "MSS emulation I/O base address (0x530 0xE80)");
  1099. MODULE_PARM(mpu_base, "i");
  1100. MODULE_PARM_DESC(mpu_base,"MPU-401 I/O base address (0x300 0x310 0x320 0x330)");
  1101. MODULE_AUTHOR("Riccardo Facchetti <fizban@tin.it>");
  1102. MODULE_DESCRIPTION("Audio Excel DSP 16 Driver Version " VERSION);
  1103. MODULE_LICENSE("GPL");
  1104. static int __init do_init_aedsp16(void) {
  1105. printk("Audio Excel DSP 16 init driver Copyright (C) Riccardo Facchetti 1995-98n");
  1106. if (io == -1 || dma == -1 || irq == -1) {
  1107. printk(KERN_INFO "aedsp16: I/O, IRQ and DMA are mandatoryn");
  1108. return -EINVAL;
  1109. }
  1110. ae_config.base_io = io;
  1111. ae_config.irq = irq;
  1112. ae_config.dma = dma;
  1113. ae_config.mss_base = mss_base;
  1114. ae_config.mpu_base = mpu_base;
  1115. ae_config.mpu_irq = mpu_irq;
  1116. if (init_aedsp16() == FALSE) {
  1117. printk(KERN_ERR "aedsp16: initialization failedn");
  1118. /*
  1119.  * XXX
  1120.  * What error should we return here ?
  1121.  */
  1122. return -EINVAL;
  1123. }
  1124. return 0;
  1125. }
  1126. static void __exit cleanup_aedsp16(void) {
  1127. uninit_aedsp16();
  1128. }
  1129. module_init(do_init_aedsp16);
  1130. module_exit(cleanup_aedsp16);
  1131. #ifndef MODULE
  1132. static int __init setup_aedsp16(char *str)
  1133. {
  1134. /* io, irq, dma, mss_io, mpu_io, mpu_irq */
  1135. int ints[7];
  1136. str = get_options(str, ARRAY_SIZE(ints), ints);
  1137. io  = ints[1];
  1138. irq  = ints[2];
  1139. dma  = ints[3];
  1140. mss_base = ints[4];
  1141. mpu_base = ints[5];
  1142. mpu_irq  = ints[6];
  1143. return 1;
  1144. }
  1145. __setup("aedsp16=", setup_aedsp16);
  1146. #endif