Blame vxloader/README

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