marwan 发表于 2005-5-13 12:17:23

请问谁成功编译过alsa-driver-1.0.9rc3 ?

目前ML采用的ALSA 是1.0.8版,不支持我的声卡。

我下载编译alsa-driver-1.0.9rc3,在make的时候出错:

In file included from /root/Download/alsa-driver-1.0.9rc3/i2c/other/ak4114.c:1:
/root/Download/alsa-driver-1.0.9rc3/i2c/other/../../alsa-kernel/i2c/other/ak4114.c:109:49: macro "create_workqueue" requires 2 arguments, but only 1 given
In file included from /root/Download/alsa-driver-1.0.9rc3/i2c/other/ak4114.c:1:
/root/Download/alsa-driver-1.0.9rc3/i2c/other/../../alsa-kernel/i2c/other/ak4114.c: In function `snd_ak4114_create':
/root/Download/alsa-driver-1.0.9rc3/i2c/other/../../alsa-kernel/i2c/other/ak4114.c:109: error: `create_workqueue' undeclared (first use in this function)
/root/Download/alsa-driver-1.0.9rc3/i2c/other/../../alsa-kernel/i2c/other/ak4114.c:109: error: (Each undeclared identifier is reported only once
/root/Download/alsa-driver-1.0.9rc3/i2c/other/../../alsa-kernel/i2c/other/ak4114.c:109: error: for each function it appears in.)
make: *** 错误 1
make: *** 错误 2
make: *** 错误 2
make: *** 错误 2
make: *** 错误 2
make: Leaving directory `/usr/src/linux-2.6.9'
make: *** 错误 2

请问怎么解决?谢谢!

crazy4u 发表于 2005-5-13 21:20:46

输入如下命令就行:“./configure && make && make install”.

marwan 发表于 2005-5-13 22:54:26

输入如下命令就行:“./configure && make && make install”.

我就是这样做的。

但在make 时就出错了。

你成功编译过吗?

demonlj 发表于 2005-5-14 01:16:22

成功过,应该是没什么问题的
去linux-2.6.9做个prepare-all工作,看有用没
页: [1]
查看完整版本: 请问谁成功编译过alsa-driver-1.0.9rc3 ?