summaryrefslogtreecommitdiffstats
path: root/sound/core
Commit message (Expand)AuthorAgeFilesLines
* ALSA: seq: Set upper limit of processed eventsTakashi Iwai2022-01-271-2/+12
* ALSA: oss: fix compile error when OSS_DEBUG is enabledBixuan Cui2022-01-271-1/+1
* ALSA: PCM: Add missing rwsem around snd_ctl_remove() callsTakashi Iwai2022-01-271-1/+5
* ALSA: jack: Add missing rwsem around snd_ctl_remove() callsTakashi Iwai2022-01-271-0/+3
* ALSA: jack: Check the return value of kstrdup()Xiaoke Wang2021-12-291-0/+4
* ALSA: pcm: oss: Handle missing errors in snd_pcm_oss_change_params*()Takashi Iwai2021-12-141-2/+9
* ALSA: pcm: oss: Limit the period size to 16MBTakashi Iwai2021-12-141-1/+1
* ALSA: pcm: oss: Fix negative period/buffer sizesTakashi Iwai2021-12-141-9/+15
* ALSA: ctl: Fix copy of updated id with element read/writeAlan Young2021-12-141-0/+3
* ALSA: mixer: fix deadlock in snd_mixer_oss_set_volumePavel Skripkin2021-11-261-1/+1
* ALSA: mixer: oss: Fix racy access to slotsTakashi Iwai2021-11-261-10/+33
* ALSA: timer: Unconditionally unlink slave instances, tooTakashi Iwai2021-11-261-7/+6
* ALSA: timer: Fix use-after-free problemWang Wensheng2021-11-261-2/+2
* ALSA: seq: Fix a potential UAF by wrong private_free call orderTakashi Iwai2021-10-271-5/+3
* ALSA: pcm: fix divide error in snd_pcm_lib_ioctlZubin Mithra2021-09-221-1/+1
* ALSA: seq: Fix racy deletion of subscriberTakashi Iwai2021-08-151-12/+27
* ALSA: timer: Fix master timer notificationTakashi Iwai2021-06-101-1/+2
* ALSA: core: remove redundant spin_lock pair in snd_card_disconnectJia Zhou2021-05-221-2/+0
* ALSA: seq: oss: Fix missing error check in snd_seq_oss_synth_make_info()Takashi Iwai2021-01-301-1/+2
* ALSA: seq: Use bool for snd_seq_queue internal flagsTakashi Iwai2021-01-091-4/+4
* ALSA: pcm: oss: Fix a few more UBSAN fixesTakashi Iwai2020-12-291-8/+14
* ALSA: pcm: oss: Fix potential out-of-bounds shiftTakashi Iwai2020-12-291-1/+5
* ALSA: ctl: fix error path at adding user-defined element setTakashi Sakamoto2020-11-241-1/+1
* ALSA: seq: oss: Avoid mutex lock for a long-time ioctlTakashi Iwai2020-10-291-2/+5
* ALSA: pcm: oss: Remove superfluous WARN_ON() for mulaw sanity checkTakashi Iwai2020-09-121-2/+2
* ALSA: seq: oss: Serialize ioctlsTakashi Iwai2020-08-211-1/+7
* ALSA: info: Drop WARN_ON() from buffer NULL sanity checkTakashi Iwai2020-07-311-1/+3
* ALSA: compress: fix partial_drain completion stateVinod Koul2020-07-221-0/+4
* ALSA: pcm: disallow linking stream to itselfMichał Mirosław2020-06-201-0/+5
* ALSA: hwdep: fix a left shifting 1 by 31 UB bugChangming Liu2020-06-031-2/+2
* ALSA: pcm: fix incorrect hw_base increaseBrent Lu2020-05-271-0/+1
* ALSA: rawmidi: Initialize allocated buffersTakashi Iwai2020-05-201-2/+2
* ALSA: rawmidi: Fix racy buffer resize under concurrent accessesTakashi Iwai2020-05-201-4/+27
* ALSA: pcm: oss: Place the plugin buffer overflow checks correctlyTakashi Iwai2020-05-051-8/+12
* ALSA: pcm: oss: Fix regression by buffer overflow fixTakashi Iwai2020-04-241-8/+24
* ALSA: pcm: oss: Remove WARNING from snd_pcm_plug_alloc() checksTakashi Iwai2020-04-021-2/+2
* ALSA: pcm: oss: Avoid plugin buffer overflowTakashi Iwai2020-04-021-0/+8
* ALSA: seq: oss: Fix running status after receiving sysexTakashi Iwai2020-04-021-0/+1
* ALSA: seq: virmidi: Fix running status after receiving sysexTakashi Iwai2020-04-021-0/+1
* ALSA: seq: Fix concurrent access to queue current tick/timeTakashi Iwai2020-02-284-9/+20
* ALSA: seq: Avoid concurrent access to queue flagsTakashi Iwai2020-02-281-4/+16
* ALSA: pcm: Add missing copy ops check before clearing bufferTakashi Iwai2020-02-051-1/+1
* ALSA: seq: Fix racy access for queue timer in proc readTakashi Iwai2020-01-231-5/+9
* ALSA: pcm: Avoid possible info leaks from PCM stream buffersTakashi Iwai2020-01-041-0/+4
* ALSA: pcm: oss: Avoid potential buffer overflowsTakashi Iwai2019-12-213-0/+6
* ALSA: pcm: Fix stream lock usage in snd_pcm_period_elapsed()paulhsia2019-12-211-2/+6
* ASoC: compress: fix unsigned integer overflow checkXiaojun Sang2019-12-051-1/+1
* ALSA: seq: Do error checks at creating system portsTakashi Iwai2019-11-251-3/+15
* ALSA: pcm: signedness bug in snd_pcm_plug_alloc()Dan Carpenter2019-11-251-2/+2
* ALSA: seq: Fix potential concurrent access to the deleted poolTakashi Iwai2019-09-063-2/+20