diff options
author | Bo Shen <voice.shen@atmel.com> | 2014-06-11 06:14:39 -0400 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2014-06-21 06:37:32 -0400 |
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 @@ | |||
7 | 7 | ||
8 | struct atmel_ssc_platform_data { | 8 | struct atmel_ssc_platform_data { |
9 | int use_dma; | 9 | int use_dma; |
10 | int has_fslen_ext; | ||
10 | }; | 11 | }; |
11 | 12 | ||
12 | struct ssc_device { | 13 | struct ssc_device { |