summaryrefslogtreecommitdiff
path: root/sound/core
AgeCommit message (Expand)AuthorFilesLines
2021-06-10ALSA: timer: Fix master timer notificationTakashi Iwai1-1/+2
2021-05-22ALSA: core: remove redundant spin_lock pair in snd_card_disconnectJia Zhou1-2/+0
2021-01-30ALSA: seq: oss: Fix missing error check in snd_seq_oss_synth_make_info()Takashi Iwai1-1/+2
2021-01-09ALSA: seq: Use bool for snd_seq_queue internal flagsTakashi Iwai1-4/+4
2020-12-29ALSA: pcm: oss: Fix a few more UBSAN fixesTakashi Iwai1-8/+14
2020-12-29ALSA: pcm: oss: Fix potential out-of-bounds shiftTakashi Iwai1-1/+5
2020-11-24ALSA: ctl: fix error path at adding user-defined element setTakashi Sakamoto1-1/+1
2020-10-29ALSA: seq: oss: Avoid mutex lock for a long-time ioctlTakashi Iwai1-2/+5
2020-09-12ALSA: pcm: oss: Remove superfluous WARN_ON() for mulaw sanity checkTakashi Iwai1-2/+2
2020-08-21ALSA: seq: oss: Serialize ioctlsTakashi Iwai1-1/+7
2020-07-31ALSA: info: Drop WARN_ON() from buffer NULL sanity checkTakashi Iwai1-1/+3
2020-07-22ALSA: compress: fix partial_drain completion stateVinod Koul1-0/+4
2020-06-20ALSA: pcm: disallow linking stream to itselfMichał Mirosław1-0/+5
2020-06-03ALSA: hwdep: fix a left shifting 1 by 31 UB bugChangming Liu1-2/+2
2020-05-27ALSA: pcm: fix incorrect hw_base increaseBrent Lu1-0/+1
2020-05-20ALSA: rawmidi: Fix racy buffer resize under concurrent accessesTakashi Iwai1-4/+27
2020-05-20ALSA: rawmidi: Initialize allocated buffersTakashi Iwai1-2/+2
2020-05-05ALSA: pcm: oss: Place the plugin buffer overflow checks correctlyTakashi Iwai1-8/+12
2020-04-24ALSA: pcm: oss: Fix regression by buffer overflow fixTakashi Iwai1-8/+24
2020-04-02ALSA: pcm: oss: Remove WARNING from snd_pcm_plug_alloc() checksTakashi Iwai1-2/+2
2020-04-02ALSA: pcm: oss: Avoid plugin buffer overflowTakashi Iwai1-0/+8
2020-04-02ALSA: seq: oss: Fix running status after receiving sysexTakashi Iwai1-0/+1
2020-04-02ALSA: seq: virmidi: Fix running status after receiving sysexTakashi Iwai1-0/+1
2020-02-28ALSA: seq: Fix concurrent access to queue current tick/timeTakashi Iwai4-9/+20
2020-02-28ALSA: seq: Avoid concurrent access to queue flagsTakashi Iwai1-4/+16
2020-02-05ALSA: pcm: Add missing copy ops check before clearing bufferTakashi Iwai1-1/+1
2020-01-23ALSA: seq: Fix racy access for queue timer in proc readTakashi Iwai1-5/+9
2020-01-04ALSA: timer: Limit max amount of slave instancesTakashi Iwai1-0/+10
2020-01-04ALSA: pcm: Avoid possible info leaks from PCM stream buffersTakashi Iwai1-0/+4
2019-12-21ALSA: pcm: oss: Avoid potential buffer overflowsTakashi Iwai3-0/+6
2019-12-21ALSA: pcm: Fix stream lock usage in snd_pcm_period_elapsed()paulhsia1-2/+6
2019-12-05ASoC: compress: fix unsigned integer overflow checkXiaojun Sang1-1/+1
2019-11-25ALSA: seq: Do error checks at creating system portsTakashi Iwai1-3/+15
2019-11-25ALSA: pcm: signedness bug in snd_pcm_plug_alloc()Dan Carpenter1-2/+2
2019-11-12ALSA: timer: Fix incorrectly assigned timer instanceTakashi Iwai1-3/+3
2019-11-06ALSA: timer: Fix mutex deadlock at releasing cardTakashi Iwai1-7/+17
2019-11-06ALSA: timer: Simplify error path in snd_timer_open()Takashi Iwai1-19/+20
2019-11-06ALSA: timer: Limit max instances per timerTakashi Iwai2-13/+55
2019-11-06ALSA: timer: Follow standard EXPORT_SYMBOL() declarationsTakashi Iwai1-14/+13
2019-09-06ALSA: seq: Fix potential concurrent access to the deleted poolTakashi Iwai3-2/+20
2019-08-25ALSA: compress: Be more restrictive about when a drain is allowedCharles Keepax1-0/+6
2019-08-25ALSA: compress: Don't allow paritial drain operations on capture streamsCharles Keepax1-0/+8
2019-08-25ALSA: compress: Prevent bypasses of set_paramsCharles Keepax1-6/+24
2019-08-25ALSA: compress: Fix regression on compressed capture streamsCharles Keepax1-5/+11
2019-08-04ALSA: seq: Break too long mutex context in the write loopTakashi Iwai1-1/+10
2019-07-10ALSA: seq: fix incorrect order of dest_client/dest_ports argumentsColin Ian King2-2/+2
2019-06-22Revert "ALSA: seq: Protect in-kernel ioctl calls with mutex"Takashi Iwai1-7/+2
2019-06-22ALSA: seq: Fix race of get-subscription call vs port-delete ioctlsTakashi Iwai3-15/+13
2019-06-22ALSA: seq: Protect in-kernel ioctl calls with mutexTakashi Iwai1-2/+7
2019-06-22ALSA: seq: Cover unsubscribe_port() in list_mutexTakashi Iwai1-1/+1