summaryrefslogtreecommitdiffstats
path: root/sound/core
AgeCommit message (Expand)AuthorLines
2020-12-23Merge tag 'sound-fix-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-22/+25
2020-12-21ALSA: core: Remove redundant commentsYangHui-2/+0
2020-12-18ALSA: pcm: oss: Fix a few more UBSAN fixesTakashi Iwai-8/+14
2020-12-18ALSA: pcm: Clear the full allocated memory at hw_paramsTakashi Iwai-2/+7
2020-12-18ALSA: memalloc: Align buffer allocations in page sizeTakashi Iwai-0/+1
2020-12-18ALSA: pcm: Remove snd_pcm_lib_preallocate_dma_free()Lars-Peter Clausen-9/+1
2020-12-17ALSA: core: memalloc: add page alignment for iramRobin Gong-1/+2
2020-12-15Merge tag 'sound-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds-58/+75
2020-12-15ALSA: pcm: use krealloc_array()Bartosz Golaszewski-2/+2
2020-12-14ALSA: pcm: oss: Fix potential out-of-bounds shiftTakashi Iwai-1/+5
2020-12-06ALSA: rawmidi: Access runtime->avail always in spinlockTakashi Iwai-14/+35
2020-12-06ALSA: seq: Use bool for snd_seq_queue internal flagsTakashi Iwai-4/+4
2020-11-27ALSA: compress: allow pause and resume during drainingGyeongtaek Lee-8/+31
2020-11-24Merge branch 'topic/usb-audio-refactoring' into for-nextTakashi Iwai-1/+1
2020-11-13ALSA: ctl: fix error path at adding user-defined element setTakashi Sakamoto-1/+1
2020-11-04ALSA: seq: remove useless functionYu Hao-31/+0
2020-10-26ALSA: fix kernel-doc markupsMauro Carvalho Chehab-6/+7
2020-09-23ALSA: seq: oss: Avoid mutex lock for a long-time ioctlTakashi Iwai-2/+5
2020-09-22ALSA: ctl: Workaround for lockdep warning wrt card->ctl_files_rwlockTakashi Iwai-8/+10
2020-09-21ALSA: compat_ioctl: avoid compat_alloc_user_spaceArnd Bergmann-47/+55
2020-09-09ALSA: timer: Replace tasklet with workTakashi Iwai-11/+11
2020-09-09Merge branch 'for-linus' into for-nextTakashi Iwai-7/+6
2020-09-03ALSA: rawmidi: (cosmetic) align function parametersPierre-Louis Bossart-1/+1
2020-09-03ALSA: core: init: use DECLARE_COMPLETION_ONSTACK() macroPierre-Louis Bossart-2/+1
2020-09-03ALSA: compress_offload: remove redundant initializationPierre-Louis Bossart-1/+1
2020-09-03ALSA: compress_offload: dereference after checking for NULL pointerPierre-Louis Bossart-1/+2
2020-09-03ALSA: core: timer: clarify operator precedencePierre-Louis Bossart-2/+2
2020-09-03ALSA: core: timer: remove redundant assignmentPierre-Louis Bossart-1/+1
2020-09-03ALSA: core: pcm_memory: dereference pointer after NULL checksPierre-Louis Bossart-1/+2
2020-09-03ALSA: core: memalloc: fix fallthrough positionPierre-Louis Bossart-1/+1
2020-09-03ALSA: core: pcm: simplify locking for timersPierre-Louis Bossart-3/+5
2020-09-02Merge branch 'topic/tasklet-convert' into for-linusTakashi Iwai-5/+4
2020-09-02ALSA: core: convert tasklets to use new tasklet_setup() APIAllen Pais-4/+3
2020-09-01ALSA: pcm: oss: Remove superfluous WARN_ON() for mulaw sanity checkTakashi Iwai-2/+2
2020-08-06Merge tag 'sound-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds-148/+159
2020-08-05ALSA: seq: oss: Serialize ioctlsTakashi Iwai-1/+7
2020-08-04Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-1/+1
2020-08-03Merge branch 'for-next' into for-linusTakashi Iwai-155/+163
2020-07-21Merge tag 'sound-5.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds-1/+3
2020-07-20ALSA: Replace the word "slave" in vmaster APITakashi Iwai-131/+132
2020-07-17ALSA: info: Drop WARN_ON() from buffer NULL sanity checkTakashi Iwai-1/+3
2020-07-17Revert "ALSA: pcm: Use SG-buffer only when direct DMA is available"Takashi Iwai-14/+0
2020-07-16treewide: Remove uninitialized_var() usageKees Cook-1/+1
2020-07-09ALSA: Use fallthrough pseudo-keywordGustavo A. R. Silva-9/+9
2020-07-08Merge tag 'sound-5.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds-0/+4
2020-07-07ALSA: pcm: Fix build error on m68k and othersTakashi Iwai-2/+4
2020-07-07ALSA: compress: fix partial_drain completion stateVinod Koul-0/+4
2020-07-07ALSA: core: pcm_iec958: fix kernel-docPierre-Louis Bossart-1/+1
2020-06-25ALSA: core: Warn on empty moduleTakashi Iwai-0/+3
2020-06-15ALSA: pcm: Use SG-buffer only when direct DMA is availableTakashi Iwai-0/+13