summaryrefslogtreecommitdiffstats
path: root/sound/core/seq/oss/seq_oss_init.c
Commit message (Expand)AuthorAgeFilesLines
* ALSA: seq: oss: Use automatic cleanup of kfree()Takashi Iwai2024-02-231-10/+5
* ALSA: avoid 'bool' as variable nameArnd Bergmann2024-02-161-2/+2
* ALSA: seq: oss: fix typoJulia Lawall2022-03-141-1/+1
* ALSA: seq: oss: use kzallocJulia Lawall2022-03-131-2/+1
* ALSA: seq: oss: Fix error check at system port creationTakashi Iwai2021-06-171-3/+2
* ALSA: seq: Fix assignment in if conditionTakashi Iwai2021-06-091-3/+6
* ALSA: seq: More constificationsTakashi Iwai2020-01-051-2/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-301-14/+1
* ALSA: seq: oss: Don't drain at closing a clientTakashi Iwai2016-03-011-16/+0
* ALSA: seq: Degrade the error message for too many opensTakashi Iwai2016-01-251-1/+1
* ALSA: replace CONFIG_PROC_FS with CONFIG_SND_PROC_FSJie Yang2015-05-271-3/+2
* ALSA: seq_oss: Drop superfluous error/debug messages after malloc failuresTakashi Iwai2015-03-101-3/+1
* ALSA: core: Deletion of unnecessary checks before two function callsMarkus Elfring2014-11-211-6/+3
* ALSA: seq_oss: Use standard printk helpersTakashi Iwai2014-02-141-6/+6
* ALSA: seq_oss: Drop debug printsTakashi Iwai2014-02-141-17/+0
* ALSA: seq-oss: Initialize MIDI clients asynchronouslyTakashi Iwai2013-07-171-3/+13
* sound: Add export.h for THIS_MODULE/EXPORT_SYMBOL where neededPaul Gortmaker2011-10-311-0/+1
* ALSA: seq/oss - Fix double-free at error path of snd_seq_oss_open()Takashi Iwai2010-09-081-5/+4
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* [ALSA] seq: resource leak fix and various code cleanupsEugene Teo2007-10-161-17/+23
* [ALSA] seq: set client name in snd_seq_create_kernel_client()Clemens Ladisch2006-01-031-13/+3
* [ALSA] seq: remove struct snd_seq_client_callbackClemens Ladisch2006-01-031-8/+1
* [ALSA] Optimize for config without PROC_FS (seq and oss parts)Takashi Iwai2006-01-031-1/+2
* [ALSA] Remove xxx_t typedefs: Sequencer OSS-emulationTakashi Iwai2006-01-031-26/+26
* [ALSA] Replace with kzalloc() - seq stuffTakashi Iwai2005-09-121-1/+1
* Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds2005-04-161-0/+555