summaryrefslogtreecommitdiffstats
path: root/sound/core
Commit message (Expand)AuthorAgeFilesLines
* 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: 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
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | ALSA: pcm: disallow linking stream to itselfMichał Mirosław2020-06-081-0/+6
* | | | | | | ALSA: pcm: fix snd_pcm_link() lockdep splatMichał Mirosław2020-06-081-2/+12
| |_|_|_|_|/ |/| | | | |
* | | | | | Merge branch 'for-linus' into for-nextTakashi Iwai2020-05-284-10/+36
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | ALSA: hwdep: fix a left shifting 1 by 31 UB bugChangming Liu2020-05-261-2/+2
| | |_|_|/ | |/| | |
| * | | | ALSA: pcm: fix incorrect hw_base increaseBrent Lu2020-05-181-0/+1
| | |_|/ | |/| |
| * | | ALSA: rawmidi: Fix racy buffer resize under concurrent accessesTakashi Iwai2020-05-071-4/+27
| | |/ | |/|
| * | ALSA: pcm: oss: Place the plugin buffer overflow checks correctly (for 5.7)Takashi Iwai2020-04-241-4/+6
* | | ALSA: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-05-071-1/+1
* | | ALSA: seq: oss: remove unused inline function snd_seq_oss_timer_is_realtimeYueHaibing2020-04-291-10/+0
| |/ |/|
* | Merge tag 'sound-fix-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-04-101-10/+12
|\|
| * ALSA: pcm: oss: Fix regression by buffer overflow fix (again)Takashi Iwai2020-04-031-10/+12
* | Merge tag 'sound-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2020-04-0210-116/+186
|\|
| * Merge tag 'asoc-v5.7' of https://git.kernel.org/pub/scm/linux/kernel/git/broo...Takashi Iwai2020-03-303-10/+56
| |\
| | * Merge branch 'asoc-5.7' into asoc-nextMark Brown2020-03-273-10/+56
| | |\
| | | * Merge tag 'v5.6-rc5' into asoc-5.7Mark Brown2020-03-115-14/+38
| | | |\
| | | * \ Merge series "simple-audio-card codec2codec support" from Samuel Holland <sam...Mark Brown2020-03-061-9/+9
| | | |\ \