Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 342678
b: refs/heads/master
c: b951b52
h: refs/heads/master
v: v3
  • Loading branch information
Mark Brown committed Nov 28, 2012
1 parent 313da54 commit a6b11ee
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 50fcfe45d70b0059d53904e5245be65e1a8bca7c
refs/heads/master: b951b523ea45d5717377ce2216afe98440001660
4 changes: 4 additions & 0 deletions trunk/include/linux/mfd/arizona/core.h
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ enum arizona_type {

#define ARIZONA_NUM_IRQ 50

struct snd_soc_dapm_context;

struct arizona {
struct regmap *regmap;
struct device *dev;
Expand All @@ -98,6 +100,8 @@ struct arizona {

struct mutex clk_lock;
int clk32k_ref;

struct snd_soc_dapm_context *dapm;
};

int arizona_clk32k_enable(struct arizona *arizona);
Expand Down

0 comments on commit a6b11ee

Please sign in to comment.