From: Mark Brown Date: Mon, 27 Apr 2009 18:17:08 +0000 (+0100) Subject: ASoC: Include WM8350 register definitions in CODEC header X-Git-Tag: v2.6.31-rc1~363^2~29^2~83 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=008db442efa542357314593c71ab9966be909855;p=karo-tx-linux.git 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 --- 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 @@ #define _WM8350_H #include +#include extern struct snd_soc_dai wm8350_dai; extern struct snd_soc_codec_device soc_codec_dev_wm8350;