Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ASoC: meson: axg-tdmout: right_j is not supported

Right justified format is actually not supported by the amlogic tdm output
encoder.

Fixes: c41c2a355b86 ("ASoC: meson: add tdm output driver")
Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Jerome Brunet and committed by
Mark Brown
7e0d7d0f 47c317b7

-1
-1
sound/soc/meson/axg-tdmout.c
··· 137 137 break; 138 138 139 139 case SND_SOC_DAIFMT_LEFT_J: 140 - case SND_SOC_DAIFMT_RIGHT_J: 141 140 case SND_SOC_DAIFMT_DSP_B: 142 141 skew += 1; 143 142 break;