projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
47c317b
)
ASoC: meson: axg-tdmout: right_j is not supported
author
Jerome Brunet
<jbrunet@baylibre.com>
Thu, 13 Jun 2019 11:42:31 +0000
(13:42 +0200)
committer
Mark Brown
<broonie@kernel.org>
Thu, 13 Jun 2019 18:43:40 +0000
(19:43 +0100)
Right justified format is actually not supported by the amlogic tdm output
encoder.
Fixes: c41c2a355b86 ("ASoC: meson: add tdm output driver")
Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/meson/axg-tdmout.c
patch
|
blob
|
history
diff --git
a/sound/soc/meson/axg-tdmout.c
b/sound/soc/meson/axg-tdmout.c
index 527bfc4487e02b5410a555ed0fbda0b223621f39..86537fc0ecb5c53783bd12c885a86bca5cde7314 100644
(file)
--- a/
sound/soc/meson/axg-tdmout.c
+++ b/
sound/soc/meson/axg-tdmout.c
@@
-137,7
+137,6
@@
static int axg_tdmout_prepare(struct regmap *map,
break;
case SND_SOC_DAIFMT_LEFT_J:
- case SND_SOC_DAIFMT_RIGHT_J:
case SND_SOC_DAIFMT_DSP_B:
skew += 1;
break;