diff options
author | Jerome Brunet <jbrunet@baylibre.com> | 2019-06-13 13:42:30 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2019-06-13 19:43:09 +0100 |
commit | 47c317b786b6c1efc2cb3cdb894fd323422fe5ea (patch) | |
tree | 0ac2c6a5b0d9a1ae5706e1df399c89152c199986 /sound/soc/meson | |
parent | cbb9f8ccc8232b4647c4180af653eee744818221 (diff) | |
download | linux-47c317b786b6c1efc2cb3cdb894fd323422fe5ea.tar.gz linux-47c317b786b6c1efc2cb3cdb894fd323422fe5ea.tar.bz2 linux-47c317b786b6c1efc2cb3cdb894fd323422fe5ea.zip |
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>
Diffstat (limited to 'sound/soc/meson')
-rw-r--r-- | sound/soc/meson/axg-tdmin.c | 1 |
1 files changed, 0 insertions, 1 deletions
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; |