mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-19 21:21:09 +00:00
[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:
parent
22cd630285
commit
b32432e3f2
1 changed files with 4 additions and 5 deletions
|
@ -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");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue