Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 283958
b: refs/heads/master
c: 20e757f
h: refs/heads/master
v: v3
  • Loading branch information
Mark Brown committed Dec 14, 2011
1 parent 2105406 commit a2a0a45
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 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: 45ba82d81741398ec4f097fedf2c204704d53b6b
refs/heads/master: 20e757f79b9956a91f4ba0f33cc3f34efe6eb188
6 changes: 0 additions & 6 deletions trunk/sound/soc/sh/siu_dai.c
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,6 @@ static void siu_dai_start(struct siu_port *port_info)

dev_dbg(port_info->pcm->card->dev, "%s\n", __func__);

/* Turn on SIU clock */
pm_runtime_get_sync(info->dev);

/* Issue software reset to siu */
siu_write32(base + SIU_SRCTL, 0);

Expand Down Expand Up @@ -158,9 +155,6 @@ static void siu_dai_stop(struct siu_port *port_info)

/* SIU software reset */
siu_write32(base + SIU_SRCTL, 0);

/* Turn off SIU clock */
pm_runtime_put_sync(info->dev);
}

static void siu_dai_spbAselect(struct siu_port *port_info)
Expand Down

0 comments on commit a2a0a45

Please sign in to comment.