Blame mixartloader/README

Packit Service b98cfc
    mixartloader - Firmware loader for Digigram miXart soundcards
Packit Service b98cfc
	    Digigram <alsa@digigram.com>
Packit Service b98cfc
Packit Service b98cfc
Packit Service b98cfc
GENERAL
Packit Service b98cfc
=======
Packit Service b98cfc
Packit Service b98cfc
mixartloader is a helper program to load the firmware binaries
Packit Service b98cfc
onto the Digigram's miXart board sound drivers.
Packit Service b98cfc
The following modules require this program:
Packit Service b98cfc
	snd-mixart
Packit Service b98cfc
These drivers don't work properly at all until the certain firmwares
Packit Service b98cfc
are loaded, i.e. no PCM nor mixer devices will appear.
Packit Service b98cfc
Packit Service b98cfc
Packit Service b98cfc
USAGE
Packit Service b98cfc
=====
Packit Service b98cfc
Packit Service b98cfc
When mixartloader is invoked without options, it will probe all existing
Packit Service b98cfc
soundcards until a valid miXart-driver is found.  If a valid miXart-driver is
Packit Service b98cfc
found, mixartloader reads the board type from the driver.  The corresponding
Packit Service b98cfc
firmware binaries are then read and transferred to the driver.
Packit Service b98cfc
Finally, mixartloader initializes the PCM and the mixer devices on the
Packit Service b98cfc
driver for making the soundcard full functional.
Packit Service b98cfc
Packit Service b98cfc
Instead of auto-probing, you can specify the card number or the hwdep
Packit Service b98cfc
device name via -c and -D options, respectively.
Packit Service b98cfc
Packit Service b98cfc
	% mixartloader -c 1
Packit Service b98cfc
	% mixartloader -D hw:0
Packit Service b98cfc
Packit Service b98cfc
For loading the firmware automatically after the module is loaded, use
Packit Service b98cfc
the post-install command.  For example, add the following entry to
Packit Service b98cfc
/etc/modules.conf for miXart driver:
Packit Service b98cfc
Packit Service b98cfc
	post-install snd-mixart /usr/bin/mixartloader
Packit Service b98cfc
Packit Service b98cfc
FILES
Packit Service b98cfc
=====
Packit Service b98cfc
Packit Service b98cfc
The firmware binaries are installed on /usr/share/alsa/firmware/mixartloader
Packit Service b98cfc
(or /usr/local/share/alsa/firmware/mixartloader, depending to the prefix
Packit Service b98cfc
option of configure).  There will be *.conf files, which define the dsp image
Packit Service b98cfc
files for each different card type.
Packit Service b98cfc
Packit Service b98cfc
Packit Service b98cfc
COPYRIGHT
Packit Service b98cfc
=========
Packit Service b98cfc
Packit Service b98cfc
Copyright (c) 2003 Digigram SA <alsa@digigram.com>
Packit Service b98cfc
Distributable under GPL.
Packit Service b98cfc
Packit Service b98cfc
The firmware files included in alsa-firmware package are copyright
Packit Service b98cfc
by Digigram SA