summaryrefslogtreecommitdiffstats
path: root/sound/core
Commit message (Expand)AuthorAgeFilesLines
* ALSA: seq: oss: Fix missing error check in snd_seq_oss_synth_make_info()Takashi Iwai2021-01-271-1/+2
* ALSA: pcm: Clear the full allocated memory at hw_paramsTakashi Iwai2021-01-061-2/+7
* ALSA: rawmidi: Access runtime->avail always in spinlockTakashi Iwai2021-01-061-14/+35
* ALSA: seq: Use bool for snd_seq_queue internal flagsTakashi Iwai2021-01-061-4/+4
* ALSA: pcm: oss: Fix a few more UBSAN fixesTakashi Iwai2020-12-301-8/+14
* ALSA: pcm: oss: Fix potential out-of-bounds shiftTakashi Iwai2020-12-301-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-091-2/+2
* ALSA: seq: oss: Serialize ioctlsTakashi Iwai2020-08-111-1/+7
* ALSA: info: Drop WARN_ON() from buffer NULL sanity checkTakashi Iwai2020-07-291-1/+3
* ALSA: compress: fix partial_drain completion stateVinod Koul2020-07-161-0/+4
* ALSA: pcm: disallow linking stream to itselfMichał Mirosław2020-06-221-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: Fix racy buffer resize under concurrent accessesTakashi Iwai2020-05-201-4/+27
* ALSA: pcm: oss: Place the plugin buffer overflow checks correctlyTakashi Iwai2020-05-061-8/+12
* ALSA: pcm: oss: Fix regression by buffer overflow fixTakashi Iwai2020-04-171-8/+24
* ALSA: pcm: oss: Remove WARNING from snd_pcm_plug_alloc() checksTakashi Iwai2020-03-251-2/+2
* ALSA: pcm: oss: Avoid plugin buffer overflowTakashi Iwai2020-03-251-0/+8
* ALSA: seq: oss: Fix running status after receiving sysexTakashi Iwai2020-03-251-0/+1
* ALSA: seq: virmidi: Fix running status after receiving sysexTakashi Iwai2020-03-251-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: ctl: allow TLV read operation for callback type of element in locked caseTakashi Sakamoto2020-02-241-2/+3
* ALSA: seq: Fix racy access for queue timer in proc readTakashi Iwai2020-01-231-5/+9
* ALSA: timer: Limit max amount of slave instancesTakashi Iwai2019-12-311-0/+10
* ALSA: pcm: Avoid possible info leaks from PCM stream buffersTakashi Iwai2019-12-311-0/+4
* ALSA: pcm: oss: Avoid potential buffer overflowsTakashi Iwai2019-12-133-0/+6
* ALSA: pcm: Fix stream lock usage in snd_pcm_period_elapsed()paulhsia2019-12-131-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-201-3/+15
* ALSA: pcm: signedness bug in snd_pcm_plug_alloc()Dan Carpenter2019-11-201-2/+2
* ALSA: timer: Fix incorrectly assigned timer instanceTakashi Iwai2019-11-121-3/+3
* ALSA: timer: Fix mutex deadlock at releasing cardTakashi Iwai2019-11-061-7/+17
* ALSA: timer: Simplify error path in snd_timer_open()Takashi Iwai2019-11-061-19/+20
* ALSA: seq: Fix potential concurrent access to the deleted poolTakashi Iwai2019-09-063-2/+20
* ALSA: compress: Be more restrictive about when a drain is allowedCharles Keepax2019-08-161-0/+6
* ALSA: compress: Don't allow paritial drain operations on capture streamsCharles Keepax2019-08-161-0/+8
* ALSA: compress: Prevent bypasses of set_paramsCharles Keepax2019-08-161-6/+24
* ALSA: compress: Fix regression on compressed capture streamsCharles Keepax2019-08-161-5/+11
* ALSA: seq: Break too long mutex context in the write loopTakashi Iwai2019-07-261-1/+10
* ALSA: seq: fix incorrect order of dest_client/dest_ports argumentsColin Ian King2019-07-102-2/+2
* Revert "ALSA: seq: Protect in-kernel ioctl calls with mutex"Takashi Iwai2019-06-191-7/+2
* ALSA: seq: Fix race of get-subscription call vs port-delete ioctlsTakashi Iwai2019-06-193-15/+13
* ALSA: seq: Protect in-kernel ioctl calls with mutexTakashi Iwai2019-06-191-2/+7
* ALSA: seq: Cover unsubscribe_port() in list_mutexTakashi Iwai2019-06-151-1/+1
* ALSA: info: Fix racy addition/deletion of nodesTakashi Iwai2019-04-271-2/+10
* ALSA: core: Fix card races between register and disconnectTakashi Iwai2019-04-271-9/+9
* ALSA: seq: Fix OOB-reads from strlcpyZubin Mithra2019-04-171-3/+3