fixed the format of 16bit-au file.

This commit is contained in:
Takashi Iwai 2002-05-07 12:20:19 +00:00
parent 2ebe53c082
commit b9f9453a9a

View file

@ -702,7 +702,7 @@ static int test_au(int fd, void *buffer)
hwparams.format = SND_PCM_FORMAT_U8;
break;
case AU_FMT_LIN16:
hwparams.format = SND_PCM_FORMAT_U16_LE;
hwparams.format = SND_PCM_FORMAT_S16_BE;
break;
default:
return -1;