diff options
Diffstat (limited to 'kernel/sound/soc/cirrus/ep93xx-pcm.c')
-rw-r--r-- | kernel/sound/soc/cirrus/ep93xx-pcm.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel/sound/soc/cirrus/ep93xx-pcm.c b/kernel/sound/soc/cirrus/ep93xx-pcm.c index 5f664471d..67a73330d 100644 --- a/kernel/sound/soc/cirrus/ep93xx-pcm.c +++ b/kernel/sound/soc/cirrus/ep93xx-pcm.c @@ -60,7 +60,6 @@ int devm_ep93xx_pcm_platform_register(struct device *dev) { return devm_snd_dmaengine_pcm_register(dev, &ep93xx_dmaengine_pcm_config, - SND_DMAENGINE_PCM_FLAG_NO_RESIDUE | SND_DMAENGINE_PCM_FLAG_NO_DT | SND_DMAENGINE_PCM_FLAG_COMPAT); } |