[alsa-devel] [PATCH V1 04/13] redo 2008f137e92220b98120c4803499cdddb2b0fb06
Jon Smirl
jonsmirl at gmail.com
Thu May 14 03:59:08 CEST 2009
Reapply the changes from 2008f137e92220b98120c4803499cdddb2b0fb06 to mpc5200_dma.c since the code effected by this change moved to a different file.
Signed-off-by: Jon Smirl <jonsmirl at gmail.com>
---
sound/soc/fsl/mpc5200_dma.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/sound/soc/fsl/mpc5200_dma.c b/sound/soc/fsl/mpc5200_dma.c
index c82ef75..6850392 100644
--- a/sound/soc/fsl/mpc5200_dma.c
+++ b/sound/soc/fsl/mpc5200_dma.c
@@ -314,7 +314,8 @@ void psc_dma_shutdown(struct snd_pcm_substream *substream,
static const struct snd_pcm_hardware psc_dma_pcm_hardware = {
.info = SNDRV_PCM_INFO_MMAP | SNDRV_PCM_INFO_MMAP_VALID |
- SNDRV_PCM_INFO_INTERLEAVED | SNDRV_PCM_INFO_BLOCK_TRANSFER,
+ SNDRV_PCM_INFO_INTERLEAVED | SNDRV_PCM_INFO_BLOCK_TRANSFER |
+ SNDRV_PCM_INFO_BATCH,
.formats = SNDRV_PCM_FMTBIT_S8 | SNDRV_PCM_FMTBIT_S16_BE |
SNDRV_PCM_FMTBIT_S24_BE | SNDRV_PCM_FMTBIT_S32_BE,
.rate_min = 8000,
More information about the Alsa-devel
mailing list