aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sound/oss (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds7-7/+7
2016-07-26sound: oss: Use kernel_read_file_from_path() for mod_firmware_load()Takashi Iwai1-1/+28
2016-07-12sound: oss: Remove useless initialisationAmitoj Kaur Chawla1-1/+1
2016-06-17sound: oss: avoid time_t usageArnd Bergmann2-2/+2
2016-06-15sound: aedsp16: Change structure initialisation to C99 styleAmitoj Kaur Chawla1-7/+7
2016-05-17sound: oss: Use setup_timer and mod_timer.Muhammad Falak R Wani1-5/+3
2015-12-09sound/oss: remove VIRT_TO_BUS dependencyArnd Bergmann1-1/+1
2015-06-12sound: oss/sb_audio: use swap() in sb_audio_close()Fabian Frederick1-6/+2
2015-05-29sound/oss: use schedule_timeout_interruptible()Nicholas Mc Guire1-2/+1
2015-05-18sound: oss: fix build warningSudip Mukherjee1-0/+2
2015-04-18sound/oss: fix deadlock in sequencer_ioctl(SNDCTL_SEQ_OUTOFBAND)Alexey Khoroshilov1-10/+2
2015-03-24sound: Deparenthesize negative error returnsJoe Perches2-5/+5
2015-02-25sound/sb_midi: a couple indenting fixesDan Carpenter1-3/+3
2015-02-25sound/sb_ess: white space cleanupsDan Carpenter1-12/+7
2015-02-25sound/oss/opl3: remove some stray whitespaceDan Carpenter1-2/+2
2015-02-25sound: sys_timer: indent poll_def_tmr() correctlyDan Carpenter1-20/+15
2015-02-11Merge tag 'sound-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds4-5/+5
2015-01-15sound: dmasound_atari: Remove obsolete IRQ_TYPE_SLOWGeert Uytterhoeven1-1/+1
2015-01-15sound/oss: use current->state helpersDavidlohr Bueso2-3/+3
2015-01-04sound: oss: Deletion of unnecessary checks before the function call "vfree"Markus Elfring2-2/+2
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+0
2014-11-22sound: oss: uart401: remove unneeded NULL checkDan Carpenter1-7/+4
2014-10-20OSS: dmasound: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-08-15Merge tag 'sound-fix-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds2-87/+110
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine1-1/+1
2014-08-06sound: oss: Remove typedefs wanc_info and wavnc_port_infoHimangi Saraogi1-68/+89
2014-08-06sound: oss: uart401: Remove typedef uart401_devcHimangi Saraogi1-19/+21
2014-08-05sound/oss/pss: Remove typedefs pss_mixerdata and pss_confdataHimangi Saraogi1-22/+24
2014-08-05sound/oss/opl3: Remove typedef opl_devinfoHimangi Saraogi1-2/+2
2014-06-25sound: oss: mpu401.c: Cleaning up variable is set more than onceRickard Strandqvist1-1/+0
2014-06-24sound: oss: mpu401.c: Cleaning up missing break in a caseRickard Strandqvist1-0/+1
2014-05-30sound: remove checks for CONFIG_BCM_CS4297A_CSWARMPaul Bolle1-4/+0
2014-05-19sound: mpu401.c: make return of 0 explicitJulia Lawall1-3/+1
2014-04-10Merge tag 'sound-fix-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds11-80/+3
2014-04-09sound: dmasound: use module_platform_driver_probe()Christoph Jaeger1-13/+1
2014-04-04sound/oss: Remove uncompilable DBG macro useJoe Perches10-67/+2
2014-04-02Merge branch 'x86-nuke-platforms-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-3516/+0
2014-02-27x86, platforms: Remove SGI Visual WorkstationH. Peter Anvin3-3516/+0
2014-02-07sound: Move prototype declaration to header file oss/pas2.h from oss/pas2_card.cRashika Kheria2-2/+3
2014-01-14sound: oss: remove last sleep_on usersArnd Bergmann4-23/+39
2014-01-14sound: oss: dmasound: kill SLEEP() macro to avoid raceArnd Bergmann2-10/+19
2014-01-14sound: oss: midibuf: fix sleep_on racesArnd Bergmann1-9/+9
2014-01-14sound: oss: vwsnd: avoid interruptible_sleep_onArnd Bergmann1-4/+10
2014-01-14sound: oss: msnd_pinnacle: avoid interruptible_sleep_on_timeoutArnd Bergmann1-13/+18
2013-10-14sound: Remove unnecessary semicolonsJoe Perches1-1/+1
2013-08-23Merge tag 'asoc-v3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-nextTakashi Iwai1-1/+3
2013-08-09sound: oss/dmabuf: remove an unneeded temporary variableDan Carpenter1-2/+1
2013-07-15sound: oss/vwsnd: Always define vwsnd_mutexTakashi Iwai1-1/+2
2013-07-15sound: oss/vwsnd: Add missing inclusion of linux/delay.hTakashi Iwai1-0/+1
2013-05-29sound: OSS: Remove superfluous pci_set_dvdata(pci, NULL)Takashi Iwai1-2/+0