[ALSA] soc - pxa2xx-pcm - Fix checkpatch warnings
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
@@ -64,8 +64,8 @@ static void pxa2xx_pcm_dma_irq(int dma_ch, void *dev_id)
|
|||||||
if (dcsr & DCSR_ENDINTR) {
|
if (dcsr & DCSR_ENDINTR) {
|
||||||
snd_pcm_period_elapsed(substream);
|
snd_pcm_period_elapsed(substream);
|
||||||
} else {
|
} else {
|
||||||
printk( KERN_ERR "%s: DMA error on channel %d (DCSR=%#x)\n",
|
printk(KERN_ERR "%s: DMA error on channel %d (DCSR=%#x)\n",
|
||||||
prtd->params->name, dma_ch, dcsr );
|
prtd->params->name, dma_ch, dcsr);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -363,7 +363,6 @@ struct snd_soc_platform pxa2xx_soc_platform = {
|
|||||||
.pcm_new = pxa2xx_pcm_new,
|
.pcm_new = pxa2xx_pcm_new,
|
||||||
.pcm_free = pxa2xx_pcm_free_dma_buffers,
|
.pcm_free = pxa2xx_pcm_free_dma_buffers,
|
||||||
};
|
};
|
||||||
|
|
||||||
EXPORT_SYMBOL_GPL(pxa2xx_soc_platform);
|
EXPORT_SYMBOL_GPL(pxa2xx_soc_platform);
|
||||||
|
|
||||||
MODULE_AUTHOR("Nicolas Pitre");
|
MODULE_AUTHOR("Nicolas Pitre");
|
||||||
|
Reference in New Issue
Block a user