X-Git-Url: http://git.samba.org/samba.git/?a=blobdiff_plain;f=sound%2Fsoc%2Fblackfin%2Fbf5xx-ac97.c;h=ffbac26b9bce5882e662e3dfc1a7a26081cbf91d;hb=fb9f1f17e9c117c0bf7a8f1b7a0efe5db5bc1836;hp=c5f856ec27ca1bedc8d0256cf5fe97d11ebac730;hpb=59e57c622c3502346e8f930421ebc482d639520c;p=sfrench%2Fcifs-2.6.git diff --git a/sound/soc/blackfin/bf5xx-ac97.c b/sound/soc/blackfin/bf5xx-ac97.c index c5f856ec27ca..ffbac26b9bce 100644 --- a/sound/soc/blackfin/bf5xx-ac97.c +++ b/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; }