summaryrefslogtreecommitdiffstats
path: root/sound/core
Commit message (Expand)AuthorAgeFilesLines
* ALSA: ctl: fix error path at adding user-defined element setTakashi Sakamoto2020-11-131-1/+1
* ALSA: fix kernel-doc markupsMauro Carvalho Chehab2020-10-264-6/+7
* ALSA: seq: oss: Avoid mutex lock for a long-time ioctlTakashi Iwai2020-09-231-2/+5
* ALSA: ctl: Workaround for lockdep warning wrt card->ctl_files_rwlockTakashi Iwai2020-09-221-8/+10
* ALSA: compat_ioctl: avoid compat_alloc_user_spaceArnd Bergmann2020-09-214-47/+55
* ALSA: timer: Replace tasklet with workTakashi Iwai2020-09-092-11/+11
* Merge branch 'for-linus' into for-nextTakashi Iwai2020-09-093-7/+6
|\
| * Merge branch 'topic/tasklet-convert' into for-linusTakashi Iwai2020-09-022-5/+4
| |\
| | * ALSA: core: convert tasklets to use new tasklet_setup() APIAllen Pais2020-09-021-4/+3
| | * Merge tag 'sound-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2020-08-0612-148/+159
| | |\
| | * \ Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-041-1/+1
| | |\ \
| | | * | treewide: Remove uninitialized_var() usageKees Cook2020-07-161-1/+1
| | * | | Merge tag 'sound-5.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2020-07-211-1/+3
| | |\ \ \
| | * \ \ \ Merge tag 'sound-5.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2020-07-081-0/+4
| | |\ \ \ \ | | | |_|/ / | | |/| | |
| * | | | | ALSA: pcm: oss: Remove superfluous WARN_ON() for mulaw sanity checkTakashi Iwai2020-09-011-2/+2
| | |_|_|/ | |/| | |
* | | | | ALSA: rawmidi: (cosmetic) align function parametersPierre-Louis Bossart2020-09-031-1/+1
* | | | | ALSA: core: init: use DECLARE_COMPLETION_ONSTACK() macroPierre-Louis Bossart2020-09-031-2/+1
* | | | | ALSA: compress_offload: remove redundant initializationPierre-Louis Bossart2020-09-031-1/+1
* | | | | ALSA: compress_offload: dereference after checking for NULL pointerPierre-Louis Bossart2020-09-031-1/+2
* | | | | ALSA: core: timer: clarify operator precedencePierre-Louis Bossart2020-09-031-2/+2
* | | | | ALSA: core: timer: remove redundant assignmentPierre-Louis Bossart2020-09-031-1/+1
* | | | | ALSA: core: pcm_memory: dereference pointer after NULL checksPierre-Louis Bossart2020-09-031-1/+2
* | | | | ALSA: core: memalloc: fix fallthrough positionPierre-Louis Bossart2020-09-031-1/+1
* | | | | ALSA: core: pcm: simplify locking for timersPierre-Louis Bossart2020-09-031-3/+5
|/ / / /
* | | | ALSA: seq: oss: Serialize ioctlsTakashi Iwai2020-08-051-1/+7
* | | | Merge branch 'for-next' into for-linusTakashi Iwai2020-08-0311-155/+163
|\ \ \ \ | |_|_|/ |/| | |
| * | | ALSA: Replace the word "slave" in vmaster APITakashi Iwai2020-07-201-131/+132
| * | | Revert "ALSA: pcm: Use SG-buffer only when direct DMA is available"Takashi Iwai2020-07-171-14/+0
| * | | ALSA: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-07-096-9/+9
| * | | ALSA: pcm: Fix build error on m68k and othersTakashi Iwai2020-07-071-2/+4
| * | | ALSA: core: pcm_iec958: fix kernel-docPierre-Louis Bossart2020-07-071-1/+1
| * | | ALSA: core: Warn on empty moduleTakashi Iwai2020-06-251-0/+3
| * | | ALSA: pcm: Use SG-buffer only when direct DMA is availableTakashi Iwai2020-06-151-0/+13
| * | | ALSA: memalloc: Make SG-buffer helper usable for continuous buffer, tooTakashi Iwai2020-06-151-0/+3
| * | | ALSA: memalloc: Initialize all fields of snd_dma_buffer properlyTakashi Iwai2020-06-151-4/+3
| * | | ALSA: pcm: Use dma_mmap_coherent() on x86, tooTakashi Iwai2020-06-151-2/+0
| |/ /
| * | Merge tag 'sound-fix-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-06-111-2/+18
| |\ \
| * | | mmap locking API: convert mmap_sem commentsMichel Lespinasse2020-06-091-1/+1
| * | | mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2020-06-091-1/+0
| * | | Merge tag 'sound-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2020-06-042-11/+1
| |\ \ \
| * \ \ \ Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-06-022-2/+2
| |\ \ \ \
| | * | | | mm: remove the pgprot argument to __vmallocChristoph Hellwig2020-06-022-2/+2
| * | | | | Merge branch 'uaccess.__put_user' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-06-011-4/+8
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | pcm_native: result of put_user() needs to be checkedAl Viro2020-04-261-4/+8
| * | | | | Merge tag 'sound-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...Linus Torvalds2020-05-291-2/+2
| |\ \ \ \ \
| * \ \ \ \ \ Merge tag 'sound-5.7-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2020-05-221-0/+1
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge tag 'sound-5.7-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2020-05-151-4/+27
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge tag 'sound-5.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2020-05-011-4/+6
| |\ \ \ \ \ \ \ \ | | |_|_|_|/ / / / | |/| | | | | | |
* | | | | | | | | ALSA: info: Drop WARN_ON() from buffer NULL sanity checkTakashi Iwai2020-07-171-1/+3
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | ALSA: compress: fix partial_drain completion stateVinod Koul2020-07-071-0/+4
| |_|_|_|_|_|/ |/| | | | | |