Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 182844
b: refs/heads/master
c: e473b84
h: refs/heads/master
v: v3
  • Loading branch information
Chaithrika U S authored and Mark Brown committed Jan 26, 2010
1 parent 6e37ab4 commit 16e2fdc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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: f1487fcbe47cd2bc0c71e8598bf9eb6a82dec544
refs/heads/master: e473b847424bd215b686cbc1e781e82c904ee967
5 changes: 2 additions & 3 deletions trunk/sound/soc/davinci/davinci-mcasp.c
Original file line number Diff line number Diff line change
Expand Up @@ -768,13 +768,12 @@ static int davinci_mcasp_trigger(struct snd_pcm_substream *substream,

switch (cmd) {
case SNDRV_PCM_TRIGGER_RESUME:
case SNDRV_PCM_TRIGGER_START:
case SNDRV_PCM_TRIGGER_PAUSE_RELEASE:
if (!dev->clk_active) {
clk_enable(dev->clk);
dev->clk_active = 1;
}
/* Fall through */
case SNDRV_PCM_TRIGGER_START:
case SNDRV_PCM_TRIGGER_PAUSE_RELEASE:
davinci_mcasp_start(dev, substream->stream);
break;

Expand Down

0 comments on commit 16e2fdc

Please sign in to comment.