Don't call it "ALSA 0.9 PCM audio" anymore, since we moved to the stable API.
--HG-- branch : SDL-1.2 extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/branches/SDL-1.2%404091
This commit is contained in:
parent
aeea9fcac0
commit
b627675ba0
1 changed files with 1 additions and 1 deletions
|
@ -246,7 +246,7 @@ static SDL_AudioDevice *Audio_CreateDevice(int devindex)
|
|||
}
|
||||
|
||||
AudioBootStrap ALSA_bootstrap = {
|
||||
DRIVER_NAME, "ALSA 0.9 PCM audio",
|
||||
DRIVER_NAME, "ALSA PCM audio",
|
||||
Audio_Available, Audio_CreateDevice
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue