ALSA Firmware

From CBLFS
Jump to navigationJump to search
Download Source: ftp://ftp.alsa-project.org/pub/firmware/alsa-firmware-1.0.23.tar.bz2

Introduction to ALSA Firmware

The ALSA Firmware package contains the firmware binaries for each loader program included in ALSA Tools. The firmware data can be used by each ALSA firmware loader program like vxloader, or passed through the hotplug firmware-loading mechanism. You only need this package for certain soundcards. See the README for configuration options.

Project Homepage: http://www.alsa-project.org/

Dependencies

Required

Non-Multilib

Compile the package:

./configure --prefix=/usr &&
make

Install the package

make install

Multilib

32Bit

Compile the package:

CC="gcc ${BUILD32}" ./configure --prefix=/usr &&
make

Install the package

make install

N32

Compile the package:

CC="gcc ${BUILDN32}" ./configure --prefix=/usr --libdir=/usr/lib32 &&
make

Install the package

make install

64Bit

Compile the package:

CC="gcc ${BUILD64}" ./configure --prefix=/usr --libdir=/usr/lib64 &&
make

Install the package

make install