summaryrefslogtreecommitdiffstats
path: root/sound/drivers/opl3
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-2/+2
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-2/+2
2025-12-14ALSA: opl3: Convert to snd_seq bus probe mechanismUwe Kleine-König-8/+5
2025-09-01ALSA: opl3: Use guard() for spin locksTakashi Iwai-60/+28
2025-09-01ALSA: opl3: Use guard() for mutex locksTakashi Iwai-9/+7
2025-07-11ALSA: opl3: Use safer strscpy() instead of strcpy()Takashi Iwai-7/+7
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar-1/+1
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner-1/+1
2024-08-08ALSA: opl3: Use standard print APITakashi Iwai-73/+56
2024-05-08ALSA: drivers: Use *-y instead of *-objs in MakefileTakashi Iwai-1/+1
2021-12-13ALSA: drivers: opl3: Fix incorrect use of vp->stateColin Ian King-1/+1
2021-06-09ALSA: opl3: Fix assignment in if conditionTakashi Iwai-20/+37
2021-05-27ALSA: drivers: opl3: fix useless self-comparisonPierre-Louis Bossart-2/+1
2021-01-08ALSA: Convert strlcpy to strscpy when return value is unusedJoe Perches-2/+2
2020-08-03Merge branch 'for-next' into for-linusTakashi Iwai-2/+2
2020-07-09ALSA: Use fallthrough pseudo-keywordGustavo A. R. Silva-2/+2
2020-07-07ALSA: opl3: fix infoleak in opl3xidongwang-0/+2
2020-01-05ALSA: opl3: More constificationsTakashi Iwai-4/+4
2020-01-03ALSA: seq: oss: Constify snd_seq_oss_callback definitionsTakashi Iwai-1/+1
2020-01-03ALSA: opl3: Constify snd_opl3_drum_voice definitionsTakashi Iwai-13/+13
2020-01-03ALSA: seq: Constify struct snd_midi_opTakashi Iwai-2/+2
2020-01-03ALSA: Constify snd_timer_hardware definitionsTakashi Iwai-2/+2
2020-01-03ALSA: drivers: Constify snd_device_ops definitionsTakashi Iwai-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner-103/+7
2019-03-18ALSA: opl3: fix mismatch between snd_opl3_drum_switch definition and declarationColin Ian King-1/+1
2018-08-08ALSA: opl3: Mark expected switch fall-throughGustavo A. R. Silva-0/+1
2018-08-03ALSA: drivers: Remove empty init and exitTakashi Iwai-16/+0
2018-07-26ALSA: opl3: Declare common variables properlyTakashi Iwai-10/+6
2018-07-16ALSA: opl3: remove redundant pointer opl3Colin Ian King-18/+0
2018-04-25ALSA: opl3: Hardening for potential Spectre v1Takashi Iwai-2/+5
2017-11-13Merge tag 'asoc-v4.15' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Takashi Iwai-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-10-24ALSA: drivers: Convert timers to use timer_setup()Kees Cook-4/+4
2017-08-31ALSA: opl3: Put missing KERN_CONT prefixTakashi Iwai-2/+2
2017-08-12ALSA: opl3: Delete an error message for a failed memory allocation in snd_opl...Markus Elfring-3/+1
2017-06-28ALSA: Fix forgotten dependency fix for tristate OSS sequencer kconfigTakashi Iwai-1/+3
2017-06-12ALSA: seq: Allow the modular sequencer registrationTakashi Iwai-1/+1
2017-06-09ALSA: seq: Allow the tristate build of OSS emulationTakashi Iwai-3/+6
2017-05-17ALSA: opl3: Kill unused set_fs()Takashi Iwai-14/+0
2016-11-12ALSA: opl3: don't opencode IS_REACHABLE()Fabian Frederick-1/+1
2015-03-09Merge branch 'for-linus' into for-nextTakashi Iwai-0/+2
2015-03-06ALSA: opl3: small array underflowDan Carpenter-0/+2
2015-02-12ALSA: seq: Define driver object in each driverTakashi Iwai-20/+14
2015-01-28ALSA: Include linux/io.h instead of asm/io.hTakashi Iwai-1/+1
2015-01-19ALSA: opl3: Use setup_timer() and mod_timer()Takashi Iwai-10/+5
2014-02-12ALSA: Drop unused name argument in snd_register_oss_device()Takashi Iwai-3/+1
2014-02-10ALSA: Replace with IS_ENABLED()Takashi Iwai-1/+1
2013-10-29ALSA: opl3: Fix possible negative array index accessTakashi Iwai-0/+5
2012-10-06sound: Remove unnecessary semicolonPeter Senna Tschudin-1/+1
2011-12-19ALSA: module_param: make bool parameters really boolRusty Russell-2/+2