Skip to content

Commit

Permalink
Don't call it "ALSA 0.9 PCM audio" anymore, since we moved to the sta…
Browse files Browse the repository at this point in the history
…ble API.
  • Loading branch information
icculus committed Oct 15, 2009
1 parent e3b0bc6 commit 1ac819f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/audio/alsa/SDL_alsa_audio.c
Expand Up @@ -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
};

Expand Down

0 comments on commit 1ac819f

Please sign in to comment.