disable 16bit mono support- this will be handled by software conversion to
stereo as hardware mono is very noisy
This commit is contained in:
parent
f974d44667
commit
cda24837e2
@ -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
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user