1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-17 10:26:15 +00:00

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

stereo as hardware mono is very noisy
This commit is contained in:
Cameron Grant 2000-09-09 21:31:06 +00:00
parent 186cbe8e5d
commit 0a1fe8922f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=65647

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
};