Title: [3935] trunk/sound/soc/blackfin/bf5xx-ac97.c: bug[#3725],
defined BF54x for all 54x chips
- Revision
- 3935
- Author
- cliff
- Date
- 2007-11-25 23:16:15 -0600 (Sun, 25 Nov 2007)
Log Message
bug[#3725],defined BF54x for all 54x chips
Diffstat
bf5xx-ac97.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
Modified Paths
Diff
Modified: trunk/sound/soc/blackfin/bf5xx-ac97.c (3934 => 3935)
--- trunk/sound/soc/blackfin/bf5xx-ac97.c 2007-11-26 01:12:31 UTC (rev 3934)
+++ trunk/sound/soc/blackfin/bf5xx-ac97.c 2007-11-26 05:16:15 UTC (rev 3935)
@@ -33,7 +33,7 @@
#include "bf5xx-sport.h"
#include "bf5xx-ac97.h"
-#ifdef CONFIG_BF548
+#if defined(CONFIG_BF54x)
#define PIN_REQ_SPORT_0 {P_SPORT0_TFS, P_SPORT0_DTPRI, P_SPORT0_TSCLK, P_SPORT0_RFS, \
P_SPORT0_DRPRI, P_SPORT0_RSCLK, 0}
@@ -55,7 +55,7 @@
static int *cmd_count;
static int sport_num = CONFIG_SND_BF5XX_SPORT_NUM;
-#ifdef CONFIG_BF548
+#if defined(CONFIG_BF54x)
static struct sport_param sport_params[4] = {
{
.dma_rx_chan = CH_SPORT0_RX,
@@ -282,7 +282,7 @@
static int bf5xx_ac97_probe(struct platform_device *pdev)
{
-#ifdef CONFIG_BF548
+#if defined(CONFIG_BF54x)
u16 sport_req[][7] = {PIN_REQ_SPORT_0, PIN_REQ_SPORT_1,
PIN_REQ_SPORT_2, PIN_REQ_SPORT_3};
#else
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
http://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits