Hi Kai,
Here are the instructions to get audio working with kernel mainline:
- Download the sdma tools from here:
git.pengutronix.de Git - imx/sdma-firmware.git/summary
Build it (just a simple 'make') and you will get a 'sdma-imx53.bin' binary.
- Copy this binary into your kernel source into: linux/firmware/imx/sdma/
- Edit your .config file so that the firmware can be built:
CONFIG_PREVENT_FIRMWARE_BUILD=y
CONFIG_FW_LOADER=y
CONFIG_FIRMWARE_IN_KERNEL=y
CONFIG_EXTRA_FIRMWARE="imx/sdma/sdma-imx53.bin"
CONFIG_EXTRA_FIRMWARE_DIR="firmware"
- Re-build the kernel
- Enjoy your favorite band song on your mx53qsb ;-)
Regards,
Fabio Estevam