Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 232083
b: refs/heads/master
c: e9c2048
h: refs/heads/master
i:
  232081: 0cc6f13
  232079: 898ec8b
v: v3
  • Loading branch information
Mike Frysinger authored and Mark Brown committed Jan 18, 2011
1 parent 661925b commit ccbea75
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 15d2e22b820bad62854d6ad99d8af8320adf4a91
refs/heads/master: e9c2048915048d605fd76539ddd96f00d593e1eb
4 changes: 2 additions & 2 deletions trunk/sound/soc/blackfin/bf5xx-ac97.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit ccbea75

Please sign in to comment.