We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 5076

Summary: [PATCH] SDL_netbsdaudio: Add support for 32-bit LPCM.
Product: SDL Reporter: Nia Alarie <nia>
Component: audioAssignee: Ryan C. Gordon <icculus>
Status: RESOLVED FIXED QA Contact: Sam Lantinga <slouken>
Severity: enhancement    
Priority: P2    
Version: HG 2.0   
Hardware: x86_64   
OS: NetBSD   
Attachments: Patch adds support for 32-bit LPCM audio on NetBSD

Description Nia Alarie 2020-04-05 16:10:08 UTC
Created attachment 4292 [details]
Patch adds support for 32-bit LPCM audio on NetBSD

The kernel supports this, make SDL expose it so it can be used.

(If possible the contact email address in this file should be changed to nia@NetBSD.org; I'm the maintainer of the NetBSD SDL package and generally the person who gets convinced to write audio backends for this platform.)
Comment 1 Sam Lantinga 2020-04-05 17:45:19 UTC
Patch added and e-mail address changed:
https://hg.libsdl.org/SDL/rev/10a795c0dd52

Thanks!