[Alsa-user] About using alsa-utils to test alsa driver on i.mx27 board with wm8974 soc chip

2010-06-23 Thread jji...@nudt.edu.cn
Hi all, I have a i.mx27 board with wm8974 sound soc. And the alsa-driver has been built for this board. The driver seems to work well. The device file has been created. And using "amixer scontrols", the list of all available alsa controls is displayed. However, when playing wav file with "aplay

[Alsa-user] Can't cross-compiling alsa-driver kernel modules for arm linux

2010-04-19 Thread jji...@nudt.edu.cn
Sorry for repeated post. But I'm really confused and any suggestion is appreciated. I have been trying to cross compile alsa-driver-1.0.22 for my arm-linux board. After the configuration and make process, there are some *.o object files generated in the "modules" directory. But the desired *.ko k

[Alsa-user] Failed to cross compiling alsa-driver (can't get .ko modules)

2010-04-17 Thread jji...@nudt.edu.cn
Hi all, I 'm trying to cross compile alsa-driver-1.0.22 against arm linux(kernel 2.6.19.2). After the build process finishes, the object files in "modules" directory are all *.o files, not the desired *.ko files. My configure options are: ./configure --with-cross=arm-linux- --with-kernel=/work/

[Alsa-user] Problem about cross-compiling alsa-utils

2010-04-14 Thread jji...@nudt.edu.cn
Hi all, I can't cross compile alsa-utils for arm-linux platform. My configure options: LD=arm-linux-ld ./configure --prefix=/work/alsa-utils/utils --with-alsa-prefix=/work/alsa/lib --with-alsa-inc-prefix=/work/alsa/include --host=arm-linux --build=i686-linux --disable-nls The configuration

[Alsa-user] Need help on cross compile alsa-driver 1.0.22 for i.mx27

2010-03-26 Thread jji...@nudt.edu.cn
Hi, I'm trying to build alsa-1.0.22 driver for my wm8974 codec on i.Mx27 platform. The kernel for i.MX27 is 2.6.19. I need to cross compile it on x86 platform for i.Mx27. And I'm sure the cross compile environment works well. Here is my configure options for alsa driver: /configure --with-cros