Blackfin: bf537-stamp: register ASoC EVAL-ADAU1373 board driver
Signed-off-by: Lars-Peter Clausen <lars@metafoo.de> Signed-off-by: Scott Jiang <scott.jiang.linux@gmail.com> Signed-off-by: Mike Frysinger <vapier@gentoo.org>
This commit is contained in:
parent
080ae07cb7
commit
af80d0dec5
@ -2674,6 +2674,13 @@ static struct platform_device iio_gpio_trigger = {
|
|||||||
};
|
};
|
||||||
#endif
|
#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) || \
|
#if defined(CONFIG_SND_SOC_BFIN_EVAL_ADAU1701) || \
|
||||||
defined(CONFIG_SND_SOC_BFIN_EVAL_ADAU1701_MODULE)
|
defined(CONFIG_SND_SOC_BFIN_EVAL_ADAU1701_MODULE)
|
||||||
static struct platform_device bf5xx_adau1701_device = {
|
static struct platform_device bf5xx_adau1701_device = {
|
||||||
@ -2842,6 +2849,11 @@ static struct platform_device *stamp_devices[] __initdata = {
|
|||||||
&iio_gpio_trigger,
|
&iio_gpio_trigger,
|
||||||
#endif
|
#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) || \
|
#if defined(CONFIG_SND_SOC_BFIN_EVAL_ADAU1701) || \
|
||||||
defined(CONFIG_SND_SOC_BFIN_EVAL_ADAU1701_MODULE)
|
defined(CONFIG_SND_SOC_BFIN_EVAL_ADAU1701_MODULE)
|
||||||
&bf5xx_adau1701_device,
|
&bf5xx_adau1701_device,
|
||||||
|
Loading…
Reference in New Issue
Block a user