|
@@ -78,6 +78,8 @@ enum arizona_type {
|
|
|
|
|
|
#define ARIZONA_NUM_IRQ 50
|
|
#define ARIZONA_NUM_IRQ 50
|
|
|
|
|
|
|
|
+struct snd_soc_dapm_context;
|
|
|
|
+
|
|
struct arizona {
|
|
struct arizona {
|
|
struct regmap *regmap;
|
|
struct regmap *regmap;
|
|
struct device *dev;
|
|
struct device *dev;
|
|
@@ -98,6 +100,8 @@ struct arizona {
|
|
|
|
|
|
struct mutex clk_lock;
|
|
struct mutex clk_lock;
|
|
int clk32k_ref;
|
|
int clk32k_ref;
|
|
|
|
+
|
|
|
|
+ struct snd_soc_dapm_context *dapm;
|
|
};
|
|
};
|
|
|
|
|
|
int arizona_clk32k_enable(struct arizona *arizona);
|
|
int arizona_clk32k_enable(struct arizona *arizona);
|