• Peter Ujfalusi's avatar
    ASoC: omap-mcbsp: On OMAP1 and OMAP2420 only 16bit format is supported · 61f18dc7
    Peter Ujfalusi authored
    For samples sizes of 20/24/32 bit the DRR2/DXR2 registers must be used to
    receive or transmit the most significant part of the 32bit sample.
    We can not trick the system by using the DRR2/DXR2 register offset and use
    32bit element size since these (and other McBSP) registers are 16bit ones.
    
    We would need support for port_window in cyclic mode from the sDMA driver,
    but it is not straight forward as we would need to have the sDMA frame to
    cover the 32bit (DRR2+DRR1/DXR2+DXR1), but the frames must cover the ALSA
    period to be able to receive periodic interrupts.
    
    Since the 32bit samples are not working (DMA timeout), just remove it in
    case we have McBSP with reg_size of 2.
    Signed-off-by: default avatarPeter Ujfalusi <peter.ujfalusi@ti.com>
    Acked-by: default avatarJarkko Nikula <jarkko.nikula@bitmer.com>
    Signed-off-by: default avatarMark Brown <broonie@kernel.org>
    61f18dc7
omap-mcbsp.c 24.3 KB