diff options
author | Lars-Peter Clausen <lars@metafoo.de> | 2013-05-28 13:22:16 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2013-05-30 07:33:41 -0400 |
commit | 34f4095564ff334adae5ab4a9904f8d66d03e994 (patch) | |
tree | 69af0f50af94822c7ad1d5b9963cfb5a379f1f16 /arch/blackfin/mach-bf561 | |
parent | b88546324ef1b61fc6e844e56ad4e90169514fb7 (diff) |
ASoC: blackfin: Switch bf5xx-ad1836 from bf5xx-tdm to bf5xx-i2s
The bf5xx-i2s driver now has support for TDM mode and the bf5xx-tdm driver is
going to be removed soon, so switch the driver over to bf5xx-i2s.
Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'arch/blackfin/mach-bf561')
-rw-r--r-- | arch/blackfin/mach-bf561/boards/ezkit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/blackfin/mach-bf561/boards/ezkit.c b/arch/blackfin/mach-bf561/boards/ezkit.c index 551f866172cf..9512c369bc0e 100644 --- a/arch/blackfin/mach-bf561/boards/ezkit.c +++ b/arch/blackfin/mach-bf561/boards/ezkit.c | |||
@@ -542,7 +542,7 @@ static struct platform_device bfin_ac97 = { | |||
542 | #if defined(CONFIG_SND_BF5XX_SOC_AD1836) \ | 542 | #if defined(CONFIG_SND_BF5XX_SOC_AD1836) \ |
543 | || defined(CONFIG_SND_BF5XX_SOC_AD1836_MODULE) | 543 | || defined(CONFIG_SND_BF5XX_SOC_AD1836_MODULE) |
544 | static const char * const ad1836_link[] = { | 544 | static const char * const ad1836_link[] = { |
545 | "bfin-tdm.0", | 545 | "bfin-i2s.0", |
546 | "spi0.4", | 546 | "spi0.4", |
547 | }; | 547 | }; |
548 | static struct platform_device bfin_ad1836_machine = { | 548 | static struct platform_device bfin_ad1836_machine = { |