# HG changeset patch # User Ryan C. Gordon # Date 1255584589 0 # Node ID 819270e2f893a59418c82dc031f610bd29a28351 # Parent d78e4e0bf553199d423522608b53421cdd4635ce Don't call it "ALSA 0.9 PCM audio" anymore, since we moved to the stable API. diff -r d78e4e0bf553 -r 819270e2f893 src/audio/alsa/SDL_alsa_audio.c --- a/src/audio/alsa/SDL_alsa_audio.c Thu Oct 15 05:18:48 2009 +0000 +++ b/src/audio/alsa/SDL_alsa_audio.c Thu Oct 15 05:29:49 2009 +0000 @@ -246,7 +246,7 @@ } AudioBootStrap ALSA_bootstrap = { - DRIVER_NAME, "ALSA 0.9 PCM audio", + DRIVER_NAME, "ALSA PCM audio", Audio_Available, Audio_CreateDevice };