From a6b11ee54ec2a458d8c3429207c7ac3b6e236fde Mon Sep 17 00:00:00 2001 From: Mark Brown Date: Mon, 26 Nov 2012 21:11:10 +0000 Subject: [PATCH] --- yaml --- r: 342678 b: refs/heads/master c: b951b523ea45d5717377ce2216afe98440001660 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/linux/mfd/arizona/core.h | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 8f47b485a8ba..6a7f2d5b29ae 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 50fcfe45d70b0059d53904e5245be65e1a8bca7c +refs/heads/master: b951b523ea45d5717377ce2216afe98440001660 diff --git a/trunk/include/linux/mfd/arizona/core.h b/trunk/include/linux/mfd/arizona/core.h index dd231ac0bb1f..a580363a7d29 100644 --- a/trunk/include/linux/mfd/arizona/core.h +++ b/trunk/include/linux/mfd/arizona/core.h @@ -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; @@ -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);