source/src/audio/netbsd/SDL_netbsdaudio.c
@@ -24,7 +24,7 @@ /* * Driver for native NetBSD audio(4). * vedge@vedge.com.ar. * nia@NetBSD.org */ #include <errno.h> @@ -261,6 +261,14 @@ prinfo->encoding = AUDIO_ENCODING_ULINEAR_BE; prinfo->precision = 16; break; case AUDIO_S32LSB: prinfo->encoding = AUDIO_ENCODING_SLINEAR_LE; prinfo->precision = 32; break; case AUDIO_S32MSB: prinfo->encoding = AUDIO_ENCODING_SLINEAR_BE; prinfo->precision = 32; break; } if (prinfo->encoding != AUDIO_ENCODING_NONE) { break;