diff --git a/[refs] b/[refs] index e6b160c746e1..816e4f3437ac 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 8b65727bf07abc0b3fdac4fcf2f90c5882d65f4f +refs/heads/master: 219e281f4627a395aaceff0e4a257cd18608e145 diff --git a/trunk/sound/soc/at91/at91rm9200-i2s.c b/trunk/sound/soc/at91/at91rm9200-i2s.c index 2eee427b1e5c..e3e6345fc8be 100644 --- a/trunk/sound/soc/at91/at91rm9200-i2s.c +++ b/trunk/sound/soc/at91/at91rm9200-i2s.c @@ -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<pid); if (ssc_p->initialized) free_irq(ssc_p->pid, ssc_p);