| To: | Manuel Lauss <manuel.lauss@googlemail.com> |
|---|---|
| Subject: | Re: [PATCH V5 1/3] ASoC: Alchemy AC97C/I2SC audio support |
| From: | Mark Brown <broonie@opensource.wolfsonmicro.com> |
| Date: | Tue, 26 Jul 2011 15:31:13 +0100 |
| Cc: | alsa-devel@vger.kernel.org, Liam Girdwood <lrg@ti.com>, Linux-MIPS <linux-mips@linux-mips.org> |
| In-reply-to: | <1311594287-31576-2-git-send-email-manuel.lauss@googlemail.com> |
| References: | <1311594287-31576-1-git-send-email-manuel.lauss@googlemail.com> <1311594287-31576-2-git-send-email-manuel.lauss@googlemail.com> |
| Sender: | linux-mips-bounce@linux-mips.org |
| User-agent: | Mutt/1.5.21 (2010-09-15) |
On Mon, Jul 25, 2011 at 01:44:45PM +0200, Manuel Lauss wrote:
Looks good, I'll apply this but a few minor comments you might want to
look at incrementally.
> +#define ALCHEMY_PCM_FMTS \
> + (SNDRV_PCM_FMTBIT_S8 | SNDRV_PCM_FMTBIT_U8 | \
> + SNDRV_PCM_FMTBIT_S16_LE | SNDRV_PCM_FMTBIT_S16_BE | \
> + SNDRV_PCM_FMTBIT_U16_LE | SNDRV_PCM_FMTBIT_U16_BE | \
> + SNDRV_PCM_FMTBIT_S32_LE | SNDRV_PCM_FMTBIT_S32_BE | \
> + SNDRV_PCM_FMTBIT_U32_LE | SNDRV_PCM_FMTBIT_U32_BE | \
> + 0)
Why the | 0? Same for the other one.
> + case (DMA_D0 | DMA_D1):
> + pr_debug("DMA %d missed interrupt.\n", stream->dma);
> + au1000_dma_stop(stream);
> + au1000_dma_start(stream);
> + break;
> + case (~DMA_D0 & ~DMA_D1):
> + pr_debug("DMA %d empty irq.\n", stream->dma);
This case should return IRQ_NONE really since it didn't handle an
interrupt...
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: [PATCH V2 0/3] ASoC: au1x: update PSC AC97/I2S code, Liam Girdwood |
|---|---|
| Next by Date: | Re: [PATCH V5 2/3] ASoC: Add a DB1x00 AC97 machine driver, Mark Brown |
| Previous by Thread: | [PATCH V5 1/3] ASoC: Alchemy AC97C/I2SC audio support, Manuel Lauss |
| Next by Thread: | Re: [PATCH V5 1/3] ASoC: Alchemy AC97C/I2SC audio support, Manuel Lauss |
| Indexes: | [Date] [Thread] [Top] [All Lists] |