Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 47091
b: refs/heads/master
c: 219e281
h: refs/heads/master
i:
  47089: dc2fc7d
  47087: 92867c9
v: v3
  • Loading branch information
Hubert Kahlert authored and Jaroslav Kysela committed Feb 9, 2007
1 parent 6249892 commit 1833be1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 8b65727bf07abc0b3fdac4fcf2f90c5882d65f4f
refs/heads/master: 219e281f4627a395aaceff0e4a257cd18608e145
2 changes: 1 addition & 1 deletion trunk/sound/soc/at91/at91rm9200-i2s.c
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ static void at91rm9200_i2s_shutdown(struct snd_pcm_substream *substream)
if (!ssc_p->dir_mask) {
/* Shutdown the SSC clock. */
DBG("Stopping pid %d clock\n", ssc_p->pid);
at91_sys_write(AT91_PMC_PCDR, ssc_p->pid);
at91_sys_write(AT91_PMC_PCDR, 1<<ssc_p->pid);

if (ssc_p->initialized)
free_irq(ssc_p->pid, ssc_p);
Expand Down

0 comments on commit 1833be1

Please sign in to comment.