diff options
author | Philippe Langlais <philippe.langlais@linaro.org> | 2011-06-15 15:53:44 +0200 |
---|---|---|
committer | said m bagheri <ebgheri@steludxu2848.(none)> | 2011-06-17 13:42:17 +0200 |
commit | 739571b9c504780a354c52905610b29a7ac823e6 (patch) | |
tree | dcf9d608548da12fd2fe84e3df4725b60ff0101b | |
parent | ec939f287c27ea3a326a2988026d393bfeae4fd4 (diff) |
cg2900: sound: fixes due to move cg29xx driver in staging
Signed-off-by: Philippe Langlais <philippe.langlais@linaro.org>
-rw-r--r-- | sound/soc/codecs/cg29xx.c | 2 | ||||
-rw-r--r-- | sound/soc/codecs/cg29xx.h | 2 | ||||
-rw-r--r-- | sound/soc/ux500/Kconfig | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sound/soc/codecs/cg29xx.c b/sound/soc/codecs/cg29xx.c index 41d8b11c2db..1ee3f3c38af 100644 --- a/sound/soc/codecs/cg29xx.c +++ b/sound/soc/codecs/cg29xx.c @@ -25,7 +25,7 @@ #include <sound/soc.h> #include <sound/soc-dapm.h> #include <linux/bitops.h> -#include <linux/mfd/cg2900_audio.h> +#include <../../../drivers/staging/cg2900/include/cg2900_audio.h> #include "cg29xx.h" diff --git a/sound/soc/codecs/cg29xx.h b/sound/soc/codecs/cg29xx.h index 5e73bc4b65a..fec52d7cdd7 100644 --- a/sound/soc/codecs/cg29xx.h +++ b/sound/soc/codecs/cg29xx.h @@ -13,7 +13,7 @@ #ifndef CG29XX_CODEC_H #define CG29XX_CODEC_H -#include <linux/mfd/cg2900_audio.h> +#include <../../../drivers/staging/cg2900/include/cg2900_audio.h> struct cg29xx_codec_dai_data { struct mutex mutex; diff --git a/sound/soc/ux500/Kconfig b/sound/soc/ux500/Kconfig index 9463ff264fd..02239929879 100644 --- a/sound/soc/ux500/Kconfig +++ b/sound/soc/ux500/Kconfig @@ -35,7 +35,7 @@ config SND_SOC_UX500_AB8500 config SND_SOC_UX500_CG29XX bool "Codec - CG29xx" - depends on SND_SOC_UX500 && (UX500_SOC_DB8500 || UX500_SOC_DB5500) && MFD_CG2900_AUDIO + depends on SND_SOC_UX500 && (UX500_SOC_DB8500 || UX500_SOC_DB5500) && CG2900_AUDIO select SND_SOC_CG29XX default n help |