diff options
| -rw-r--r-- | sound/soc/pxa/pxa2xx-pcm.c | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/sound/soc/pxa/pxa2xx-pcm.c b/sound/soc/pxa/pxa2xx-pcm.c index daeaa4c8b876..01ad7bf716b7 100644 --- a/sound/soc/pxa/pxa2xx-pcm.c +++ b/sound/soc/pxa/pxa2xx-pcm.c | |||
| @@ -64,8 +64,8 @@ static void pxa2xx_pcm_dma_irq(int dma_ch, void *dev_id) | |||
| 64 | if (dcsr & DCSR_ENDINTR) { | 64 | if (dcsr & DCSR_ENDINTR) { |
| 65 | snd_pcm_period_elapsed(substream); | 65 | snd_pcm_period_elapsed(substream); |
| 66 | } else { | 66 | } else { |
| 67 | printk( KERN_ERR "%s: DMA error on channel %d (DCSR=%#x)\n", | 67 | printk(KERN_ERR "%s: DMA error on channel %d (DCSR=%#x)\n", |
| 68 | prtd->params->name, dma_ch, dcsr ); | 68 | prtd->params->name, dma_ch, dcsr); |
| 69 | } | 69 | } |
| 70 | } | 70 | } |
| 71 | 71 | ||
| @@ -84,8 +84,8 @@ static int pxa2xx_pcm_hw_params(struct snd_pcm_substream *substream, | |||
| 84 | 84 | ||
| 85 | /* return if this is a bufferless transfer e.g. | 85 | /* return if this is a bufferless transfer e.g. |
| 86 | * codec <--> BT codec or GSM modem -- lg FIXME */ | 86 | * codec <--> BT codec or GSM modem -- lg FIXME */ |
| 87 | if (!dma) | 87 | if (!dma) |
| 88 | return 0; | 88 | return 0; |
| 89 | 89 | ||
| 90 | /* this may get called several times by oss emulation | 90 | /* this may get called several times by oss emulation |
| 91 | * with different params */ | 91 | * with different params */ |
| @@ -363,7 +363,6 @@ struct snd_soc_platform pxa2xx_soc_platform = { | |||
| 363 | .pcm_new = pxa2xx_pcm_new, | 363 | .pcm_new = pxa2xx_pcm_new, |
| 364 | .pcm_free = pxa2xx_pcm_free_dma_buffers, | 364 | .pcm_free = pxa2xx_pcm_free_dma_buffers, |
| 365 | }; | 365 | }; |
| 366 | |||
| 367 | EXPORT_SYMBOL_GPL(pxa2xx_soc_platform); | 366 | EXPORT_SYMBOL_GPL(pxa2xx_soc_platform); |
| 368 | 367 | ||
| 369 | MODULE_AUTHOR("Nicolas Pitre"); | 368 | MODULE_AUTHOR("Nicolas Pitre"); |
