From: Jerome Brunet Date: Thu, 13 Jun 2019 11:42:30 +0000 (+0200) Subject: ASoC: meson: axg-tdmin: right_j is not supported X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=47c317b786b6c1efc2cb3cdb894fd323422fe5ea;p=linux.git 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 Signed-off-by: Mark Brown --- diff --git a/sound/soc/meson/axg-tdmin.c b/sound/soc/meson/axg-tdmin.c index a790f925a4ef3..cb87f17f3e952 100644 --- a/sound/soc/meson/axg-tdmin.c +++ b/sound/soc/meson/axg-tdmin.c @@ -121,7 +121,6 @@ static int axg_tdmin_prepare(struct regmap *map, break; case SND_SOC_DAIFMT_LEFT_J: - case SND_SOC_DAIFMT_RIGHT_J: case SND_SOC_DAIFMT_DSP_B: break;