Turn on native 32bit recording (at 48000hz).
It works perfectly on my Compaq Presario M2000Z, but my last attempt on Acer Ferrari 4000 only produce garbled sound. MFC after: 3 days
This commit is contained in:
parent
d8f173b52a
commit
e56709442e
@ -432,7 +432,7 @@ atiixp_chan_init(kobj_t obj, void *devinfo, struct snd_dbuf *b,
|
||||
ch->flush_bit = ATI_REG_FIFO_IN_FLUSH;
|
||||
ch->dma_dt_cur_bit = ATI_REG_IN_DMA_DT_CUR;
|
||||
/* XXX Native 32bit recording appear to be broken */
|
||||
ch->caps_32bit = 0;
|
||||
ch->caps_32bit = 1;
|
||||
}
|
||||
|
||||
ch->buffer = b;
|
||||
|
Loading…
Reference in New Issue
Block a user