MIXART.txt 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. Alsa driver for Digigram miXart8 and miXart8AES/EBU soundcards
  2. Digigram <alsa@digigram.com>
  3. GENERAL
  4. =======
  5. The miXart8 is a multichannel audio processing and mixing soundcard
  6. that has 4 stereo audio inputs and 4 stereo audio outputs.
  7. The miXart8AES/EBU is the same with a add-on card that offers further
  8. 4 digital stereo audio inputs and outputs.
  9. Furthermore the add-on card offers external clock synchronisation
  10. (AES/EBU, Word Clock, Time Code and Video Synchro)
  11. The mainboard has a PowerPC that offers onboard mpeg encoding and
  12. decoding, samplerate conversions and various effects.
  13. The driver don't work properly at all until the certain firmwares
  14. are loaded, i.e. no PCM nor mixer devices will appear.
  15. Use the mixartloader that can be found in the alsa-tools package.
  16. VERSION 0.1.0
  17. =============
  18. One miXart8 board will be represented as 4 alsa cards, each with 1
  19. stereo analog capture 'pcm0c' and 1 stereo analog playback 'pcm0p' device.
  20. With a miXart8AES/EBU there is in addition 1 stereo digital input
  21. 'pcm1c' and 1 stereo digital output 'pcm1p' per card.
  22. Formats
  23. -------
  24. U8, S16_LE, S16_BE, S24_3LE, S24_3BE, FLOAT_LE, FLOAT_BE
  25. Sample rates : 8000 - 48000 Hz continuously
  26. Playback
  27. --------
  28. For instance the playback devices are configured to have max. 4
  29. substreams performing hardware mixing. This could be changed to a
  30. maximum of 24 substreams if wished.
  31. Mono files will be played on the left and right channel. Each channel
  32. can be muted for each stream to use 8 analog/digital outputs separately.
  33. Capture
  34. -------
  35. There is one substream per capture device. For instance only stereo
  36. formats are supported.
  37. Mixer
  38. -----
  39. <Master> and <Master Capture> : analog volume control of playback and capture PCM.
  40. <PCM 0-3> and <PCM Capture> : digital volume control of each analog substream.
  41. <AES 0-3> and <AES Capture> : digital volume control of each AES/EBU substream.
  42. <Monitoring> : Loopback from 'pcm0c' to 'pcm0p' with digital volume
  43. and mute control.
  44. Rem : for best audio quality try to keep a 0 attenuation on the PCM
  45. and AES volume controls which is set by 219 in the range from 0 to 255
  46. (about 86% with alsamixer)
  47. NOT YET IMPLEMENTED
  48. ===================
  49. - external clock support (AES/EBU, Word Clock, Time Code, Video Sync)
  50. - MPEG audio formats
  51. - mono record
  52. - on-board effects and samplerate conversions
  53. - linked streams
  54. FIRMWARE
  55. ========
  56. [As of 2.6.11, the firmware can be loaded automatically with hotplug
  57. when CONFIG_FW_LOADER is set. The mixartloader is necessary only
  58. for older versions or when you build the driver into kernel.]
  59. For loading the firmware automatically after the module is loaded, use a
  60. install command. For example, add the following entry to
  61. /etc/modprobe.d/mixart.conf for miXart driver:
  62. install snd-mixart /sbin/modprobe --first-time -i snd-mixart && \
  63. /usr/bin/mixartloader
  64. (for 2.2/2.4 kernels, add "post-install snd-mixart /usr/bin/vxloader" to
  65. /etc/modules.conf, instead.)
  66. The firmware binaries are installed on /usr/share/alsa/firmware
  67. (or /usr/local/share/alsa/firmware, depending to the prefix option of
  68. configure). There will be a miXart.conf file, which define the dsp image
  69. files.
  70. The firmware files are copyright by Digigram SA
  71. COPYRIGHT
  72. =========
  73. Copyright (c) 2003 Digigram SA <alsa@digigram.com>
  74. Distributable under GPL.