16 Feb
2010
16 Feb
'10
2:36 p.m.
On Tue, Feb 16, 2010 at 01:23:14PM +0200, Peter Ujfalusi wrote:
Hello,
Two small fixes for the tlv320dac33 codec driver: Clearing the FIFFLUSH flag before playback start The register cache has the bit set after the playback is stopped, so clear it before the playback. OSCSET calculation in case of 44.1KHz sampling rate was off by 1 (0x1588 instead of 0x1589, which is the value should be used according to TI).
Applied both, thanks.