[PATCH] ASoC: samsung dma - Don't indicate support for pause/resume.

Dylan Reid dgreid at chromium.org
Sat Sep 1 04:31:59 EDT 2012


On Fri, Aug 31, 2012 at 10:41 AM, Mark Brown
<broonie at opensource.wolfsonmicro.com> wrote:
> 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?

Good point, I'll send an updated version shortly.

Thanks Mark,

Dylan



More information about the linux-arm-kernel mailing list