aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc
diff options
context:
space:
mode:
Diffstat (limited to 'sound/soc')
-rw-r--r--sound/soc/atmel/atmel-pcm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/atmel/atmel-pcm.h b/sound/soc/atmel/atmel-pcm.h
index 2597329302e7..5e0a95e64329 100644
--- a/sound/soc/atmel/atmel-pcm.h
+++ b/sound/soc/atmel/atmel-pcm.h
@@ -60,7 +60,7 @@ struct atmel_ssc_mask {
60 * This structure, shared between the PCM driver and the interface, 60 * This structure, shared between the PCM driver and the interface,
61 * contains all information required by the PCM driver to perform the 61 * contains all information required by the PCM driver to perform the
62 * PDC DMA operation. All fields except dma_intr_handler() are initialized 62 * PDC DMA operation. All fields except dma_intr_handler() are initialized
63 * by the interface. The dms_intr_handler() pointer is set by the PCM 63 * by the interface. The dma_intr_handler() pointer is set by the PCM
64 * driver and called by the interface SSC interrupt handler if it is 64 * driver and called by the interface SSC interrupt handler if it is
65 * non-NULL. 65 * non-NULL.
66 */ 66 */