disable 16bit mono support- this will be handled by software conversion to

stereo as hardware mono is very noisy
This commit is contained in:
cg 2000-09-09 21:31:06 +00:00
parent f974d44667
commit cda24837e2

View File

@ -202,7 +202,7 @@ static pcmchan_caps ds_reccaps = {4000, 48000, ds_recfmt, 0};
static u_int32_t ds_playfmt[] = {
AFMT_U8,
AFMT_STEREO | AFMT_U8,
AFMT_S16_LE,
/* AFMT_S16_LE, */
AFMT_STEREO | AFMT_S16_LE,
0
};