Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 269289
b: refs/heads/master
c: af80d0d
h: refs/heads/master
i:
  269287: a819b1a
v: v3
  • Loading branch information
Lars-Peter Clausen authored and Mike Frysinger committed Oct 25, 2011
1 parent 0fec7f0 commit 6991b65
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 080ae07cb7c74e0a6fd4f69f56433f8456338d20
refs/heads/master: af80d0dec558658818248213ec8b62e4554a444a
12 changes: 12 additions & 0 deletions trunk/arch/blackfin/mach-bf537/boards/stamp.c
Original file line number Diff line number Diff line change
Expand Up @@ -2674,6 +2674,13 @@ static struct platform_device iio_gpio_trigger = {
};
#endif

#if defined(CONFIG_SND_SOC_BFIN_EVAL_ADAU1373) || \
defined(CONFIG_SND_SOC_BFIN_EVAL_ADAU1373_MODULE)
static struct platform_device bf5xx_adau1373_device = {
.name = "bfin-eval-adau1373",
};
#endif

#if defined(CONFIG_SND_SOC_BFIN_EVAL_ADAU1701) || \
defined(CONFIG_SND_SOC_BFIN_EVAL_ADAU1701_MODULE)
static struct platform_device bf5xx_adau1701_device = {
Expand Down Expand Up @@ -2842,6 +2849,11 @@ static struct platform_device *stamp_devices[] __initdata = {
&iio_gpio_trigger,
#endif

#if defined(CONFIG_SND_SOC_BFIN_EVAL_ADAU1373) || \
defined(CONFIG_SND_SOC_BFIN_EVAL_ADAU1373_MODULE)
&bf5xx_adau1373_device,
#endif

#if defined(CONFIG_SND_SOC_BFIN_EVAL_ADAU1701) || \
defined(CONFIG_SND_SOC_BFIN_EVAL_ADAU1701_MODULE)
&bf5xx_adau1701_device,
Expand Down

0 comments on commit 6991b65

Please sign in to comment.