aboutsummaryrefslogtreecommitdiff
path: root/sound/oss
AgeCommit message (Expand)AuthorFilesLines
2020-07-09ALSA: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 2-3/+3
2020-03-25.gitignore: add SPDX License IdentifierGravatar Masahiro Yamada 1-0/+1
2020-03-25.gitignore: remove too obvious commentsGravatar Masahiro Yamada 1-1/+0
2019-10-23compat_ioctl: remove translation for sound ioctlsGravatar Arnd Bergmann 1-0/+2
2019-07-30sound: dmasound_atari: Mark expected switch fall-throughGravatar Gustavo A. R. Silva 1-8/+8
2019-06-14docs: kbuild: convert docs to ReST and rename to *.rstGravatar Mauro Carvalho Chehab 1-3/+3
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 2-0/+2
2019-05-21treewide: Add SPDX license identifier for more missed filesGravatar Thomas Gleixner 3-0/+3
2018-06-12treewide: kmalloc() -> kmalloc_array()Gravatar Kees Cook 1-1/+1
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementGravatar Linus Torvalds 1-1/+1
2017-11-27sound: annotate ->poll() instancesGravatar Al Viro 1-2/+2
2017-11-13Merge tag 'asoc-v4.15' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Gravatar Takashi Iwai 1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 20-0/+20
2017-10-31sound: Retire OSSGravatar Takashi Iwai 69-36201/+0
2017-09-14vfs: constify path argument to kernel_read_file_from_pathGravatar Mimi Zohar 1-1/+1
2017-04-20Annotate hardware config module parameters in sound/oss/Gravatar David Howells 12-61/+61
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Gravatar Ingo Molnar 6-1/+9
2017-01-31sound: oss/ad1848: remove some dead codeGravatar Dan Carpenter 1-6/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 7-7/+7
2016-07-26sound: oss: Use kernel_read_file_from_path() for mod_firmware_load()Gravatar Takashi Iwai 1-1/+28
2016-07-12sound: oss: Remove useless initialisationGravatar Amitoj Kaur Chawla 1-1/+1
2016-06-17sound: oss: avoid time_t usageGravatar Arnd Bergmann 2-2/+2
2016-06-15sound: aedsp16: Change structure initialisation to C99 styleGravatar Amitoj Kaur Chawla 1-7/+7
2016-05-17sound: oss: Use setup_timer and mod_timer.Gravatar Muhammad Falak R Wani 1-5/+3
2015-12-09sound/oss: remove VIRT_TO_BUS dependencyGravatar Arnd Bergmann 1-1/+1
2015-06-12sound: oss/sb_audio: use swap() in sb_audio_close()Gravatar Fabian Frederick 1-6/+2
2015-05-29sound/oss: use schedule_timeout_interruptible()Gravatar Nicholas Mc Guire 1-2/+1
2015-05-18sound: oss: fix build warningGravatar Sudip Mukherjee 1-0/+2
2015-04-18sound/oss: fix deadlock in sequencer_ioctl(SNDCTL_SEQ_OUTOFBAND)Gravatar Alexey Khoroshilov 1-10/+2
2015-03-24sound: Deparenthesize negative error returnsGravatar Joe Perches 2-5/+5
2015-02-25sound/sb_midi: a couple indenting fixesGravatar Dan Carpenter 1-3/+3
2015-02-25sound/sb_ess: white space cleanupsGravatar Dan Carpenter 1-12/+7
2015-02-25sound/oss/opl3: remove some stray whitespaceGravatar Dan Carpenter 1-2/+2
2015-02-25sound: sys_timer: indent poll_def_tmr() correctlyGravatar Dan Carpenter 1-20/+15
2015-02-11Merge tag 'sound-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 4-5/+5
2015-01-15sound: dmasound_atari: Remove obsolete IRQ_TYPE_SLOWGravatar Geert Uytterhoeven 1-1/+1
2015-01-15sound/oss: use current->state helpersGravatar Davidlohr Bueso 2-3/+3
2015-01-04sound: oss: Deletion of unnecessary checks before the function call "vfree"Gravatar Markus Elfring 2-2/+2
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-1/+0
2014-11-22sound: oss: uart401: remove unneeded NULL checkGravatar Dan Carpenter 1-7/+4
2014-10-20OSS: dmasound: drop owner assignment from platform_driversGravatar Wolfram Sang 1-1/+0
2014-08-15Merge tag 'sound-fix-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 2-87/+110
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useGravatar Benoit Taine 1-1/+1
2014-08-06sound: oss: Remove typedefs wanc_info and wavnc_port_infoGravatar Himangi Saraogi 1-68/+89
2014-08-06sound: oss: uart401: Remove typedef uart401_devcGravatar Himangi Saraogi 1-19/+21
2014-08-05sound/oss/pss: Remove typedefs pss_mixerdata and pss_confdataGravatar Himangi Saraogi 1-22/+24
2014-08-05sound/oss/opl3: Remove typedef opl_devinfoGravatar Himangi Saraogi 1-2/+2
2014-06-25sound: oss: mpu401.c: Cleaning up variable is set more than onceGravatar Rickard Strandqvist 1-1/+0
2014-06-24sound: oss: mpu401.c: Cleaning up missing break in a caseGravatar Rickard Strandqvist 1-0/+1
2014-05-30sound: remove checks for CONFIG_BCM_CS4297A_CSWARMGravatar Paul Bolle 1-4/+0