aboutsummaryrefslogtreecommitdiffstats
path: root/sound/oss
AgeCommit message (Expand)AuthorFilesLines
2024-04-01OSS: dmasound/paula: Mark driver struct with __refdata to prevent section mis...Uwe Kleine-König1-1/+7
2023-11-09OSS: dmasound/paula: Convert to platform remove callback returning voidUwe Kleine-König1-4/+3
2022-09-09sound: oss: dmasound: remove software_input_volume declarationGaosheng Cui1-3/+0
2022-04-15sound/oss/dmasound: fix 'dmasound_setup' defined but not usedMiles Chen1-1/+1
2022-04-07sound/oss/dmasound: fix build when drivers are mixed =y/=mRandy Dunlap2-29/+1
2021-05-27sound/oss/dmasound: Remove superfluous "break"zuoqilin1-9/+0
2021-05-25sound/oss/dmasound: Remove superfluous "break"zuoqilin1-5/+0
2021-01-08ALSA: Convert strlcpy to strscpy when return value is unusedJoe Perches1-2/+2
2020-07-09ALSA: Use fallthrough pseudo-keywordGustavo A. R. Silva2-3/+3
2020-03-25.gitignore: add SPDX License IdentifierMasahiro Yamada1-0/+1
2020-03-25.gitignore: remove too obvious commentsMasahiro Yamada1-1/+0
2019-10-23compat_ioctl: remove translation for sound ioctlsArnd Bergmann1-0/+2
2019-07-30sound: dmasound_atari: Mark expected switch fall-throughGustavo A. R. Silva1-8/+8
2019-06-14docs: kbuild: convert docs to ReST and rename to *.rstMauro Carvalho Chehab1-3/+3
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2-0/+2
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner3-0/+3
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-1/+1
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-1/+1
2017-11-27sound: annotate ->poll() instancesAl Viro1-2/+2
2017-11-13Merge tag 'asoc-v4.15' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Takashi Iwai1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman20-0/+20
2017-10-31sound: Retire OSSTakashi Iwai69-36201/+0
2017-09-14vfs: constify path argument to kernel_read_file_from_pathMimi Zohar1-1/+1
2017-04-20Annotate hardware config module parameters in sound/oss/David Howells12-61/+61
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar6-1/+9
2017-01-31sound: oss/ad1848: remove some dead codeDan Carpenter1-6/+1
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/t...Linus 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...Linus 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/g...Linus 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/g...Linus 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/l...Linus 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/broon...Takashi 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
2013-05-13sound: Fix make allmodconfig on MIPS correctlyPaul Bolle1-1/+1
2013-05-10Merge tag 'sound-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai...Linus Torvalds1-0/+1
2013-05-03Merge tag 'sound-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai...Linus Torvalds3-7/+10
2013-05-03sound: Fix make allmodconfig on MIPSTakashi Iwai1-0/+1
2013-04-29dmasound_core: saner arguments for sq_fsync()Al Viro1-3/+3
2013-04-26sound: oss/dmabuf: use dma_map_singleArnd Bergmann1-1/+2
2013-04-02sound: oss: sb_common: Used kmemdup instead of kmalloc and memcpyAlexandru Gheorghiu1-2/+1
2013-04-02sound: oss: uart401: Used kmemdup instead of kmalloc and memcpyAlexandru Gheorghiu1-4/+7
2013-03-15sound: sequencer: cap array index in seq_chn_common_event()Dan Carpenter1-0/+6
2013-02-22new helper: file_inode(file)Al Viro2-8/+8
2013-01-04sound: oss/pas2: Fix possible access out of arrayAsim Kadav1-0/+5
2012-12-07sound: oss: remove __dev* attributesBill Pemberton2-6/+6
2012-11-18sound: oss/sb_audio: cap value in sb201_audio_set_speed()Dan Carpenter1-1/+2
2012-10-11Merge tag 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-2/+2
2012-10-09Merge tag 'sound-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...Linus Torvalds7-19/+19
2012-10-07Merge branch 'late/fixes' into fixesOlof Johansson1-2/+2
2012-10-07ARM: footbridge: nw_gpio_lock is raw_spin_lockArnd Bergmann1-2/+2
2012-10-06sound: Remove unnecessary semicolonPeter Senna Tschudin7-19/+19
2012-10-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+0
2012-09-01oss: remove maui_boot.h from .gitignore and dontdiffPaul Bolle1-1/+0
2012-08-20Merge tag 'asoc-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Takashi Iwai1-1/+1
2012-08-20sound: oss/sb_audio: prevent divide by zero bugDan Carpenter1-1/+3
2012-07-24Merge tag 'sound-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...Linus Torvalds1-1/+16
2012-06-20sound: swarm_cs4297: Provide definitions for AC97 registersEzequiel Garcia1-1/+16
2012-06-03Fix comment typo multipy -> multiplyRalf Baechle1-1/+1
2012-04-10sound: sound/oss/msnd_pinnacle.c: add vfreesJulia Lawall1-2/+6
2012-03-30Merge tag 'sound-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...Linus Torvalds1-1/+1
2012-03-29sound: fix oss/msnd_pinnacle module param typeRandy Dunlap1-1/+1
2012-03-28Remove all #inclusions of asm/system.hDavid Howells3-3/+0
2012-01-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds5-17/+17
2011-12-19ALSA: module_param: make bool parameters really boolRusty Russell5-17/+17
2011-11-22sound: Kconfig: drop unknown symbol ARCH_CLPS7500Paul Bolle1-1/+1
2011-10-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds1-1/+1
2011-09-29sound: oss: use strlcpy() in sound_timer_init()Dan Carpenter1-1/+1
2011-09-27doc: fix broken referencesPaul Bolle1-3/+1
2011-08-08sound: pss - don't use the deprecated function check_regionWang Shaoyan1-2/+4
2011-08-04sound: oss/pas2: Remove CLOCK_TICK_RATE dependency from PAS16 driverDeepak Saxena1-4/+4
2011-07-27sound: oss: rename local change_bits to avoid powerpc bitsops.h definitionAndy Whitcroft2-6/+6
2011-05-20SOUND: OSS: Remove Au1550 driver.Ralf Baechle4-3355/+0
2011-03-31Fix common misspellingsLucas De Marchi8-11/+11
2011-03-23sound/oss/opl3: validate voice and channel indexesDan Rosenberg1-2/+13
2011-03-23sound/oss: remove offset from load_patch callbacksDan Rosenberg5-26/+18
2011-03-11Merge branch 'fix/misc' into topic/miscTakashi Iwai1-2/+2
2011-03-09sound: Use sound_register_*() for additional OSS minor devicesTakashi Iwai1-36/+20
2011-01-31sound: silent echo'ed messages in MakefileAmerigo Wang1-2/+2
2010-12-30sound: Prevent buffer overflow in OSS load_mixer_volumesDan Rosenberg1-2/+2
2010-11-11sound/oss: Remove unnecessary casts of void ptrJesper Juhl3-7/+7
2010-11-11sound/oss/dev_table.c: Use vzallocJoe Perches1-4/+2
2010-10-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds1-1/+0
2010-10-26sound/oss/sb_ess.c: delete double assignmentJulia Lawall1-1/+0
2010-10-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds9-431/+100
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds1-5/+2
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds1-0/+1
2010-10-18Update broken web addresses in the kernel.Justin P. Mattock1-5/+2
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-0/+1
2010-10-11OSS: soundcard: fix return value of sound_open()Dan Carpenter1-1/+1
2010-10-11Merge branch 'fix/misc' into topic/miscTakashi Iwai1-2/+2
2010-10-11OSS: soundcard: locking bug in sound_ioctl()Dan Carpenter1-2/+2
2010-09-23SOUND-OSS: Remove sh_dac_audioJohn Kacur3-335/+0
2010-09-14sound: autoconvert trivial BKL users to private mutexArnd Bergmann7-93/+97
2010-09-07sound: Remove unnecessary casts of private_dataJoe Perches1-9/+9
2010-08-28sound: oss: fix uninitialized spinlockAkinobu Mita1-1/+1
2010-08-12sound: oss: sh_dac_audio.c removed duplicated #includeAndrea Gelmini1-1/+0
2010-08-06sound/oss: Adjust confusing if indentationJulia Lawall1-1/+1
2010-08-06sound: oss: au1550_ac97.c removed duplicated #includeAndrea Gelmini1-1/+0
2010-07-29sound: oss: msnd: check request_region() return valueKulikov Vasiliy1-2/+6
2010-07-29sound: oss: midi_synth: check get_user() return valueKulikov Vasiliy1-1/+3
2010-07-26sound: oss: waveartist: simplify waveartist_sleep()Kulikov Vasiliy1-8/+2
2010-07-26sound: oss: au1550_ac97: simplify au1550_delay()Kulikov Vasiliy1-10/+1
2010-07-21sound/oss: Remove dead CONFIG_SOFTOSS*Christian Dietrich1-3/+0
2010-07-14sound/oss-msnd-pinnacle: ioctl needs the inodeArnd Bergmann1-1/+1
2010-07-12sound/oss: convert to unlocked_ioctlArnd Bergmann6-51/+119
2010-07-12sound: push BKL into open functionsArnd Bergmann7-30/+88
2010-05-27sound: Add missing spin_unlockJulia Lawall1-2/+3
2010-05-17m68k: amiga - Sound platform device conversionGeert Uytterhoeven1-20/+31
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo17-3/+16
2010-03-21sound/oss/vidc.c: change the field used with DMA_ACTIVEJulia Lawall1-2/+2
2010-03-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds1-2/+0
2010-03-16sound: sequencer: clean up remove bogus checkDan Carpenter1-2/+0
2010-03-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds2-4/+3
2010-03-02sound/oss/coproc.h: Checkpatch cleanupAndrea Gelmini1-1/+1
2010-03-02sound/oss/v_midi.h: Checkpatch cleanupAndrea Gelmini1-3/+2
2010-03-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds2-14/+23
2010-02-27MIPS: Alchemy: change dbdma to accept physical memory addressesManuel Lauss1-5/+7
2010-02-27MIPS: Alchemy: remove dbdma compat macrosManuel Lauss1-5/+7
2010-02-16Merge branch 'topic/misc' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Jaroslav Kysela2-14/+23
2010-02-09sound: use DEFINE_PCI_DEVICE_TABLEAlexey Dobriyan1-1/+1
2010-01-12sound_oss: remove use of old BKL ioctl pathAlan Cox1-13/+22
2010-01-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Jaroslav Kysela1-3/+3
2010-01-08sound: oss: off by one bugDan Carpenter3-9/+13
2009-12-17sound/oss/pss: Fix test of unsigned in pss_reset_dsp() and pss_download_boot()Roel Kluin1-3/+3
2009-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2-3/+1
2009-12-07Merge branch 'for-next' into for-linusJiri Kosina2-3/+1
2009-12-04Merge branch 'topic/misc' into for-linusTakashi Iwai3-3/+3
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa1-1/+1
2009-12-01Merge branch 'topic/pcm-dma-fix' into topic/core-changeTakashi Iwai1-1/+1
2009-12-01Merge branch 'topic/beep-rename' into topic/core-changeTakashi Iwai4-1496/+0
2009-11-17Merge branch 'hostprogs-wmissing-prototypes' of git://git.kernel.org/pub/scm/...Linus Torvalds1-1/+1
2009-11-16sound: OSS: keep index within bounds of midi_devs[]Roel Kluin2-2/+2
2009-11-15oss: Mark loadhex static in hex2hex.cJosh Triplett1-1/+1
2009-11-14Merge branch 'fix/misc' into topic/miscTakashi Iwai3-4/+6
2009-11-12sound: OSS: fix error return in dma_ioctl()Roel Kluin1-1/+1
2009-11-09Kconfig: Remove useless and sometimes wrong commentsMichael Roth1-2/+0
2009-11-07sound: Replace old style lock initializerThomas Gleixner1-1/+3
2009-11-05sound: Use KERN_WARNING instead of KERN_WARN, which does not existRandy Dunlap2-3/+3
2009-11-01Merge branch 'fix/misc' into topic/miscTakashi Iwai2-6/+0
2009-10-30sound: remove OSS Ensoniq SoundScape driverKrzysztof Helt3-1493/+0
2009-10-30ALSA: Cleanup redundant tests on unsignedRoel Kluin1-3/+0
2009-09-21trivial: remove unnecessary semicolonsJoe Perches1-3/+0
2009-09-21trivial: Remove commented out usage of dead MODULE_PARM() in swarm_cs4297aRobert P. J. Day1-3/+0
2009-08-26sound: vwsnd: Fix setting of cfgval and ctlval in li_setup_dma()Roel Kluin1-3/+3
2009-08-10sound: fix OSS MIDI output data lossClemens Ladisch1-3/+4
2009-07-29sound: mpu401.c: Buffer overflowRoel Kluin1-1/+1
2009-07-29sound: aedsp16: Buffer overflowRoel Kluin1-4/+5
2009-06-29sound: OSS: mpu401, fix deadlockJiri Slaby1-13/+3
2009-06-25sound: Use PCI_VDEVICEJoe Perches1-1/+1
2009-06-16time: move PIT_TICK_RATE to linux/timex.hArnd Bergmann1-1/+1
2009-06-12trivial: unnecessary (void*) cast removal in sound/oss/msnd.cChris Sanford1-1/+1
2009-05-15sound: oss: sh_dac_audio timer fixes.Magnus Damm2-54/+33
2009-03-30trivial: Fix misspelling of firmwareNick Andrew1-1/+1
2009-03-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...Linus Torvalds1-2/+2
2009-03-26Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6Linus Torvalds5-0/+10
2009-03-26m68k: section mismatch fixes: DMAsound for AtariMichael Schmitz1-2/+2
2009-03-24Merge branch 'topic/oss-fix' into for-linusTakashi Iwai5-14/+11