From 71bf8499f4cc49693595e74b0e629d634a847a06 Mon Sep 17 00:00:00 2001 From: Mark Brown Date: Tue, 3 Mar 2009 11:28:22 +0000 Subject: ASoC: Remove some unused headers from the GTA02 audio driver Stops anyone wondering what they're needed for. Signed-off-by: Mark Brown --- sound/soc/s3c24xx/neo1973_gta02_wm8753.c | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'sound') diff --git a/sound/soc/s3c24xx/neo1973_gta02_wm8753.c b/sound/soc/s3c24xx/neo1973_gta02_wm8753.c index 561c9f10d5b..8e2c7fd9725 100644 --- a/sound/soc/s3c24xx/neo1973_gta02_wm8753.c +++ b/sound/soc/s3c24xx/neo1973_gta02_wm8753.c @@ -17,41 +17,25 @@ #include #include #include -#include #include #include #include #include #include -#include #include #include #include #include -//#include #include -#include #include #include #include "../codecs/wm8753.h" #include "s3c24xx-pcm.h" #include "s3c24xx-i2s.h" -/* define the scenarios */ -#define NEO_AUDIO_OFF 0 -#define NEO_GSM_CALL_AUDIO_HANDSET 1 -#define NEO_GSM_CALL_AUDIO_HEADSET 2 -#define NEO_GSM_CALL_AUDIO_BLUETOOTH 3 -#define NEO_STEREO_TO_SPEAKERS 4 -#define NEO_STEREO_TO_HEADPHONES 5 -#define NEO_CAPTURE_HANDSET 6 -#define NEO_CAPTURE_HEADSET 7 -#define NEO_CAPTURE_BLUETOOTH 8 -#define NEO_STEREO_TO_HANDSET_SPK 9 - static struct snd_soc_card neo1973_gta02; static int neo1973_gta02_hifi_hw_params(struct snd_pcm_substream *substream, -- cgit v1.2.3