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

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

Right justified format is actually not supported by the amlogic tdm input
decoder.

Fixes: 13a22e6a98f8 ("ASoC: meson: add tdm input 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
47c317b7 cbb9f8cc

-1
-1
sound/soc/meson/axg-tdmin.c
··· 121 121 break; 122 122 123 123 case SND_SOC_DAIFMT_LEFT_J: 124 - case SND_SOC_DAIFMT_RIGHT_J: 125 124 case SND_SOC_DAIFMT_DSP_B: 126 125 break; 127 126