changeset 4339:819270e2f893 SDL-1.2

Don't call it "ALSA 0.9 PCM audio" anymore, since we moved to the stable API.
author Ryan C. Gordon <icculus@icculus.org>
date Thu, 15 Oct 2009 05:29:49 +0000
parents d78e4e0bf553
children 0deabd35275b
files src/audio/alsa/SDL_alsa_audio.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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
 };