summaryrefslogtreecommitdiffstats
path: root/sound/soc/sprd
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-1/+1
2025-09-08ALSA: compress_offload: Add 64-bit safe timestamp infrastructureJoris Verhaegen-5/+5
2025-06-24ASoC: sprd: Standardize ASoC menuKuninori Morimoto-0/+4
2024-09-09ASoC: Switch back to struct platform_driver::remove()Uwe Kleine-König-1/+1
2024-05-08ASoC: sprd: Use *-y instead of *-objs in MakefileTakashi Iwai-1/+1
2023-12-19ASoC: sprd: Simplify memory allocation in sprd_platform_compr_dma_config()Christophe JAILLET-3/+3
2023-09-25ASoC: sprd: convert not to use asoc_xxx()Kuninori Morimoto-4/+4
2023-03-20ASoC: sprd: sprd-mcdt: Convert to platform remove callback returning voidUwe Kleine-König-4/+2
2021-08-04ASoC: sprd: Use managed buffer allocationTakashi Iwai-64/+3
2021-06-17ASoC: sprd: Use devm_platform_get_and_ioremap_resource()Yang Yingliang-2/+1
2020-12-28ASoC: sprd: Switch to use list_entry_is_head() helperAndy Shevchenko-5/+5
2020-08-18ASoC: various vendors: delete repeated words in commentsRandy Dunlap-1/+1
2020-07-23ASoC: sprd: use asoc_substream_to_rtd()Kuninori Morimoto-1/+1
2020-04-21ASoC: sprd: use snd_compress_opsKuninori Morimoto-28/+25
2020-03-27ASoC: sprd: use asoc_rtd_to_cpu() / asoc_rtd_to_codec() macro for DAI pointerKuninori Morimoto-3/+3
2020-03-05ASoC: sprd: Allow the MCDT driver to build into modulesBaolin Wang-2/+2
2019-12-11ASoC: sprd: Drop superfluous ioctl PCM opsTakashi Iwai-1/+0
2019-10-08ASoC: sprd: sprd-pcm-dma: remove snd_pcm_opsKuninori Morimoto-42/+32
2019-08-02ASoC: Remove dev_err() usage after platform_get_irq()Stephen Boyd-3/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+1
2019-05-06ASoC: sprd: Add reserved DMA memory supportBaolin Wang-0/+7
2019-05-02ASoC: sprd: Fix to use list_for_each_entry_safe() when delete itemsWei Yongjun-3/+3
2019-05-02ASoC: sprd: Fix return value check in sprd_mcdt_probe()Wei Yongjun-2/+2
2019-04-25ASoC: sprd: Add Spreadtrum multi-channel data transfer supportBaolin Wang-0/+1128
2019-04-04ASoC: sprd: Fix spelling mistake "faied" -> "failed"Colin Ian King-2/+2
2019-04-04ASoC: sprd: Fix the smatch warningBaolin Wang-2/+1
2019-04-03ASoC: sprd: Fix modular buildMark Brown-1/+3
2019-04-02ASoC: sprd: Add Spreadtrum audio compress offload supportBaolin Wang-2/+721
2019-01-29ASoC: sprd: Add Spreadtrum audio DMA platfrom driverBaolin Wang-0/+587