Difference between revisions of "ALSA Driver"

From CBLFS
Jump to navigationJump to search
m (Required)
Line 15: Line 15:
 
* Linux kernel source
 
* Linux kernel source
  
Note
+
You can compile one module:
 
+
lspic | grep Audio
Compile module:
 
 
  ./configure --with-cards=<list>
 
  ./configure --with-cards=<list>
  

Revision as of 10:33, 9 September 2007

Download Source: ftp://ftp.alsa-project.org/pub/driver/alsa-driver-1.0.15rc1.tar.bz2


Dependencies

Required

You can compile one module:

lspic | grep Audio
./configure --with-cards=<list>

Non-Multilib

Compile the package:

./configure --with-kernel=/lib64/modules/$(uname -r)/source &&
make

Install the package

make install

Multilib

32Bit

Compile the package:

CC="gcc ${BUILD32}" ./configure --with-kernel=/lib64/modules/$(uname -r)/source &&
make

Install the package

make install

N32

Compile the package:

CC="gcc ${BUILDN32}" ./configure --libdir=/usr/lib32  --with-kernel=/lib64/modules/$(uname -r)/source &&
make

Install the package

make install

64Bit

Compile the package:

CC="gcc ${BUILD64}" ./configure --libdir=/usr/lib64  --with-kernel=/lib64/modules/$(uname -r)/source &&
make

Install the package

make install

Contents

  • Installed Programs: ???
  • Installed Libraries: ???