Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

If a Linux 2.6 kernel is compiled with OABI/EABI concurrent support enabled why do ALSA audio applications fail with bad ioctl errors?

0
Posted

If a Linux 2.6 kernel is compiled with OABI/EABI concurrent support enabled why do ALSA audio applications fail with bad ioctl errors?

0

The EABI compatability causes the kernel internal data structures to be built with EABI alignments. This causes ioctl() calls which contain binary data structures (such as ALSA) to fail because the structure size and packing has changed. There is no known workaround except to build the kernel for only the required ABI.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123