diff options
author | Mark Brown <broonie@kernel.org> | 2019-11-06 17:29:34 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2019-11-06 17:29:34 +0100 |
commit | 992fd39a349ac62044d9e20d17d309c2cf0f5c27 (patch) | |
tree | 57bfb35f9faf3c13e8cec23ef00ac23206b7da52 /sound/soc/ti | |
parent | ASoC: soc-core: fixup dead-lock at snd_soc_unregister_component() (diff) | |
parent | ASoC: SOF: topology: Fix bytes control size checks (diff) | |
download | linux-992fd39a349ac62044d9e20d17d309c2cf0f5c27.tar.xz linux-992fd39a349ac62044d9e20d17d309c2cf0f5c27.zip |
Merge branch 'for-5.4' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-5.5
Diffstat (limited to 'sound/soc/ti')
-rw-r--r-- | sound/soc/ti/sdma-pcm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/ti/sdma-pcm.c b/sound/soc/ti/sdma-pcm.c index a236350beb10..2b0bc234e1b6 100644 --- a/sound/soc/ti/sdma-pcm.c +++ b/sound/soc/ti/sdma-pcm.c @@ -62,7 +62,7 @@ int sdma_pcm_platform_register(struct device *dev, config->chan_names[0] = txdmachan; config->chan_names[1] = rxdmachan; - return devm_snd_dmaengine_pcm_register(dev, config, 0); + return devm_snd_dmaengine_pcm_register(dev, config, flags); } EXPORT_SYMBOL_GPL(sdma_pcm_platform_register); |