| Summary: | SDL_GetAudioDeviceName(1,0) on OSS target reports NULL. | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Ryan C. Gordon <icculus> |
| Component: | audio | Assignee: | Ryan C. Gordon <icculus> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | HG 2.0 | ||
| Hardware: | x86 | ||
| OS: | Linux | ||
|
Description
Ryan C. Gordon
2009-10-09 23:42:14 UTC
Assigning to myself, but won't look at until after 1.2.14 ships. --ryan. This was a brainfart on my part. SDL_GetAudioDeviceName(1,x) doesn't mean "the default device from legacy SDL_OpenAudio() call." I removed the wrong code from loopwave.c in svn revision #5476. --ryan. |