31 Aug
2012
31 Aug
'12
7:41 p.m.
On Thu, Aug 30, 2012 at 09:37:34PM -0700, Dylan Reid wrote:
index f3ebc38..56a507a 100644 --- a/sound/soc/samsung/dma.c +++ b/sound/soc/samsung/dma.c @@ -34,9 +34,7 @@ static const struct snd_pcm_hardware dma_hardware = { .info = SNDRV_PCM_INFO_INTERLEAVED | SNDRV_PCM_INFO_BLOCK_TRANSFER | SNDRV_PCM_INFO_MMAP |
SNDRV_PCM_INFO_MMAP_VALID |
SNDRV_PCM_INFO_PAUSE |
SNDRV_PCM_INFO_RESUME,
SNDRV_PCM_INFO_MMAP_VALID,
I'd expect to also see an update to the trigger function to not accept the suspend and resume triggers?