On 9/20/20 1:07 PM, Clément Péron wrote: > From: Marcus Cooper <[email protected]> > > Extend the functionality of the driver to include support of 20 and > 24 bits per sample. > > Signed-off-by: Marcus Cooper <[email protected]> > Signed-off-by: Clément Péron <[email protected]> > Acked-by: Maxime Ripard <[email protected]> > --- > sound/soc/sunxi/sun4i-i2s.c | 11 +++++++++-- > 1 file changed, 9 insertions(+), 2 deletions(-) > As I have mentioned before, if you want to support a 32-bit slot width on sun4i variants (which patch 2 does via TDM and this patch does via PCM format), you need to fix sun4i_i2s_get_wss() to return "3", not "4", for a 32-bit input.
Cheers, Samuel -- You received this message because you are subscribed to the Google Groups "linux-sunxi" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web, visit https://groups.google.com/d/msgid/linux-sunxi/2d2799c5-62e8-8e64-c739-3d85b89c1178%40sholland.org.
