Linux Audio Device Driver for TFA98xx Devices
Last modified by superadmin on 2020/04/18 20:52
TFA98xx Audio Device Driver
This is the linux audio device driver for NXP TFA98xx devices.
Releases
Initial driver release. Supported devices:
TFA9872, TFA9874, TFA9892, TFA9890, TFA9888, TFA9891, TFA9894, TFA9895, TFA9896, TFA9897
Patch Releases
n.a.
Downloading and Building from Source
Download the source:
git clone https://source.codeaurora.org/external/mas/tfa98xx
Build driver module:
Make sure that the environment variables ARCH and CROSS_COMPILE are set for your architecture and cross compiler, and that KDIR points to the kernel to build against.
> export ARCH=arm
> export CROSS_COMPILE=arm-linux-gnueabihf-
> export KDIR=../Linux
> make clean; make