summaryrefslogtreecommitdiff
path: root/sound/core
AgeCommit message (Expand)AuthorFilesLines
2022-01-27ALSA: seq: Set upper limit of processed eventsTakashi Iwai1-2/+12
2022-01-27ALSA: oss: fix compile error when OSS_DEBUG is enabledBixuan Cui1-1/+1
2022-01-27ALSA: PCM: Add missing rwsem around snd_ctl_remove() callsTakashi Iwai1-1/+5
2022-01-27ALSA: jack: Add missing rwsem around snd_ctl_remove() callsTakashi Iwai1-0/+3
2021-12-29ALSA: jack: Check the return value of kstrdup()Xiaoke Wang1-0/+4
2021-12-14ALSA: pcm: oss: Handle missing errors in snd_pcm_oss_change_params*()Takashi Iwai1-2/+9
2021-12-14ALSA: pcm: oss: Limit the period size to 16MBTakashi Iwai1-1/+1
2021-12-14ALSA: pcm: oss: Fix negative period/buffer sizesTakashi Iwai1-9/+15
2021-12-14ALSA: ctl: Fix copy of updated id with element read/writeAlan Young1-0/+3
2021-11-26ALSA: ISA: not for M68KRandy Dunlap1-0/+2
2021-11-18ALSA: mixer: fix deadlock in snd_mixer_oss_set_volumePavel Skripkin1-1/+1
2021-11-18ALSA: mixer: oss: Fix racy access to slotsTakashi Iwai1-10/+33
2021-11-18ALSA: timer: Unconditionally unlink slave instances, tooTakashi Iwai1-7/+6
2021-11-18ALSA: timer: Fix use-after-free problemWang Wensheng1-2/+2
2021-10-20ALSA: seq: Fix a potential UAF by wrong private_free call orderTakashi Iwai1-5/+3
2021-10-20ALSA: pcm: Workaround for a wrong offset in SYNC_PTR compat ioctlTakashi Iwai1-1/+71
2021-09-08ALSA: pcm: fix divide error in snd_pcm_lib_ioctlZubin Mithra1-1/+1
2021-08-15ALSA: pcm: Fix mmap breakage without explicit buffer setupTakashi Iwai1-1/+4
2021-08-12ALSA: pcm - fix mmap capability check for the snd-dummy driverJaroslav Kysela1-1/+1
2021-08-12ALSA: seq: Fix racy deletion of subscriberTakashi Iwai1-12/+27
2021-07-28ALSA: pcm: Fix mmap capability checkTakashi Iwai1-4/+10
2021-07-28ALSA: pcm: Call substream ack() method upon compat mmap commitAlan Young1-3/+8
2021-06-16ALSA: seq: Fix race of snd_seq_timer_open()Takashi Iwai1-1/+9
2021-06-10ALSA: timer: Fix master timer notificationTakashi Iwai1-1/+2
2021-05-14ALSA: core: remove redundant spin_lock pair in snd_card_disconnectJia Zhou1-2/+0
2021-03-04ALSA: pcm: Don't call sync_stop if it hasn't been stoppedTakashi Iwai1-2/+3
2021-03-04ALSA: pcm: Assure sync with the pending stop operation at suspendTakashi Iwai1-1/+7
2021-03-04ALSA: pcm: Call sync_stop at disconnectionTakashi Iwai4-8/+17
2021-01-27ALSA: seq: oss: Fix missing error check in snd_seq_oss_synth_make_info()Takashi Iwai1-1/+2
2021-01-06ALSA: pcm: Clear the full allocated memory at hw_paramsTakashi Iwai1-2/+7
2021-01-06ALSA: rawmidi: Access runtime->avail always in spinlockTakashi Iwai1-14/+35
2021-01-06ALSA: seq: Use bool for snd_seq_queue internal flagsTakashi Iwai1-4/+4
2020-12-30ALSA: core: memalloc: add page alignment for iramRobin Gong1-1/+2
2020-12-30ALSA: pcm: oss: Fix a few more UBSAN fixesTakashi Iwai1-8/+14
2020-12-21ALSA: pcm: oss: Fix potential out-of-bounds shiftTakashi Iwai1-1/+5
2020-11-13ALSA: ctl: fix error path at adding user-defined element setTakashi Sakamoto1-1/+1
2020-10-26ALSA: fix kernel-doc markupsMauro Carvalho Chehab4-6/+7
2020-09-23ALSA: seq: oss: Avoid mutex lock for a long-time ioctlTakashi Iwai1-2/+5
2020-09-22ALSA: ctl: Workaround for lockdep warning wrt card->ctl_files_rwlockTakashi Iwai1-8/+10
2020-09-21ALSA: compat_ioctl: avoid compat_alloc_user_spaceArnd Bergmann4-47/+55
2020-09-09ALSA: timer: Replace tasklet with workTakashi Iwai2-11/+11
2020-09-09Merge branch 'for-linus' into for-nextTakashi Iwai3-7/+6
2020-09-03ALSA: rawmidi: (cosmetic) align function parametersPierre-Louis Bossart1-1/+1
2020-09-03ALSA: core: init: use DECLARE_COMPLETION_ONSTACK() macroPierre-Louis Bossart1-2/+1
2020-09-03ALSA: compress_offload: remove redundant initializationPierre-Louis Bossart1-1/+1
2020-09-03ALSA: compress_offload: dereference after checking for NULL pointerPierre-Louis Bossart1-1/+2
2020-09-03ALSA: core: timer: clarify operator precedencePierre-Louis Bossart1-2/+2
2020-09-03ALSA: core: timer: remove redundant assignmentPierre-Louis Bossart1-1/+1
2020-09-03ALSA: core: pcm_memory: dereference pointer after NULL checksPierre-Louis Bossart1-1/+2
2020-09-03ALSA: core: memalloc: fix fallthrough positionPierre-Louis Bossart1-1/+1