ALSA
Posted 扑克face
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ALSA相关的知识,希望对你有一定的参考价值。
一、软件移植
1.1 alsa-lib
alsa-utils-1.2.5.1 (linuxfromscratch.org)
./configure --host=arm-linux --prefix=${PWD}/_install
make && make install
1.2 ncurses
./configure --host=arm-linux --prefix=${PWD}/_install
make && make install
1.3 alsa-utils
alsa-utils-1.2.5.1 (linuxfromscratch.org)
./configure --host=arm-linux --prefix=${PWD}/_install --with-curses=ncurses --disable-xmlto --disable-nls
make && make install
以上是关于ALSA的主要内容,如果未能解决你的问题,请参考以下文章