diff options
author | Bo Shen <voice.shen@atmel.com> | 2014-06-11 18:14:39 +0800 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2014-06-21 11:37:32 +0100 |
commit | c4027faf1dcfc325663464b3f97847358b172c0b (patch) | |
tree | 15e03d77ba7a1ae20e09a27fe52967471fdb3c0a /include/linux/atmel-ssc.h | |
parent | 53e3030b4ba10ef50bbae2c7bd344fcb10539299 (diff) |
ASoC: atmel-ssc: distinguish whether SSC supports fslen ext
Add compatible string to distinguish whether SSC supports
frame sync length extension.
Signed-off-by: Bo Shen <voice.shen@atmel.com>
Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'include/linux/atmel-ssc.h')
-rw-r--r-- | include/linux/atmel-ssc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/atmel-ssc.h b/include/linux/atmel-ssc.h index 571a12ebb018..e8dd40873d55 100644 --- a/include/linux/atmel-ssc.h +++ b/include/linux/atmel-ssc.h @@ -7,6 +7,7 @@ struct atmel_ssc_platform_data { int use_dma; + int has_fslen_ext; }; struct ssc_device { |