summaryrefslogtreecommitdiff
path: root/sound/soc/meson/axg-tdm-formatter.h
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2020-07-30 19:57:10 +0100
committerMark Brown <broonie@kernel.org>2020-07-30 19:57:10 +0100
commit20196e0e3840a36defd79e036d4430c482e3ce8d (patch)
tree011a6fcad782ba6a3713df8dba1561cef8f65e88 /sound/soc/meson/axg-tdm-formatter.h
parent5c74c9d34aec1ac756de6979dd5580096aba8643 (diff)
parent0d3f01dcdc234001f979a0af0b6b31cb9f25b6c1 (diff)
downloadlwn-20196e0e3840a36defd79e036d4430c482e3ce8d.tar.gz
lwn-20196e0e3840a36defd79e036d4430c482e3ce8d.zip
Merge series "ASoC: meson: tdm fixes" from Jerome Brunet <jbrunet@baylibre.com>:
This patcheset is collection of fixes for the TDM input and output the axg audio architecture. Its fixes: - slave mode format setting - g12 and sm1 skew offset - tdm clock inversion - standard daifmt props names which don't require a specific prefix Jerome Brunet (4): ASoC: meson: axg-tdm-interface: fix link fmt setup ASoC: meson: axg-tdmin: fix g12a skew ASoC: meson: axg-tdm-formatters: fix sclk inversion ASoC: meson: cards: remove DT_PREFIX for standard daifmt properties sound/soc/meson/axg-tdm-formatter.c | 11 ++++++----- sound/soc/meson/axg-tdm-formatter.h | 1 - sound/soc/meson/axg-tdm-interface.c | 26 +++++++++++++++++--------- sound/soc/meson/axg-tdmin.c | 16 +++++++++++++++- sound/soc/meson/axg-tdmout.c | 3 --- sound/soc/meson/meson-card-utils.c | 2 +- 6 files changed, 39 insertions(+), 20 deletions(-) -- 2.25.4
Diffstat (limited to 'sound/soc/meson/axg-tdm-formatter.h')
-rw-r--r--sound/soc/meson/axg-tdm-formatter.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/meson/axg-tdm-formatter.h b/sound/soc/meson/axg-tdm-formatter.h
index 9ef98e955cb2..a1f0dcc0ff13 100644
--- a/sound/soc/meson/axg-tdm-formatter.h
+++ b/sound/soc/meson/axg-tdm-formatter.h
@@ -16,7 +16,6 @@ struct snd_kcontrol;
struct axg_tdm_formatter_hw {
unsigned int skew_offset;
- bool invert_sclk;
};
struct axg_tdm_formatter_ops {