diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-12-14 15:16:58 +0900 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-12-24 15:42:35 +0000 |
commit | d61100bbd18e8b3fc9406be55354dabd5e7525ec (patch) | |
tree | 0adbfd1c8e57abeaa02ff3b8fdff52511a2a620b /include/sound/wm2000.h | |
parent | 514cfd6dd72508b79030c8504764a73a7261b713 (diff) | |
download | linux-stable-d61100bbd18e8b3fc9406be55354dabd5e7525ec.tar.gz linux-stable-d61100bbd18e8b3fc9406be55354dabd5e7525ec.tar.bz2 linux-stable-d61100bbd18e8b3fc9406be55354dabd5e7525ec.zip |
ASoC: wm2000: Use clock API integration to configure MCLK divisor
Since we are now using the clock API integration to manage MCLK we can now
use clk_get_rate() to determine if we need to divide MCLK without relying
on platform data.
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'include/sound/wm2000.h')
-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 aa388ca9ec64..4de81f41c90f 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; |