summaryrefslogtreecommitdiff
path: root/sound/core/oss
AgeCommit message (Expand)Author
2023-07-20ALSA: control: Introduce unlocked version for snd_ctl_find_*() helpersTakashi Iwai
2023-05-17ALSA: oss: avoid missing-prototype warningsArnd Bergmann
2023-02-09mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan
2022-09-27ALSA: pcm: Avoid reference to status->stateTakashi Iwai
2022-09-05ALSA: pcm: oss: Fix race at SNDCTL_DSP_SYNCTakashi Iwai
2022-03-21Merge branch 'for-next' into for-linusTakashi Iwai
2022-03-18ALSA: oss: Release temporary buffers upon errorsTakashi Iwai
2022-03-18ALSA: oss: Fix PCM OSS buffer allocation overflowTakashi Iwai
2022-01-05Merge branch 'for-next' into for-linusTakashi Iwai
2021-12-02ALSA: pcm: oss: Handle missing errors in snd_pcm_oss_change_params*()Takashi Iwai
2021-12-02ALSA: pcm: oss: Limit the period size to 16MBTakashi Iwai
2021-12-02ALSA: pcm: oss: Fix negative period/buffer sizesTakashi Iwai
2021-12-01ALSA: oss: fix compile error when OSS_DEBUG is enabledBixuan Cui
2021-10-26ALSA: mixer: fix deadlock in snd_mixer_oss_set_volumePavel Skripkin
2021-10-21ALSA: mixer: oss: Fix racy access to slotsTakashi Iwai
2021-06-09ALSA: oss: Fix assignment in if conditionTakashi Iwai
2021-03-22ALSA: core: avoid -Wempty-body warningsArnd Bergmann
2021-01-08ALSA: Convert strlcpy to strscpy when return value is unusedJoe Perches
2020-12-25ALSA: oss: Use DIV_ROUND_CLOSEST() instead of open-coding itLars-Peter Clausen
2020-12-18ALSA: pcm: oss: Fix a few more UBSAN fixesTakashi Iwai
2020-12-14ALSA: pcm: oss: Fix potential out-of-bounds shiftTakashi Iwai
2020-09-01ALSA: pcm: oss: Remove superfluous WARN_ON() for mulaw sanity checkTakashi Iwai
2020-07-09ALSA: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse
2020-05-28Merge branch 'for-linus' into for-nextTakashi Iwai
2020-05-07ALSA: Replace zero-length array with flexible-arrayGustavo A. R. Silva
2020-04-24ALSA: pcm: oss: Place the plugin buffer overflow checks correctly (for 5.7)Takashi Iwai
2020-04-03ALSA: pcm: oss: Fix regression by buffer overflow fix (again)Takashi Iwai
2020-03-30Merge branch 'for-next' into for-linusTakashi Iwai
2020-03-12ALSA: pcm: oss: Remove WARNING from snd_pcm_plug_alloc() checksTakashi Iwai
2020-03-09ALSA: pcm: oss: Simplify plugin frame size calculationsTakashi Iwai
2020-03-09Merge branch 'for-linus' into for-nextTakashi Iwai
2020-03-09ALSA: pcm: oss: Avoid plugin buffer overflowTakashi Iwai
2020-02-14ALSA: pcm: oss: Unlock mutex temporarily for sleeping at read/writeTakashi Iwai
2020-02-12ALSA: core: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-02-10ALSA: pcm: Use standard macros for fixing PCM format castTakashi Iwai
2020-01-05ALSA: oss: More constificationsTakashi Iwai
2020-01-03ALSA: mixer: oss: Constify snd_mixer_oss_assign_table definitionTakashi Iwai
2019-12-06Merge tag 'sound-fix-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2019-12-04ALSA: pcm: oss: Avoid potential buffer overflowsTakashi Iwai
2019-10-23compat_ioctl: remove translation for sound ioctlsArnd Bergmann
2019-07-08Merge tag 'asoc-v5.3' of https://git.kernel.org/pub/scm/linux/kernel/git/broo...Takashi Iwai
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner
2019-05-24ALSA: pcm: oss: Use struct_size() helperGustavo A. R. Silva
2019-04-17ALSA: core: Don't refer to snd_cards array directlyTakashi Iwai
2019-03-22ALSA: pcm: Fix possible OOB access in PCM oss pluginsTakashi Iwai
2019-01-24ALSA: pcm: Drop unused snd_pcm_substream.file fieldTakashi Iwai
2018-11-09ALSA: oss: Use kvzalloc() for local buffer allocationsTakashi Iwai
2018-08-27ALSA: pcm: signedness bug in snd_pcm_plug_alloc()Dan Carpenter
2018-08-01ALSA: pcm: Mark expected switch fall-throughGustavo A. R. Silva