On Wed, Nov 28, 2012 at 11:46:13AM +0800, Bo Shen wrote: > Specify overrun bit in interrupt mask > Add dmaengine specific routines Applied, thanks. > + struct snd_pcm_substream *substream) > +{ > + struct atmel_pcm_dma_params *prtd; > + > + prtd = snd_dmaengine_pcm_get_data(substream); > + > + if (ssc_sr & prtd->mask->ssc_error) { > + if (snd_pcm_running(substream)) It is a bit weird that this is not part of the SSC code...