ALSA: doc: ReSTize MIXART.txt
Another simple conversion from a plain text file. Put to cards directory. Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
4e47556e34
commit
3d8e81862c
|
@ -11,3 +11,4 @@ Card-Specific Information
|
||||||
emu10k1-jack
|
emu10k1-jack
|
||||||
via82xx-mixer
|
via82xx-mixer
|
||||||
audiophile-usb
|
audiophile-usb
|
||||||
|
mixart
|
||||||
|
|
|
@ -1,5 +1,8 @@
|
||||||
Alsa driver for Digigram miXart8 and miXart8AES/EBU soundcards
|
==============================================================
|
||||||
Digigram <alsa@digigram.com>
|
Alsa driver for Digigram miXart8 and miXart8AES/EBU soundcards
|
||||||
|
==============================================================
|
||||||
|
|
||||||
|
Digigram <alsa@digigram.com>
|
||||||
|
|
||||||
|
|
||||||
GENERAL
|
GENERAL
|
||||||
|
@ -48,11 +51,15 @@ formats are supported.
|
||||||
|
|
||||||
Mixer
|
Mixer
|
||||||
-----
|
-----
|
||||||
<Master> and <Master Capture> : analog volume control of playback and capture PCM.
|
<Master> and <Master Capture>
|
||||||
<PCM 0-3> and <PCM Capture> : digital volume control of each analog substream.
|
analog volume control of playback and capture PCM.
|
||||||
<AES 0-3> and <AES Capture> : digital volume control of each AES/EBU substream.
|
<PCM 0-3> and <PCM Capture>
|
||||||
<Monitoring> : Loopback from 'pcm0c' to 'pcm0p' with digital volume
|
digital volume control of each analog substream.
|
||||||
and mute control.
|
<AES 0-3> and <AES Capture>
|
||||||
|
digital volume control of each AES/EBU substream.
|
||||||
|
<Monitoring>
|
||||||
|
Loopback from 'pcm0c' to 'pcm0p' with digital volume
|
||||||
|
and mute control.
|
||||||
|
|
||||||
Rem : for best audio quality try to keep a 0 attenuation on the PCM
|
Rem : for best audio quality try to keep a 0 attenuation on the PCM
|
||||||
and AES volume controls which is set by 219 in the range from 0 to 255
|
and AES volume controls which is set by 219 in the range from 0 to 255
|
||||||
|
@ -79,11 +86,14 @@ FIRMWARE
|
||||||
For loading the firmware automatically after the module is loaded, use a
|
For loading the firmware automatically after the module is loaded, use a
|
||||||
install command. For example, add the following entry to
|
install command. For example, add the following entry to
|
||||||
/etc/modprobe.d/mixart.conf for miXart driver:
|
/etc/modprobe.d/mixart.conf for miXart driver:
|
||||||
|
::
|
||||||
|
|
||||||
install snd-mixart /sbin/modprobe --first-time -i snd-mixart && \
|
install snd-mixart /sbin/modprobe --first-time -i snd-mixart && \
|
||||||
/usr/bin/mixartloader
|
/usr/bin/mixartloader
|
||||||
|
|
||||||
|
|
||||||
(for 2.2/2.4 kernels, add "post-install snd-mixart /usr/bin/vxloader" to
|
(for 2.2/2.4 kernels, add "post-install snd-mixart /usr/bin/vxloader" to
|
||||||
/etc/modules.conf, instead.)
|
/etc/modules.conf, instead.)
|
||||||
|
|
||||||
The firmware binaries are installed on /usr/share/alsa/firmware
|
The firmware binaries are installed on /usr/share/alsa/firmware
|
||||||
(or /usr/local/share/alsa/firmware, depending to the prefix option of
|
(or /usr/local/share/alsa/firmware, depending to the prefix option of
|
Loading…
Reference in New Issue