Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit af80d0de authored by Lars-Peter Clausen's avatar Lars-Peter Clausen Committed by Mike Frysinger
Browse files

Blackfin: bf537-stamp: register ASoC EVAL-ADAU1373 board driver

parent 080ae07c
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -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 = {
@@ -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,