diff mbox series

[1/4] ASoC: meson: axg-tdmin: right_j is not supported

Message ID 20190613114233.21130-2-jbrunet@baylibre.com (mailing list archive)
State Accepted
Commit 47c317b786b6c1efc2cb3cdb894fd323422fe5ea
Headers show
Series ASoC: meson: axg-tdm: i2s format fixups | expand

Commit Message

Jerome Brunet June 13, 2019, 11:42 a.m. UTC
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>
---
 sound/soc/meson/axg-tdmin.c | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

diff --git a/sound/soc/meson/axg-tdmin.c b/sound/soc/meson/axg-tdmin.c
index a790f925a4ef..cb87f17f3e95 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;