From ccbea755caa2e6a1493757b627c533b8f15e37e7 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Tue, 11 Jan 2011 19:57:33 -0500 Subject: [PATCH] --- yaml --- r: 232083 b: refs/heads/master c: e9c2048915048d605fd76539ddd96f00d593e1eb h: refs/heads/master i: 232081: 0cc6f1320c05bb9737efcfffce323797f1898f25 232079: 898ec8b75bcaf2bfdd6fb914cbce72cb5da7acec v: v3 --- [refs] | 2 +- trunk/sound/soc/blackfin/bf5xx-ac97.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index c0e198ea27c7..7bb43c957869 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 15d2e22b820bad62854d6ad99d8af8320adf4a91 +refs/heads/master: e9c2048915048d605fd76539ddd96f00d593e1eb diff --git a/trunk/sound/soc/blackfin/bf5xx-ac97.c b/trunk/sound/soc/blackfin/bf5xx-ac97.c index c5f856ec27ca..ffbac26b9bce 100644 --- a/trunk/sound/soc/blackfin/bf5xx-ac97.c +++ b/trunk/sound/soc/blackfin/bf5xx-ac97.c @@ -260,9 +260,9 @@ static int bf5xx_ac97_suspend(struct snd_soc_dai *dai) pr_debug("%s : sport %d\n", __func__, dai->id); if (!dai->active) return 0; - if (dai->capture.active) + if (dai->capture_active) sport_rx_stop(sport); - if (dai->playback.active) + if (dai->playback_active) sport_tx_stop(sport); return 0; }