diff options
-rw-r--r-- | sound/soc/pxa/mmp-pcm.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sound/soc/pxa/mmp-pcm.c b/sound/soc/pxa/mmp-pcm.c index 5e8d81330173..64e8b949a1a3 100644 --- a/sound/soc/pxa/mmp-pcm.c +++ b/sound/soc/pxa/mmp-pcm.c | |||
@@ -34,7 +34,8 @@ struct mmp_dma_data { | |||
34 | SNDRV_PCM_INFO_MMAP_VALID | \ | 34 | SNDRV_PCM_INFO_MMAP_VALID | \ |
35 | SNDRV_PCM_INFO_INTERLEAVED | \ | 35 | SNDRV_PCM_INFO_INTERLEAVED | \ |
36 | SNDRV_PCM_INFO_PAUSE | \ | 36 | SNDRV_PCM_INFO_PAUSE | \ |
37 | SNDRV_PCM_INFO_RESUME) | 37 | SNDRV_PCM_INFO_RESUME | \ |
38 | SNDRV_PCM_INFO_NO_PERIOD_WAKEUP) | ||
38 | 39 | ||
39 | static struct snd_pcm_hardware mmp_pcm_hardware[] = { | 40 | static struct snd_pcm_hardware mmp_pcm_hardware[] = { |
40 | { | 41 | { |