SDL/src/audio/alsa
Sam Lantinga 0413e21e54 Fixed audio device removed events for ALSA
We don't match dev->name by string, since we might use the same string for both capture and output devices. Instead use the device pointer itself as the handle.

@icculus, are we guaranteed the device pointer is valid in ALSA_OpenDevice()?
2023-10-23 19:05:27 -07:00
..
SDL_alsa_audio.c Fixed audio device removed events for ALSA 2023-10-23 19:05:27 -07:00
SDL_alsa_audio.h audio: Cleaned out most remaining /* */ comments for // style. 2023-10-18 15:39:01 -04:00