Bug 15251

Summary: imx-alsa-plugins
Product: buildroot Reporter: YitzchokRosenfeld <YitzchokRosenfeld>
Component: OtherAssignee: unassigned
Status: RESOLVED WONTFIX    
Severity: normal CC: buildroot
Priority: P5    
Version: 2022.02.8   
Target Milestone: ---   
Hardware: All   
OS: Linux   
Host: Target:
Build:

Description YitzchokRosenfeld@outlook.com 2023-01-12 23:23:45 UTC
if you try compiling with the imx alsa plugins target package you get the following error:
asrc_pair.h:28:10: fatal error: linux/mxc_asrc.h: No such file or directory
Comment 1 Thomas Petazzoni 2023-01-28 20:36:34 UTC
Most likely, you are trying to build these without using an i.MX-specific Linux kernel. But as documented in ./package/freescale-imx/imx-alsa-plugins/Config.in:

comment "imx-alsa-libs needs an imx-specific Linux kernel to be built"
        depends on BR2_arm
        depends on !BR2_LINUX_KERNEL

There's not much we can do about it: this NXP user-space code includes header files from the i.MX specific Linux kernel.