On Mon, Jul 05, 2021 at 05:58:04PM +0300, Péter Ujfalusi wrote: > On 04/07/2021 18:04, Peter Ujfalusi wrote: > > + u8 slots = mcasp->op_mode == DAVINCI_MCASP_DIT_MODE ? 384 : mcasp->tdm_slots; > This is wrong. > 384 will not fit to u8... > I wonder why I don't saw this... Or the compiler for that matter...