AD1816 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. Documentation for the AD1816(A) sound driver
  2. ============================================
  3. Installation:
  4. -------------
  5. To get your AD1816(A) based sound card work, you'll have to enable support for
  6. experimental code ("Prompt for development and/or incomplete code/drivers")
  7. and isapnp ("Plug and Play support", "ISA Plug and Play support"). Enable
  8. "Sound card support", "OSS modules support" and "Support for AD1816(A) based
  9. cards (EXPERIMENTAL)" in the sound configuration menu, too. Now build, install
  10. and reboot the new kernel as usual.
  11. Features:
  12. ---------
  13. List of features supported by this driver:
  14. - full-duplex support
  15. - supported audio formats: unsigned 8bit, signed 16bit little endian,
  16. signed 16bit big endian, µ-law, A-law
  17. - supported channels: mono and stereo
  18. - supported recording sources: Master, CD, Line, Line1, Line2, Mic
  19. - supports phat 3d stereo circuit (Line 3)
  20. Supported cards:
  21. ----------------
  22. The following cards are known to work with this driver:
  23. - Terratec Base 1
  24. - Terratec Base 64
  25. - HP Kayak
  26. - Acer FX-3D
  27. - SY-1816
  28. - Highscreen Sound-Boostar 32 Wave 3D
  29. - Highscreen Sound-Boostar 16
  30. - AVM Apex Pro card
  31. - (Aztech SC-16 3D)
  32. - (Newcom SC-16 3D)
  33. - (Terratec EWS64S)
  34. Cards listed in brackets are not supported reliable. If you have such a card
  35. you should add the extra parameter:
  36. options=1
  37. when loading the ad1816 module via modprobe.
  38. Troubleshooting:
  39. ----------------
  40. First of all you should check, if the driver has been loaded
  41. properly.
  42. If loading of the driver succeeds, but playback/capture fails, check
  43. if you used the correct values for irq, dma and dma2 when loading the module.
  44. If one of them is wrong you usually get the following error message:
  45. Nov 6 17:06:13 tek01 kernel: Sound: DMA (output) timed out - IRQ/DRQ config error?
  46. If playback/capture is too fast or to slow, you should have a look at
  47. the clock chip of your sound card. The AD1816 was designed for a 33MHz
  48. oscillator, however most sound card manufacturer use slightly
  49. different oscillators as they are cheaper than 33MHz oscillators. If
  50. you have such a card you have to adjust the ad1816_clockfreq parameter
  51. above. For example: For a card using a 32.875MHz oscillator use
  52. ad1816_clockfreq=32875 instead of ad1816_clockfreq=33000.
  53. Updates, bugfixes and bugreports:
  54. --------------------------------
  55. As the driver is still experimental and under development, you should
  56. watch out for updates. Updates of the driver are available on the
  57. Internet from one of my home pages:
  58. http://www.student.informatik.tu-darmstadt.de/~tek/projects/linux.html
  59. or:
  60. http://www.tu-darmstadt.de/~tek01/projects/linux.html
  61. Bugreports, bugfixes and related questions should be sent via E-Mail to:
  62. tek@rbg.informatik.tu-darmstadt.de
  63. Thorsten Knabe <tek@rbg.informatik.tu-darmstadt.de>
  64. Christoph Hellwig <hch@infradead.org>
  65. Last modified: 2000/09/20