mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-05-02 18:17:50 -04:00
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>
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user