Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 81663
b: refs/heads/master
c: 4052ce4
h: refs/heads/master
i:
  81661: 6879bac
  81659: 987e06b
  81655: 8366664
  81647: d00b0b4
  81631: e9dac02
  81599: ac1f82a
  81535: 8cbf7ee
  81407: 3b11ce1
v: v3
  • Loading branch information
Timur Tabi authored and Jaroslav Kysela committed Jan 31, 2008
1 parent ee846ba commit fbf7dd6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f4beee9420773faefd3eac23bb5ba65b0395c1a1
refs/heads/master: 4052ce4cbf48531bdd8ff43b673ccb5c005dec79
4 changes: 3 additions & 1 deletion trunk/sound/soc/fsl/fsl_dma.c
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,9 @@ struct fsl_dma_private {
*/
static const struct snd_pcm_hardware fsl_dma_hardware = {

.info = SNDRV_PCM_INFO_INTERLEAVED,
.info = SNDRV_PCM_INFO_INTERLEAVED |
SNDRV_PCM_INFO_MMAP |
SNDRV_PCM_INFO_MMAP_VALID,
.formats = FSLDMA_PCM_FORMATS,
.rates = FSLDMA_PCM_RATES,
.rate_min = 5512,
Expand Down

0 comments on commit fbf7dd6

Please sign in to comment.