Re: ARMv7A Sound Not Working On OpenJDK-11

2021-10-22 Thread John Cummings
Nevermind! I found the solution shortly after: it turns out there was a discrepancy between the libasound.so.2.0.0 on the system and the one in my buildroot. For some reason snd_pcm_hw_params_get_channels_min in src/java.desktop/linux/native/libjsound/PLATFORM_API_LinuxOS_ALSA_PCM.c at 156 would al

ARMv7A Sound Not Working On OpenJDK-11

2021-10-22 Thread John Cummings
Hello all, I have been attempting to build OpenJDK-11 for an ARMv7-A system using Cortex-A7 that currently runs Java 8. After resolving my build issues with the build-dev mailing list (who sent me here for this issue), I'm able to make it run on the system, but it cannot play sound and I have been