diff options
author | Mark Brown | 2015-06-05 18:54:45 +0100 |
---|---|---|
committer | Mark Brown | 2015-06-05 18:54:45 +0100 |
commit | 977732b06045a508edc7b105e9fef524163616df (patch) | |
tree | fd8b03a23545ab601abc2ab0b13269e716aac9d9 /include/sound | |
parent | 4b57895522b150966eebcf18f929e1c522d90bb9 (diff) | |
parent | acde50a7bf1fd6ae0baa4402f0a02c4b1bd4c990 (diff) |
Merge remote-tracking branch 'asoc/topic/dma' into asoc-next
Diffstat (limited to 'include/sound')
-rw-r--r-- | include/sound/dmaengine_pcm.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/sound/dmaengine_pcm.h b/include/sound/dmaengine_pcm.h index eb73a3a39ec2..f86ef5ea9b01 100644 --- a/include/sound/dmaengine_pcm.h +++ b/include/sound/dmaengine_pcm.h @@ -91,11 +91,6 @@ void snd_dmaengine_pcm_set_config_from_dai_data( */ #define SND_DMAENGINE_PCM_FLAG_NO_DT BIT(1) /* - * The platforms dmaengine driver does not support reporting the amount of - * bytes that are still left to transfer. - */ -#define SND_DMAENGINE_PCM_FLAG_NO_RESIDUE BIT(2) -/* * The PCM is half duplex and the DMA channel is shared between capture and * playback. */ |