Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 143715
b: refs/heads/master
c: 3715c6a
h: refs/heads/master
i:
  143713: 8787ad7
  143711: 8c364b8
v: v3
  • Loading branch information
Ben Dooks authored and Mark Brown committed Apr 16, 2009
1 parent 991cef4 commit 5ca5b02
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 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: 1d2b7ae9a0994c166014e9a07a61d9cfee6215a0
refs/heads/master: 3715c6aaa913d9fb044b9eb36d957a8d2703723a
10 changes: 6 additions & 4 deletions trunk/sound/soc/s3c24xx/s3c-i2s-v2.c
Original file line number Diff line number Diff line change
Expand Up @@ -624,10 +624,12 @@ static int s3c2412_i2s_resume(struct snd_soc_dai *dai)

int s3c_i2sv2_register_dai(struct snd_soc_dai *dai)
{
dai->ops.trigger = s3c2412_i2s_trigger;
dai->ops.hw_params = s3c2412_i2s_hw_params;
dai->ops.set_fmt = s3c2412_i2s_set_fmt;
dai->ops.set_clkdiv = s3c2412_i2s_set_clkdiv;
struct snd_soc_dai_ops *ops = dai->ops;

ops->trigger = s3c2412_i2s_trigger;
ops->hw_params = s3c2412_i2s_hw_params;
ops->set_fmt = s3c2412_i2s_set_fmt;
ops->set_clkdiv = s3c2412_i2s_set_clkdiv;

dai->suspend = s3c2412_i2s_suspend;
dai->resume = s3c2412_i2s_resume;
Expand Down

0 comments on commit 5ca5b02

Please sign in to comment.