Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 353401
b: refs/heads/master
c: 2d77828
h: refs/heads/master
i:
  353399: 6ce5e55
v: v3
  • Loading branch information
Padmavathi Venna authored and Mark Brown committed Jan 26, 2013
1 parent 2ba8513 commit d778e6c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7c62eebbf7d1cdaec68ab9d2d4017007f9312391
refs/heads/master: 2d77828d9904494d3c7424189ee38cc07950df5e
3 changes: 3 additions & 0 deletions trunk/sound/soc/samsung/i2s.c
Original file line number Diff line number Diff line change
Expand Up @@ -656,6 +656,9 @@ static int i2s_startup(struct snd_pcm_substream *substream,
/* Enforce set_sysclk in Master mode */
i2s->rclk_srcrate = 0;

if (!any_active(i2s) && (i2s->quirks & QUIRK_NEED_RSTCLR))
writel(CON_RSTCLR, i2s->addr + I2SCON);

spin_unlock_irqrestore(&lock, flags);

return 0;
Expand Down

0 comments on commit d778e6c

Please sign in to comment.