diff options
Diffstat (limited to 'sound/soc/fsl/imx-pcm.h')
-rw-r--r-- | sound/soc/fsl/imx-pcm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/fsl/imx-pcm.h b/sound/soc/fsl/imx-pcm.h index b5f5c3acf34d..83c0ed7d55c9 100644 --- a/sound/soc/fsl/imx-pcm.h +++ b/sound/soc/fsl/imx-pcm.h | |||
@@ -22,6 +22,7 @@ struct imx_pcm_dma_params { | |||
22 | int dma; | 22 | int dma; |
23 | unsigned long dma_addr; | 23 | unsigned long dma_addr; |
24 | int burstsize; | 24 | int burstsize; |
25 | bool shared_peripheral; /* The peripheral is on SPBA bus */ | ||
25 | }; | 26 | }; |
26 | 27 | ||
27 | int snd_imx_pcm_mmap(struct snd_pcm_substream *substream, | 28 | int snd_imx_pcm_mmap(struct snd_pcm_substream *substream, |