Updated ALSA audio support for ALSA 0.9

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40355
This commit is contained in:
Sam Lantinga 2002-04-15 07:38:54 +00:00
parent 33c6476aad
commit df971a5e84
5 changed files with 171 additions and 371 deletions

View file

@ -377,6 +377,7 @@ static int DMA_OpenAudio(_THIS, SDL_AudioSpec *spec)
}
break;
default:
format = 0;
break;
}
if ( ! format ) {