ASoC: Remove needless inclusion of tlv320aic3x.h from machine drivers

After multi-component conversion these machine drivers don't actually need
anything from sound/soc/codecs/tlv320aic3x.h so don't include it.

Signed-off-by: Jarkko Nikula <jhnikula@gmail.com>
Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
This commit is contained in:
Jarkko Nikula 2011-01-05 12:05:44 +02:00 committed by Mark Brown
parent 74d2b7a34b
commit 5e79d64b03
5 changed files with 0 additions and 6 deletions

View File

@ -26,7 +26,6 @@
#include <mach/edma.h> #include <mach/edma.h>
#include <mach/mux.h> #include <mach/mux.h>
#include "../codecs/tlv320aic3x.h"
#include "davinci-pcm.h" #include "davinci-pcm.h"
#include "davinci-i2s.h" #include "davinci-i2s.h"
#include "davinci-mcasp.h" #include "davinci-mcasp.h"

View File

@ -35,7 +35,6 @@
#include "omap-mcbsp.h" #include "omap-mcbsp.h"
#include "omap-pcm.h" #include "omap-pcm.h"
#include "../codecs/tlv320aic3x.h"
#define N810_HEADSET_AMP_GPIO 10 #define N810_HEADSET_AMP_GPIO 10
#define N810_SPEAKER_AMP_GPIO 101 #define N810_SPEAKER_AMP_GPIO 101

View File

@ -36,7 +36,6 @@
#include "omap-mcbsp.h" #include "omap-mcbsp.h"
#include "omap-pcm.h" #include "omap-pcm.h"
#include "../codecs/tlv320aic3x.h"
#define RX51_TVOUT_SEL_GPIO 40 #define RX51_TVOUT_SEL_GPIO 40
#define RX51_JACK_DETECT_GPIO 177 #define RX51_JACK_DETECT_GPIO 177

View File

@ -21,7 +21,6 @@
#include <variant/dmac.h> #include <variant/dmac.h>
#include "../codecs/tlv320aic3x.h"
#include "s6000-pcm.h" #include "s6000-pcm.h"
#include "s6000-i2s.h" #include "s6000-i2s.h"

View File

@ -21,8 +21,6 @@
#include "s3c24xx-i2s.h" #include "s3c24xx-i2s.h"
#include "s3c24xx_simtec.h" #include "s3c24xx_simtec.h"
#include "../codecs/tlv320aic3x.h"
static const struct snd_soc_dapm_widget dapm_widgets[] = { static const struct snd_soc_dapm_widget dapm_widgets[] = {
SND_SOC_DAPM_LINE("GSM Out", NULL), SND_SOC_DAPM_LINE("GSM Out", NULL),
SND_SOC_DAPM_LINE("GSM In", NULL), SND_SOC_DAPM_LINE("GSM In", NULL),