ASoC: cs4349: Constify cs4349_regmap
[deliverable/linux.git] / sound / soc / codecs / max98090.h
index a5f6bada06daf2d886e0717f5c13c3bcd0cfdb1f..21ff743f5af28d07bdc6ec4209b84b6ca2e77929 100644 (file)
 #ifndef _MAX98090_H
 #define _MAX98090_H
 
+/*
+ * The default operating frequency for a DMIC attached to the codec.
+ * This can be overridden by a device tree property.
+ */
+#define MAX98090_DEFAULT_DMIC_FREQ             2500000
+
 /*
  * MAX98090 Register Definitions
  */
@@ -1518,8 +1524,10 @@ struct max98090_priv {
        struct max98090_pdata *pdata;
        struct clk *mclk;
        unsigned int sysclk;
+       unsigned int pclk;
        unsigned int bclk;
        unsigned int lrclk;
+       u32 dmic_freq;
        struct max98090_cdata dai[1];
        int jack_state;
        struct delayed_work jack_work;
This page took 0.023629 seconds and 5 git commands to generate.