aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/wm8350.h
diff options
context:
space:
mode:
authorMark Brown <broonie@opensource.wolfsonmicro.com>2009-04-27 14:17:08 -0400
committerMark Brown <broonie@opensource.wolfsonmicro.com>2009-04-27 15:27:01 -0400
commit008db442efa542357314593c71ab9966be909855 (patch)
tree1fd5ccb497ff002ea03d57f5a0d6ec232f02246b /sound/soc/codecs/wm8350.h
parent4bc4d8998a472cd64aa66a4abad3d833be901028 (diff)
ASoC: Include WM8350 register definitions in CODEC header
It's expected behaviour for the CODEC header to provide them but the WM8350 doesn't due to having all the registers together under drivers/mfd. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/codecs/wm8350.h')
-rw-r--r--sound/soc/codecs/wm8350.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/codecs/wm8350.h b/sound/soc/codecs/wm8350.h
index d11bd9288cf9..d088eb4b88bb 100644
--- a/sound/soc/codecs/wm8350.h
+++ b/sound/soc/codecs/wm8350.h
@@ -13,6 +13,7 @@
13#define _WM8350_H 13#define _WM8350_H
14 14
15#include <sound/soc.h> 15#include <sound/soc.h>
16#include <linux/mfd/wm8350/audio.h>
16 17
17extern struct snd_soc_dai wm8350_dai; 18extern struct snd_soc_dai wm8350_dai;
18extern struct snd_soc_codec_device soc_codec_dev_wm8350; 19extern struct snd_soc_codec_device soc_codec_dev_wm8350;