Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 106471
b: refs/heads/master
c: 2b30a55
h: refs/heads/master
i:
  106469: 5b5ced0
  106467: 03b7f2a
  106463: 036e73e
v: v3
  • Loading branch information
Roel Kluin authored and Takashi Iwai committed Jul 15, 2008
1 parent 0796e50 commit 7c672c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: f6127efba1295b4668327b97014e678370028827
refs/heads/master: 2b30a55d4d09254d6b25814bf6ac0b7843afdc99
2 changes: 1 addition & 1 deletion trunk/sound/soc/au1x/psc-i2s.c
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ static int au1xpsc_i2s_stop(struct au1xpsc_audio_data *pscdata, int stype)

/* if both TX and RX are idle, disable PSC */
stat = au_readl(I2S_STAT(pscdata));
if (!(stat & (PSC_I2SSTAT_RB | PSC_I2SSTAT_RB))) {
if (!(stat & (PSC_I2SSTAT_TB | PSC_I2SSTAT_RB))) {
au_writel(0, I2S_CFG(pscdata));
au_sync();
au_writel(PSC_CTRL_SUSPEND, PSC_CTRL(pscdata));
Expand Down

0 comments on commit 7c672c7

Please sign in to comment.