diff options
author | Kukjin Kim <kgene.kim@samsung.com> | 2014-06-30 17:32:27 -0400 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2014-07-14 14:05:00 -0400 |
commit | d788cbd3f9065d829351746f94417d469f14eaaf (patch) | |
tree | ba0802ad38fbb87ce5b7a1e2c0500e541e312f2f | |
parent | 3a549fbffcd141b27afa7b160d67993dd40a596f (diff) |
ASoC: samsung: remove s5pc100 related codes
This patch removes s5pc100 related codes in
<linux/platform_data/asoc-s3c.h>.
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
-rw-r--r-- | include/linux/platform_data/asoc-s3c.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/include/linux/platform_data/asoc-s3c.h b/include/linux/platform_data/asoc-s3c.h index 709c6f7e2f8c..a6591c693ebb 100644 --- a/include/linux/platform_data/asoc-s3c.h +++ b/include/linux/platform_data/asoc-s3c.h | |||
@@ -15,15 +15,6 @@ | |||
15 | #define S3C64XX_AC97_GPE 1 | 15 | #define S3C64XX_AC97_GPE 1 |
16 | extern void s3c64xx_ac97_setup_gpio(int); | 16 | extern void s3c64xx_ac97_setup_gpio(int); |
17 | 17 | ||
18 | /* | ||
19 | * The machine init code calls s5p*_spdif_setup_gpio with | ||
20 | * one of these defines in order to select appropriate bank | ||
21 | * of GPIO for S/PDIF pins | ||
22 | */ | ||
23 | #define S5PC100_SPDIF_GPD 0 | ||
24 | #define S5PC100_SPDIF_GPG3 1 | ||
25 | extern void s5pc100_spdif_setup_gpio(int); | ||
26 | |||
27 | struct samsung_i2s { | 18 | struct samsung_i2s { |
28 | /* If the Primary DAI has 5.1 Channels */ | 19 | /* If the Primary DAI has 5.1 Channels */ |
29 | #define QUIRK_PRI_6CHAN (1 << 0) | 20 | #define QUIRK_PRI_6CHAN (1 << 0) |