summaryrefslogtreecommitdiffstats
path: root/sound/oss
Commit message (Expand)AuthorAgeFilesLines
* OSS: dmasound/paula: Mark driver struct with __refdata to prevent section mis...Uwe Kleine-König2024-04-011-1/+7
* OSS: dmasound/paula: Convert to platform remove callback returning voidUwe Kleine-König2023-11-091-4/+3
* sound: oss: dmasound: remove software_input_volume declarationGaosheng Cui2022-09-091-3/+0
* sound/oss/dmasound: fix 'dmasound_setup' defined but not usedMiles Chen2022-04-151-1/+1
* sound/oss/dmasound: fix build when drivers are mixed =y/=mRandy Dunlap2022-04-072-29/+1
* sound/oss/dmasound: Remove superfluous "break"zuoqilin2021-05-271-9/+0
* sound/oss/dmasound: Remove superfluous "break"zuoqilin2021-05-251-5/+0
* ALSA: Convert strlcpy to strscpy when return value is unusedJoe Perches2021-01-081-2/+2
* ALSA: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-07-092-3/+3
* .gitignore: add SPDX License IdentifierMasahiro Yamada2020-03-251-0/+1
* .gitignore: remove too obvious commentsMasahiro Yamada2020-03-251-1/+0
* compat_ioctl: remove translation for sound ioctlsArnd Bergmann2019-10-231-0/+2
* sound: dmasound_atari: Mark expected switch fall-throughGustavo A. R. Silva2019-07-301-8/+8
* docs: kbuild: convert docs to ReST and rename to *.rstMauro Carvalho Chehab2019-06-141-3/+3
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
* treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-213-0/+3
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-1/+1
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-1/+1
* sound: annotate ->poll() instancesAl Viro2017-11-271-2/+2
* Merge tag 'asoc-v4.15' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Takashi Iwai2017-11-131-0/+1
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-0220-0/+20
* | sound: Retire OSSTakashi Iwai2017-10-3169-36201/+0
|/
* vfs: constify path argument to kernel_read_file_from_pathMimi Zohar2017-09-141-1/+1
* Annotate hardware config module parameters in sound/oss/David Howells2017-04-2012-61/+61
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-026-1/+9
* sound: oss/ad1848: remove some dead codeDan Carpenter2017-01-311-6/+1
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-247-7/+7
* sound: oss: Use kernel_read_file_from_path() for mod_firmware_load()Takashi Iwai2016-07-261-1/+28
* sound: oss: Remove useless initialisationAmitoj Kaur Chawla2016-07-121-1/+1
* sound: oss: avoid time_t usageArnd Bergmann2016-06-172-2/+2
* sound: aedsp16: Change structure initialisation to C99 styleAmitoj Kaur Chawla2016-06-151-7/+7
* sound: oss: Use setup_timer and mod_timer.Muhammad Falak R Wani2016-05-171-5/+3
* sound/oss: remove VIRT_TO_BUS dependencyArnd Bergmann2015-12-091-1/+1
* sound: oss/sb_audio: use swap() in sb_audio_close()Fabian Frederick2015-06-121-6/+2
* sound/oss: use schedule_timeout_interruptible()Nicholas Mc Guire2015-05-291-2/+1
* sound: oss: fix build warningSudip Mukherjee2015-05-181-0/+2
* sound/oss: fix deadlock in sequencer_ioctl(SNDCTL_SEQ_OUTOFBAND)Alexey Khoroshilov2015-04-181-10/+2
* sound: Deparenthesize negative error returnsJoe Perches2015-03-242-5/+5
* sound/sb_midi: a couple indenting fixesDan Carpenter2015-02-251-3/+3
* sound/sb_ess: white space cleanupsDan Carpenter2015-02-251-12/+7
* sound/oss/opl3: remove some stray whitespaceDan Carpenter2015-02-251-2/+2
* sound: sys_timer: indent poll_def_tmr() correctlyDan Carpenter2015-02-251-20/+15
* Merge tag 'sound-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2015-02-114-5/+5
|\
| * sound/oss: use current->state helpersDavidlohr Bueso2015-01-152-3/+3
| * sound: oss: Deletion of unnecessary checks before the function call "vfree"Markus Elfring2015-01-042-2/+2
* | sound: dmasound_atari: Remove obsolete IRQ_TYPE_SLOWGeert Uytterhoeven2015-01-151-1/+1
|/
* Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-141-1/+0
|\
| * OSS: dmasound: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* | sound: oss: uart401: remove unneeded NULL checkDan Carpenter2014-11-221-7/+4
|/
* Merge tag 'sound-fix-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2014-08-152-87/+110
|\