aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/soc-generic-dmaengine-pcm.c
AgeCommit message (Expand)Author
2022-05-12ASoC: dmaengine: Restore NULL prepare_slave_config() callbackCodrin Ciubotariu
2022-04-15ASoC: dmaengine: do not use a NULL prepare_slave_config() callbackCodrin Ciubotariu
2019-09-11ASoC: dmaengine: Replace strncpy() with strscpy_pad() for pcm->namePeter Ujfalusi
2019-09-09ASoC: dmaengine: Make the pcm->name equal to pcm->id if the name is not setPeter Ujfalusi
2019-02-28Merge tag 'asoc-v5.1-2' of https://git.kernel.org/pub/scm/linux/kernel/git/br...Takashi Iwai
2019-02-14ASoC: dmaengine: Remove unused SND_DMAENGINE_PCM_FLAG_CUSTOM_CHANNEL_NAME flagSylwester Nawrocki
2019-02-12ASoC: dmaengine: Extend use of chan_names provided in custom DMA configSylwester Nawrocki
2019-02-12ASoC: dmaengine: Improve of_node test in dmaengine_pcm_request_chan_of()Sylwester Nawrocki
2019-02-06ASoC: dmaengine: Drop superfluous PCM preallocation error checksTakashi Iwai
2018-08-18Merge tag 'dmaengine-4.19-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds
2018-07-26ASoC: dmaengine: Use standard pcm_format_to_bits() macroTakashi Iwai
2018-07-26ASoC: dmaengine: Fix missing __user prefix in copy_user callbackTakashi Iwai
2018-07-09dmaengine: add support for reporting pause and resume separatelyMarek Szyprowski
2018-07-02ASoC: soc-generic-dmaengine-pcm: convert to SPDX identifiersKuninori Morimoto
2018-02-26ASoC: Revert "ASoC: soc-generic-dmaengine-pcm: Fix error handling"Fabio Estevam
2018-02-26ASoC: dmaengine_pcm: add processing supportOlivier Moysan
2018-02-26ASoC: soc-generic-dmaengine-pcm: Fix sparse warningsFabio Estevam
2018-02-26ASoC: soc-generic-dmaengine-pcm: Fix error handlingFabio Estevam
2018-02-26Merge branch 'topic/component-platform' of https://git.kernel.org/pub/scm/lin...Mark Brown
2018-02-22ASoC: soc-generic-dmaengine-pcm: Add a DMA debugfs_prefix entryFabio Estevam
2018-02-12ASoC: soc-generic-dmaengine-pcm: replace platform to componentKuninori Morimoto
2017-01-23ASoC: Revert "Drop SND_DMAENGINE_PCM_FLAG_CUSTOM_CHANNEL_NAME flag"Sylwester Nawrocki
2016-10-25ASoC: Drop SND_DMAENGINE_PCM_FLAG_CUSTOM_CHANNEL_NAME flagSylwester Nawrocki
2016-04-27ASoC: dmaengine_pcm: Add support for packed transfersMatthias Reichl
2015-04-27ASoC: dmaengine_pcm: Make FLAG_NO_RESIDUE internalLars-Peter Clausen
2015-02-18Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds
2015-01-05ASoC: dmaengine: Remove unnecessary snd_pcm_lib_preallocate_free_for_all()Lars-Peter Clausen
2014-12-22dmaengine: Make the destination abbreviation coherentMaxime Ripard
2014-08-19ASoC: Consolidate platform and CODEC probe/removeLars-Peter Clausen
2014-07-04ASoC: generic-dmaengine-pcm: Prepare formats mask for valid physical sample s...Peter Ujfalusi
2014-01-16ASoC: core: Fix possible NULL pointer dereference of pcm->configXiubo Li
2014-01-14ASoC: generic-dmaengine-pcm: Check DMA residue granularityLars-Peter Clausen
2014-01-14ASoC: generic-dmaengine-pcm: Check NO_RESIDUE flag at runtimeLars-Peter Clausen
2013-12-17ASoC: dmaengine: Add config parameter NULL check.Xiubo Li
2013-12-11ASoC: dmaengine: fix deferred probe detectionStephen Warren
2013-12-11ASoC: dmaengine: support deferred probe for DMA channelsStephen Warren
2013-12-09ASoC: dmaengine: add custom DMA config to snd_dmaengine_pcm_configStephen Warren
2013-12-09Merge remote-tracking branch 'asoc/fix/dma' into asoc-dmaMark Brown
2013-12-09ASoC: don't leak on error in snd_dmaengine_pcm_registerStephen Warren
2013-12-09ASoC: restructure dmaengine_pcm_request_chan_of()Stephen Warren
2013-12-02ASoC: generic-dmaengine-pcm: Set BATCH flag when residue reporting is not sup...Lars-Peter Clausen
2013-11-08Merge tag 'asoc-v3.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Takashi Iwai
2013-11-07ASoC: generic-dmaengine-pcm: Use SNDRV_DMA_TYPE_DEV_IRAM as defaultNicolin Chen
2013-11-07ASoC: generic-dmaengine-pcm: Clear slave_config memoryLee Jones
2013-10-25ASoC: dmaengine: Use SNDRV_PCM_STREAM_LAST for array sizeTakashi Iwai
2013-10-24ASoC: dmaengine: Use filter_data rather than dma_data for compat requestsMark Brown
2013-10-24ASoC: dmaengine: Support custom channel namesMark Brown
2013-10-19ASoC: dmaengine-pcm: Provide default configLars-Peter Clausen
2013-10-19ASoC: dmaengine-pcm: Add support for querying DMA capabilitiesLars-Peter Clausen
2013-04-23ASoC: generic-dmaengine-pcm: call dma_request_slave_channel()Shawn Guo