summaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/max98927.h
diff options
context:
space:
mode:
authorRyan Lee2017-09-15 02:30:39 +0200
committerMark Brown2017-09-25 21:48:14 +0200
commitd4a8bce81cbd53420988f5db0d096ad04960f189 (patch)
tree608cee91e2c2011b65da6bd0cc79f9f3397d2ead /sound/soc/codecs/max98927.h
parentASoC: max98927: Added support for DSP_A and DSP_B format (diff)
downloadkernel-qcow2-linux-d4a8bce81cbd53420988f5db0d096ad04960f189.tar.gz
kernel-qcow2-linux-d4a8bce81cbd53420988f5db0d096ad04960f189.tar.xz
kernel-qcow2-linux-d4a8bce81cbd53420988f5db0d096ad04960f189.zip
ASoC: max98927: Added max98927_dai_tdm_slot function
Signed-off-by: Ryan Lee <ryans.lee@maximintegrated.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/codecs/max98927.h')
-rw-r--r--sound/soc/codecs/max98927.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/codecs/max98927.h b/sound/soc/codecs/max98927.h
index bf7a6f92562a..9ea839735433 100644
--- a/sound/soc/codecs/max98927.h
+++ b/sound/soc/codecs/max98927.h
@@ -270,5 +270,6 @@ struct max98927_priv {
unsigned int iface;
unsigned int master;
unsigned int digital_gain;
+ bool tdm_mode;
};
#endif