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:
Ryan C. Gordon 2009-10-15 05:29:49 +00:00
parent aeea9fcac0
commit b627675ba0

View file

@ -246,7 +246,7 @@ static SDL_AudioDevice *Audio_CreateDevice(int devindex)
} }
AudioBootStrap ALSA_bootstrap = { AudioBootStrap ALSA_bootstrap = {
DRIVER_NAME, "ALSA 0.9 PCM audio", DRIVER_NAME, "ALSA PCM audio",
Audio_Available, Audio_CreateDevice Audio_Available, Audio_CreateDevice
}; };