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 - [PATCH] SDL_netbsdaudio: Add support for 32-bit LPCM.
Summary: [PATCH] SDL_netbsdaudio: Add support for 32-bit LPCM.
Status: RESOLVED FIXED
Alias: None
Product: SDL
Classification: Unclassified
Component: audio (show other bugs)
Version: HG 2.0
Hardware: x86_64 NetBSD
: P2 enhancement
Assignee: Ryan C. Gordon
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-04-05 16:10 UTC by Nia Alarie
Modified: 2020-04-05 17:45 UTC (History)
0 users

See Also:


Attachments
Patch adds support for 32-bit LPCM audio on NetBSD (712 bytes, patch)
2020-04-05 16:10 UTC, Nia Alarie
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!