diff options
author | Ryan Lee <ryans.lee@maximintegrated.com> | 2017-09-15 02:30:39 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2017-09-25 21:48:14 +0200 |
commit | d4a8bce81cbd53420988f5db0d096ad04960f189 (patch) | |
tree | 608cee91e2c2011b65da6bd0cc79f9f3397d2ead /sound/soc/codecs/max98927.h | |
parent | ASoC: max98927: Added support for DSP_A and DSP_B format (diff) | |
download | linux-d4a8bce81cbd53420988f5db0d096ad04960f189.tar.xz 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.h | 1 |
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 |