diff options
Diffstat (limited to 'arch/blackfin')
-rw-r--r-- | arch/blackfin/mach-bf537/boards/stamp.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/blackfin/mach-bf537/boards/stamp.c b/arch/blackfin/mach-bf537/boards/stamp.c index b7a081656a65..f74ee6bbb246 100644 --- a/arch/blackfin/mach-bf537/boards/stamp.c +++ b/arch/blackfin/mach-bf537/boards/stamp.c | |||
@@ -2674,6 +2674,13 @@ static struct platform_device iio_gpio_trigger = { | |||
2674 | }; | 2674 | }; |
2675 | #endif | 2675 | #endif |
2676 | 2676 | ||
2677 | #if defined(CONFIG_SND_SOC_BFIN_EVAL_ADAU1373) || \ | ||
2678 | defined(CONFIG_SND_SOC_BFIN_EVAL_ADAU1373_MODULE) | ||
2679 | static struct platform_device bf5xx_adau1373_device = { | ||
2680 | .name = "bfin-eval-adau1373", | ||
2681 | }; | ||
2682 | #endif | ||
2683 | |||
2677 | #if defined(CONFIG_SND_SOC_BFIN_EVAL_ADAU1701) || \ | 2684 | #if defined(CONFIG_SND_SOC_BFIN_EVAL_ADAU1701) || \ |
2678 | defined(CONFIG_SND_SOC_BFIN_EVAL_ADAU1701_MODULE) | 2685 | defined(CONFIG_SND_SOC_BFIN_EVAL_ADAU1701_MODULE) |
2679 | static struct platform_device bf5xx_adau1701_device = { | 2686 | static struct platform_device bf5xx_adau1701_device = { |
@@ -2842,6 +2849,11 @@ static struct platform_device *stamp_devices[] __initdata = { | |||
2842 | &iio_gpio_trigger, | 2849 | &iio_gpio_trigger, |
2843 | #endif | 2850 | #endif |
2844 | 2851 | ||
2852 | #if defined(CONFIG_SND_SOC_BFIN_EVAL_ADAU1373) || \ | ||
2853 | defined(CONFIG_SND_SOC_BFIN_EVAL_ADAU1373_MODULE) | ||
2854 | &bf5xx_adau1373_device, | ||
2855 | #endif | ||
2856 | |||
2845 | #if defined(CONFIG_SND_SOC_BFIN_EVAL_ADAU1701) || \ | 2857 | #if defined(CONFIG_SND_SOC_BFIN_EVAL_ADAU1701) || \ |
2846 | defined(CONFIG_SND_SOC_BFIN_EVAL_ADAU1701_MODULE) | 2858 | defined(CONFIG_SND_SOC_BFIN_EVAL_ADAU1701_MODULE) |
2847 | &bf5xx_adau1701_device, | 2859 | &bf5xx_adau1701_device, |