1 Apr
2024
1 Apr
'24
12:31 p.m.
On Mon, Apr 01, 2024 at 12:13:39PM +0200, Oswald Buddenhagen wrote:
We already have frames, so don't convert them to bytes - the mid-layer would convert them to frames again anyway.
...
- /*
* ALSA wants the byte-size of the FIFOs. As we only support
* 16-bit samples, this is twice the FIFO depth irrespective
* of whether it's in compact mode or not.
*/
- runtime->hw.fifo_size = aaci->fifo_depth * 2;
- runtime->hw.fifo_size = aaci->fifo_depth;
When did ALSA change to wanting frames in "fifo_size" rather than bytes?
--
RMK's Patch system: https://www.armlinux.org.uk/developer/patches/
FTTP is here! 80Mbps down 10Mbps up. Decent connectivity at last!