Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 96185
b: refs/heads/master
c: e3a2efa
h: refs/heads/master
i:
  96183: 018d2c8
v: v3
  • Loading branch information
Patrik Sevallius authored and Takashi Iwai committed May 8, 2008
1 parent cb7bf9a commit 5258d6d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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: 30a717f7e951ec0260f31c0637ecf8e6268ba607
refs/heads/master: e3a2efa67a029453b8098dba179ec2d9d8df612e
2 changes: 1 addition & 1 deletion trunk/sound/soc/at91/at91-pcm.c
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ static int at91_pcm_trigger(struct snd_pcm_substream *substream,

DBG("sr=%lx imr=%lx\n",
at91_ssc_read(params->ssc_base + AT91_SSC_SR),
at91_ssc_read(params->ssc_base + AT91_SSC_IER));
at91_ssc_read(params->ssc_base + AT91_SSC_IMR));
break;

case SNDRV_PCM_TRIGGER_STOP:
Expand Down
2 changes: 1 addition & 1 deletion trunk/sound/soc/at91/at91-ssc.c
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,7 @@ static int at91_ssc_hw_params(struct snd_pcm_substream *substream,
printk(KERN_WARNING "at91-ssc: request_irq failure\n");

DBG("Stopping pid %d clock\n", ssc_p->ssc.pid);
at91_sys_write(AT91_PMC_PCER, 1<<ssc_p->ssc.pid);
at91_sys_write(AT91_PMC_PCDR, 1<<ssc_p->ssc.pid);
return ret;
}

Expand Down

0 comments on commit 5258d6d

Please sign in to comment.