diff options
| author | Charles Keepax <ckeepax@opensource.wolfsonmicro.com> | 2014-06-04 05:11:06 -0400 |
|---|---|---|
| committer | Mark Brown <broonie@linaro.org> | 2014-06-04 11:44:28 -0400 |
| commit | ed70f3a264e9f746eaf17c96ccc4c9b7eda742dc (patch) | |
| tree | 4585056618a46157856d48bc58674336c344e539 /include/linux/mfd | |
| parent | 9374f375ab8b91a394487ef0707d827dcdeb8139 (diff) | |
ASoC: arizona: Implement TDM support for Arizona devices
Signed-off-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'include/linux/mfd')
| -rw-r--r-- | include/linux/mfd/arizona/core.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/mfd/arizona/core.h b/include/linux/mfd/arizona/core.h index 5cf8b91ce996..11783b511b9a 100644 --- a/include/linux/mfd/arizona/core.h +++ b/include/linux/mfd/arizona/core.h | |||
| @@ -110,6 +110,9 @@ struct arizona { | |||
| 110 | int clk32k_ref; | 110 | int clk32k_ref; |
| 111 | 111 | ||
| 112 | struct snd_soc_dapm_context *dapm; | 112 | struct snd_soc_dapm_context *dapm; |
| 113 | |||
| 114 | int tdm_width[ARIZONA_MAX_AIF]; | ||
| 115 | int tdm_slots[ARIZONA_MAX_AIF]; | ||
| 113 | }; | 116 | }; |
| 114 | 117 | ||
| 115 | int arizona_clk32k_enable(struct arizona *arizona); | 118 | int arizona_clk32k_enable(struct arizona *arizona); |
