ASoC: bcm2835: Support left/right justified and DSP modes
authorMatthias Reichl <hias@horus.com>
Sun, 7 May 2017 13:30:50 +0000 (15:30 +0200)
committerRaspbian kernel package updater <root@raspbian.org>
Sun, 8 Oct 2017 01:08:24 +0000 (01:08 +0000)
commit60a16477af2de9b0c893230afdd64427a2a3ddc7
treeed82b634ef486f4d03915edede1c518495117b59
parent6b26f966b2bd119e60b91e700e9766f39a54816b
ASoC: bcm2835: Support left/right justified and DSP modes

DSP modes and left/right justified modes can be supported
on bcm2835 by configuring the frame sync polarity and
frame sync length registers and by adjusting the
channel data position registers.

Clock and frame sync polarity handling in hw_params has
been refactored to make the interaction between logical
rising/falling edge frame start and physical configuration
(changed by normal/inverted polarity modes) clearer.

Modes where the first active data bit is transmitted immediately
after frame start (eg DSP mode B with slot 0 active)
only work reliable if bcm2835 is configured as frame master.
In frame slave mode channel swap (or shift, this isn't quite
clear yet) can occur.

Currently the driver only warns if an unstable configuration
is detected but doensn't prevent using them.

Signed-off-by: Matthias Reichl <hias@horus.com>
sound/soc/bcm/bcm2835-i2s.c