diff options
author | Ryan Lee <ryans.lee@maximintegrated.com> | 2017-09-14 17:30:39 -0700 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2017-09-25 12:48:14 -0700 |
commit | d4a8bce81cbd53420988f5db0d096ad04960f189 (patch) | |
tree | 608cee91e2c2011b65da6bd0cc79f9f3397d2ead /sound/soc/codecs/max98927.h | |
parent | 4eee20246c0fa77a7a7b189ac806d5f78d675546 (diff) | |
download | linux-d4a8bce81cbd53420988f5db0d096ad04960f189.tar.gz |
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 |