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
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
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/
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
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