~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~ [ freetext search ] ~ [ file search ] ~

Linux Cross Reference
Linux/Documentation/sound/MAD16

Version: ~ [ 2.4.0 ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

  1 From: Shaw Carruthers <shaw@shawc.demon.co.uk>
  2 
  3 I have been using mad16 sound for some time now with no problems, current
  4 kernel 2.1.89
  5 
  6 lsmod shows:
  7 
  8 mad16                   5176   0 
  9 sb                     22044   0  [mad16]
 10 uart401                 5576   0  [mad16 sb]
 11 ad1848                 14176   1  [mad16]
 12 sound                  61928   0  [mad16 sb uart401 ad1848]
 13 
 14 .config has:
 15 
 16 CONFIG_SOUND=m
 17 CONFIG_ADLIB=m
 18 CONFIG_MAD16=m
 19 CONFIG_YM3812=m
 20 
 21 modules.conf has:
 22 
 23 alias char-major-14 mad16
 24 options sb mad16=1
 25 options mad16 io=0x530 irq=7 dma=0 dma16=1  && /usr/local/bin/aumix -w 15 -p 20 -m 0 -1 0 -2 0 -3 0 -i 0
 26 
 27 
 28 To get the built in mixer to work this needs to be:
 29 
 30 options adlib_card io=0x388     # FM synthesizer
 31 options sb mad16=1
 32 options mad16 io=0x530 irq=7 dma=0 dma16=1 mpu_io=816 mpu_irq=5 && /usr/local/bin/aumix -w 15 -p 20 -m 0 -1 0 -2 0 -3 0 -i 0
 33 
 34 The addition of the "mpu_io=816 mpu_irq=5" to the mad16 options line is
 35 
 36 ------------------------------------------------------------------------
 37 The mad16 module in addition supports the following options:
 38 
 39 option:                 meaning:                        default:
 40 joystick=0,1            disabled, enabled               disabled
 41 cdtype=0x00,0x02,0x04,  disabled, Sony CDU31A,          disabled
 42        0x06,0x08,0x0a   Mitsumi, Panasonic,
 43                         Secondary IDE, Primary IDE 
 44 cdport=0x340,0x320,                                     0x340
 45        0x330,0x360
 46 cdirq=0,3,5,7,9,10,11   disabled, IRQ3, ...             disabled
 47 cddma=0,5,6,7           disabled, DMA5, ...             DMA5 for Mitsumi or IDE
 48 cddma=0,1,2,3           disabled, DMA1, ...             DMA3 for Sony or Panasonic
 49 opl4=0,1                OPL3, OPL4                      OPL3    
 50 
 51 for more details see linux/drivers/sound/mad16.c
 52 
 53 Rui Sousa

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~ [ freetext search ] ~ [ file search ] ~

This page was automatically generated by the LXR engine.
Visit the LXR main site for more information.