diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2013-02-11 11:06:48 +0000 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2013-02-11 11:06:48 +0000 |
commit | 3dc4b7af38d14fc7eeab18f3c08d533ad84a187e (patch) | |
tree | 3735ad7203ef0f200bda6bac58a2e9b3c6d6e46c /include/sound | |
parent | efad6eed2698a975ef4c82d97ab7a6279e978fd0 (diff) | |
parent | 3f3af6eeff3e048e27eb864519e779aedc194386 (diff) | |
download | linux-3.10-3dc4b7af38d14fc7eeab18f3c08d533ad84a187e.tar.gz linux-3.10-3dc4b7af38d14fc7eeab18f3c08d533ad84a187e.tar.bz2 linux-3.10-3dc4b7af38d14fc7eeab18f3c08d533ad84a187e.zip |
Merge remote-tracking branch 'asoc/topic/wm2000' into asoc-next
Diffstat (limited to 'include/sound')
-rw-r--r-- | include/sound/wm2000.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/sound/wm2000.h b/include/sound/wm2000.h index aa388ca9ec6..4de81f41c90 100644 --- a/include/sound/wm2000.h +++ b/include/sound/wm2000.h @@ -15,9 +15,6 @@ struct wm2000_platform_data { /** Filename for system-specific image to download to device. */ const char *download_file; - /** Divide MCLK by 2 for system clock? */ - unsigned int mclkdiv2:1; - /** Disable speech clarity enhancement, for use when an * external algorithm is used. */ unsigned int speech_enh_disable:1; |