From 1ac819f240fa4e3314d287b73e5ffe1f7940b7c4 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Thu, 15 Oct 2009 05:29:49 +0000 Subject: [PATCH] Don't call it "ALSA 0.9 PCM audio" anymore, since we moved to the stable API. --- src/audio/alsa/SDL_alsa_audio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/audio/alsa/SDL_alsa_audio.c b/src/audio/alsa/SDL_alsa_audio.c index 923a93dcc..97bb4b2af 100644 --- a/src/audio/alsa/SDL_alsa_audio.c +++ b/src/audio/alsa/SDL_alsa_audio.c @@ -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 };