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...
Attachment:
signature.asc
Description: Digital signature
- References:
- [PATCH 1/2] ASoC: atmel-pcm: split into two file
- From: Bo Shen
- [PATCH 2/2] ASoC: atmel-pcm: dma support based on pcm dmaengine
- From: Bo Shen
- [PATCH 1/2] ASoC: atmel-pcm: split into two file
- Prev by Date: Re: [PATCH 1/2] ASoC: atmel-pcm: split into two file
- Next by Date: Re: [Resend PATCH v6 1/4] pinctrl: atmel-ssc: add pinctrl support
- Previous by thread: [PATCH 2/2] ASoC: atmel-pcm: dma support based on pcm dmaengine
- Next by thread: Re: [PATCH 1/2] ASoC: atmel-pcm: split into two file
- Index(es):