--- wildmidi-0.2.2/src/wildmidi.c.orig 2004-01-28 18:13:46.000000000 +0000 +++ wildmidi-0.2.2/src/wildmidi.c 2008-07-06 14:31:38.000000000 +0100 @@ -442,7 +442,7 @@ return -1; } - if (snd_pcm_hw_params_set_format (pcm, hw, SND_PCM_FORMAT_S16) < 0) { + if (snd_pcm_hw_params_set_format (pcm, hw, SND_PCM_FORMAT_S16_LE) < 0) { printf("ALSA does not support 16bit signed audio for your soundcard\n"); close_alsa_output(); return -1;