Commit 3d8e8186 authored by Takashi Iwai's avatar Takashi Iwai
Browse files

ALSA: doc: ReSTize MIXART.txt



Another simple conversion from a plain text file.
Put to cards directory.

Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 4e47556e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -11,3 +11,4 @@ Card-Specific Information
   emu10k1-jack
   via82xx-mixer
   audiophile-usb
   mixart
+18 −8
Original line number Diff line number Diff line
==============================================================
Alsa driver for Digigram miXart8 and miXart8AES/EBU soundcards
==============================================================

Digigram <alsa@digigram.com>


@@ -48,10 +51,14 @@ formats are supported.

Mixer
-----
<Master> and <Master Capture> : analog volume control of playback and capture PCM.
<PCM 0-3> and <PCM Capture> : digital volume control of each analog substream.
<AES 0-3> and <AES Capture> : digital volume control of each AES/EBU substream.
<Monitoring> : Loopback from 'pcm0c' to 'pcm0p' with digital volume
<Master> and <Master Capture>
	analog volume control of playback and capture PCM.
<PCM 0-3> and <PCM Capture>
	digital volume control of each analog substream.
<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
@@ -79,9 +86,12 @@ FIRMWARE
For loading the firmware automatically after the module is loaded, use a
install command.  For example, add the following entry to
/etc/modprobe.d/mixart.conf for miXart driver:
::

	install snd-mixart /sbin/modprobe --first-time -i snd-mixart && \
			   /usr/bin/mixartloader


(for 2.2/2.4 kernels, add "post-install snd-mixart /usr/bin/vxloader" to
/etc/modules.conf, instead.)