Commit b627675b authored by Ryan C. Gordon's avatar Ryan C. Gordon

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
parent aeea9fca
...@@ -246,7 +246,7 @@ static SDL_AudioDevice *Audio_CreateDevice(int devindex) ...@@ -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
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment