summaryrefslogtreecommitdiffstats
path: root/sound/sh
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-3/+3
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-3/+3
2025-07-11ALSA: sh: Use safer strscpy() instead of strcpy()Takashi Iwai-7/+7
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar-2/+2
2025-05-16Merge branch 'for-linus' into for-nextTakashi Iwai-1/+1
2025-05-13ALSA: sh: SND_AICA should depend on SH_DMA_APIGeert Uytterhoeven-1/+1
2025-05-08ALSA: sh: use snd_kcontrol_chip()Kuninori Morimoto-4/+4
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner-1/+1
2025-02-10ALSA: Switch to use hrtimer_setup()Nam Cao-2/+1
2024-12-20ALSA: sh: Fix wrong argument order for copy_from_iter()Takashi Iwai-1/+1
2024-11-29ALSA: sh: Use standard helper for buffer accessesTakashi Iwai-3/+2
2024-10-30sound: Switch back to struct platform_driver::remove()Uwe Kleine-König-2/+2
2024-10-08ALSA: aica: Remove unused variableZhu Jun-2/+0
2024-08-08ALSA: sh: Use standard print APITakashi Iwai-8/+7
2024-05-08ALSA: misc: Use *-y instead of *-objs in MakefileTakashi Iwai-2/+2
2024-03-26ALSA: sh: aica: reorder cleanup operations to avoid UAF bugsDuoming Zhou-3/+14
2023-08-18ALSA: sh: Convert to generic PCM copy opsTakashi Iwai-22/+3
2023-03-20ALSA: sh_dac_audio: Convert to platform remove callback returning voidUwe Kleine-König-3/+2
2023-03-20ALSA: sh: aica: Convert to platform remove callback returning voidUwe Kleine-König-3/+2
2023-03-20ALSA: sh: aica: Drop if blocks with always false conditionUwe Kleine-König-2/+0
2021-03-17module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky-2/+0
2020-01-05ALSA: sh: Fix compile warning wrt constTakashi Iwai-2/+2
2020-01-04ALSA: sh: Fix unused variable warningsTakashi Iwai-3/+0
2020-01-03ALSA: sh: Constify snd_device_ops definitionsTakashi Iwai-1/+1
2019-12-11ALSA: sh: Drop superfluous ioctl PCM opsTakashi Iwai-2/+0
2019-12-11ALSA: sh: Use managed buffer allocationTakashi Iwai-18/+2
2019-12-11ALSA: aica: Use managed buffer allocationTakashi Iwai-24/+5
2019-11-06ALSA: sh: Remove superfluous snd_dma_continuous_data()Takashi Iwai-2/+2
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 273Thomas Gleixner-14/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 200Thomas Gleixner-17/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner-16/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+2
2019-05-08ALSA: aica: Fix a long-time build breakageTakashi Iwai-10/+4
2019-02-06ALSA: sh: Drop superfluous PCM preallocation error checksTakashi Iwai-8/+6
2017-10-05ALSA: sh: aica: Convert timers to use timer_setup()Kees Cook-11/+9
2017-08-31ALSA: sh: Put missing KERN_* prefixTakashi Iwai-1/+1
2017-08-19ALSA: sh: constify snd_pcm_ops structuresArvind Yadav-2/+2
2017-08-17ALSA: sh: make snd_pcm_hardware constBhumika Goyal-2/+2
2017-06-02ALSA: sh: Convert to the new PCM opsTakashi Iwai-24/+30
2017-05-30ALSA: declare snd_kcontrol_new structures as constBhumika Goyal-2/+2
2016-12-25ktime: Cleanup ktime_set() usageThomas Gleixner-1/+1
2016-06-07ALSA: sh: aica: Remove deprecated create_workqueueBhaktipriya Shridhar-13/+3
2015-01-28ALSA: Include linux/io.h instead of asm/io.hTakashi Iwai-1/+1
2015-01-19ALSA: aica: Use setup_timer() and mod_timer()Takashi Iwai-5/+3
2014-10-20ALSA: sh: drop owner assignment from platform_driversWolfram Sang-2/+0
2014-02-14ALSA: sh: Convert to snd_card_new() with a device pointerTakashi Iwai-4/+3
2013-05-23ALSA: sh_dac_audio: Remove redundant platform_set_drvdata()Sachin Kamat-2/+0
2013-05-23ALSA: sh: aica: Remove redundant platform_set_drvdata()Sachin Kamat-1/+0
2012-12-07ALSA: sh: remove __dev* attributesBill Pemberton-12/+11
2012-07-02ALSA: Add missing .owner=THIS_MODULE to platform_driver definitionsTakashi Iwai-1/+4