diff options
Diffstat (limited to 'sound/soc/fsl/fsl_dma.c')
-rw-r--r-- | sound/soc/fsl/fsl_dma.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sound/soc/fsl/fsl_dma.c b/sound/soc/fsl/fsl_dma.c index 2173203b29ab..652514fc8142 100644 --- a/sound/soc/fsl/fsl_dma.c +++ b/sound/soc/fsl/fsl_dma.c | |||
@@ -136,7 +136,9 @@ struct fsl_dma_private { | |||
136 | */ | 136 | */ |
137 | static const struct snd_pcm_hardware fsl_dma_hardware = { | 137 | static const struct snd_pcm_hardware fsl_dma_hardware = { |
138 | 138 | ||
139 | .info = SNDRV_PCM_INFO_INTERLEAVED, | 139 | .info = SNDRV_PCM_INFO_INTERLEAVED | |
140 | SNDRV_PCM_INFO_MMAP | | ||
141 | SNDRV_PCM_INFO_MMAP_VALID, | ||
140 | .formats = FSLDMA_PCM_FORMATS, | 142 | .formats = FSLDMA_PCM_FORMATS, |
141 | .rates = FSLDMA_PCM_RATES, | 143 | .rates = FSLDMA_PCM_RATES, |
142 | .rate_min = 5512, | 144 | .rate_min = 5512, |