ASoC: meson: axg-tdmin: right_j is not supported
Right justified format is actually not supported by the amlogic tdm input
decoder.
Fixes: 13a22e6a98
("ASoC: meson: add tdm input driver")
Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
cbb9f8ccc8
commit
47c317b786
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user