diff options
author | Barry Song <barry.song@analog.com> | 2010-01-27 04:01:36 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2010-03-09 00:30:50 -0500 |
commit | 3b82790c12f8122d3df07cc387d2d74355e54c75 (patch) | |
tree | 889b8a7270267a09bc97dfd6cae19d750e96f68f | |
parent | 7136d9c5e874813ccbd1d438924c413b7305944c (diff) |
Blackfin: rename AD1938 to AD193X in board files
The ASoC codec driver was generalized and renamed, so update the board
resources accordingly.
Signed-off-by: Barry Song <barry.song@analog.com>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
-rw-r--r-- | arch/blackfin/mach-bf537/boards/stamp.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/blackfin/mach-bf537/boards/stamp.c b/arch/blackfin/mach-bf537/boards/stamp.c index 80b3b577f74e..2e354b5c18ee 100644 --- a/arch/blackfin/mach-bf537/boards/stamp.c +++ b/arch/blackfin/mach-bf537/boards/stamp.c | |||
@@ -528,8 +528,8 @@ static struct bfin5xx_spi_chip ad1836_spi_chip_info = { | |||
528 | }; | 528 | }; |
529 | #endif | 529 | #endif |
530 | 530 | ||
531 | #if defined(CONFIG_SND_BF5XX_SOC_AD1938) \ | 531 | #if defined(CONFIG_SND_BF5XX_SOC_AD193X) \ |
532 | || defined(CONFIG_SND_BF5XX_SOC_AD1938_MODULE) | 532 | || defined(CONFIG_SND_BF5XX_SOC_AD193X_MODULE) |
533 | static struct bfin5xx_spi_chip ad1938_spi_chip_info = { | 533 | static struct bfin5xx_spi_chip ad1938_spi_chip_info = { |
534 | .enable_dma = 0, | 534 | .enable_dma = 0, |
535 | .bits_per_word = 8, | 535 | .bits_per_word = 8, |
@@ -915,9 +915,9 @@ static struct spi_board_info bfin_spi_board_info[] __initdata = { | |||
915 | }, | 915 | }, |
916 | #endif | 916 | #endif |
917 | 917 | ||
918 | #if defined(CONFIG_SND_BF5XX_SOC_AD1938) || defined(CONFIG_SND_BF5XX_SOC_AD1938_MODULE) | 918 | #if defined(CONFIG_SND_BF5XX_SOC_AD193X) || defined(CONFIG_SND_BF5XX_SOC_AD193X_MODULE) |
919 | { | 919 | { |
920 | .modalias = "ad1938", | 920 | .modalias = "ad193x", |
921 | .max_speed_hz = 3125000, /* max spi clock (SCK) speed in HZ */ | 921 | .max_speed_hz = 3125000, /* max spi clock (SCK) speed in HZ */ |
922 | .bus_num = 0, | 922 | .bus_num = 0, |
923 | .chip_select = 5, | 923 | .chip_select = 5, |