summaryrefslogtreecommitdiffstats
path: root/sound/core/seq/oss/seq_oss_synth.c
AgeCommit message (Expand)AuthorFilesLines
2021-06-09ALSA: seq: Fix assignment in if conditionTakashi Iwai1-3/+6
2021-01-18Merge branch 'for-linus' into for-nextTakashi Iwai1-1/+2
2021-01-15ALSA: seq: oss: Fix missing error check in snd_seq_oss_synth_make_info()Takashi Iwai1-1/+2
2021-01-08ALSA: Convert strlcpy to strscpy when return value is unusedJoe Perches1-3/+3
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-14/+1
2019-03-21ALSA: seq: oss: Fix Spectre v1 vulnerabilityGustavo A. R. Silva1-3/+4
2018-04-25ALSA: seq: oss: Hardening for potential Spectre v1Takashi Iwai1-33/+42
2018-04-25ALSA: seq: oss: Fix unbalanced use lock for synth MIDI deviceTakashi Iwai1-4/+8
2016-06-15ALSA: seq_oss: Change structure initialisation to C99 styleAmitoj Kaur Chawla1-5/+5
2016-01-25ALSA: seq: Fix incorrect sanity check at snd_seq_oss_synth_cleanup()Takashi Iwai1-1/+1
2015-05-27ALSA: replace CONFIG_PROC_FS with CONFIG_SND_PROC_FSJie Yang1-2/+2
2015-03-10ALSA: seq_oss: Drop superfluous error/debug messages after malloc failuresTakashi Iwai1-4/+2
2015-02-12ALSA: seq: Define driver object in each driverTakashi Iwai1-2/+4
2014-02-14ALSA: seq_oss: Use standard printk helpersTakashi Iwai1-4/+4
2014-02-14ALSA: seq_oss: Drop debug printsTakashi Iwai1-3/+0
2011-10-31sound: Add module.h to the previously silent sound usersPaul Gortmaker1-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2008-08-13ALSA: Kill snd_assert() in sound/core/*Takashi Iwai1-2/+4
2008-08-04sound: ensure device number is valid in snd_seq_oss_synth_make_infoWilly Tarreau1-0/+3
2008-04-24[ALSA] seq-oss - Remove invalid BUG()Takashi Iwai1-2/+7
2006-01-03[ALSA] Optimize for config without PROC_FS (seq and oss parts)Takashi Iwai1-1/+2
2006-01-03[ALSA] Remove xxx_t typedefs: Sequencer OSS-emulationTakashi Iwai1-46/+46
2005-09-12[ALSA] Replace with kzalloc() - seq stuffTakashi Iwai1-2/+2
2005-06-22[ALSA] Remove redundant NULL checks before kfreeJesper Juhl1-16/+8
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+659