diff options
author | Scott Jiang <scott.jiang.linux@gmail.com> | 2012-06-21 16:50:58 -0400 |
---|---|---|
committer | Bob Liu <lliubbo@gmail.com> | 2012-07-24 01:39:51 -0400 |
commit | 2984b52b07ce45495700ce82f085800431b79cdc (patch) | |
tree | 84e80d07640755b66c50ca92a28cdfa1d54c6398 /arch/blackfin | |
parent | c38670bc5d1be870717f694a5d6dc2961c37d979 (diff) |
bf609: reuse bf5xx-i2s-pcm.c as i2s pcm driver
It's the same for both bf5xx and bf6xx soc.
Signed-off-by: Scott Jiang <scott.jiang.linux@gmail.com>
Signed-off-by: Bob Liu <lliubbo@gmail.com>
Diffstat (limited to 'arch/blackfin')
-rw-r--r-- | arch/blackfin/mach-bf609/boards/ezkit.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/blackfin/mach-bf609/boards/ezkit.c b/arch/blackfin/mach-bf609/boards/ezkit.c index a4ef400945ca..ff2bc19975f1 100644 --- a/arch/blackfin/mach-bf609/boards/ezkit.c +++ b/arch/blackfin/mach-bf609/boards/ezkit.c | |||
@@ -742,7 +742,7 @@ static struct bfin6xx_spi_chip spidev_chip_info = { | |||
742 | }; | 742 | }; |
743 | #endif | 743 | #endif |
744 | 744 | ||
745 | #if defined(CONFIG_SND_BF6XX_I2S) || defined(CONFIG_SND_BF6XX_I2S_MODULE) | 745 | #if defined(CONFIG_SND_BF5XX_I2S) || defined(CONFIG_SND_BF5XX_I2S_MODULE) |
746 | static struct platform_device bfin_i2s_pcm = { | 746 | static struct platform_device bfin_i2s_pcm = { |
747 | .name = "bfin-i2s-pcm-audio", | 747 | .name = "bfin-i2s-pcm-audio", |
748 | .id = -1, | 748 | .id = -1, |
@@ -1460,7 +1460,7 @@ static struct platform_device *ezkit_devices[] __initdata = { | |||
1460 | #if defined(CONFIG_MTD_PHYSMAP) || defined(CONFIG_MTD_PHYSMAP_MODULE) | 1460 | #if defined(CONFIG_MTD_PHYSMAP) || defined(CONFIG_MTD_PHYSMAP_MODULE) |
1461 | &ezkit_flash_device, | 1461 | &ezkit_flash_device, |
1462 | #endif | 1462 | #endif |
1463 | #if defined(CONFIG_SND_BF6XX_I2S) || defined(CONFIG_SND_BF6XX_I2S_MODULE) | 1463 | #if defined(CONFIG_SND_BF5XX_I2S) || defined(CONFIG_SND_BF5XX_I2S_MODULE) |
1464 | &bfin_i2s_pcm, | 1464 | &bfin_i2s_pcm, |
1465 | #endif | 1465 | #endif |
1466 | #if defined(CONFIG_SND_BF6XX_SOC_I2S) || \ | 1466 | #if defined(CONFIG_SND_BF6XX_SOC_I2S) || \ |