summaryrefslogtreecommitdiffstats
path: root/sound/core
Commit message (Expand)AuthorAgeFilesLines
...
* | | ALSA: timer: Make snd_timer_close() returning voidTakashi Iwai2019-11-081-11/+7
* | | ALSA: timer: Unify master/slave linking codeTakashi Iwai2019-11-081-33/+33
* | | Merge branch 'for-linus' into for-nextTakashi Iwai2019-11-071-10/+20
|\| |
| * | Merge tag 'asoc-fix-v5.4-rc6' of https://git.kernel.org/pub/scm/linux/kernel/...Takashi Iwai2019-11-071-1/+1
| |\ \
| * | | ALSA: timer: Fix incorrectly assigned timer instanceTakashi Iwai2019-11-061-3/+3
| * | | ALSA: timer: Fix mutex deadlock at releasing cardTakashi Iwai2019-10-301-7/+17
| | |/ | |/|
* | | Merge tag 'asoc-v5.5' of https://git.kernel.org/pub/scm/linux/kernel/git/broo...Takashi Iwai2019-11-072-1/+84
|\ \ \
| * \ \ Merge branch 'for-5.4' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown2019-11-061-1/+1
| |\ \ \ | | | |/ | | |/|
| | * | ASoC: compress: fix unsigned integer overflow checkXiaojun Sang2019-10-211-1/+1
| * | | ASoC: pcm_dmaengine: Extract snd_dmaengine_pcm_refine_runtime_hwparamsShengjiu Wang2019-10-011-0/+83
| | |/ | |/|
* | | ALSA: timer: Limit max amount of slave instancesTakashi Iwai2019-11-061-0/+10
* | | ALSA: pcm: Create proc files only for non-empty preallocationsTakashi Iwai2019-11-061-1/+2
* | | ALSA: pcm: Warn if doubly preallocatedTakashi Iwai2019-11-061-0/+2
* | | ALSA: pcm: Handle special page mapping in the default mmap handlerTakashi Iwai2019-11-061-1/+13
* | | ALSA: memalloc: Add vmalloc buffer allocation supportTakashi Iwai2019-11-061-4/+16
* | | ALSA: memalloc: Allow NULL device for SNDRV_DMA_TYPE_CONTINUOUS typeTakashi Iwai2019-11-061-3/+8
* | | ALSA: pcm: Fix missing check of the new non-cached buffer typeTakashi Iwai2019-11-041-1/+2
* | | sound: Fix Kconfig indentationKrzysztof Kozlowski2019-10-071-14/+14
|/ /
* | Merge tag 'dma-mapping-5.4' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2019-09-191-7/+6
|\ \
| * | ALSA: pcm: use dma_can_mmap() to check if a device supports dma_mmap_*Christoph Hellwig2019-09-041-7/+6
* | | Merge branch 'asoc-5.4' into asoc-nextMark Brown2019-09-091-1/+1
|\ \ \ | | |/ | |/|
| * | ALSA: pcm: add support for 352.8KHz and 384KHz sample rateVidyakumar Athota2019-08-281-1/+1
* | | ALSA: seq: Fix potential concurrent access to the deleted poolTakashi Iwai2019-08-253-2/+20
| |/ |/|
* | ALSA: pcm: fix lost wakeup event scenarios in snd_pcm_drainYuki Tsunashima2019-07-291-1/+2
* | ALSA: compress: Be more restrictive about when a drain is allowedCharles Keepax2019-07-231-0/+6
* | ALSA: compress: Don't allow paritial drain operations on capture streamsCharles Keepax2019-07-231-0/+8
* | ALSA: compress: Prevent bypasses of set_paramsCharles Keepax2019-07-231-6/+24
* | ALSA: compress: Fix regression on compressed capture streamsCharles Keepax2019-07-231-5/+11
* | ALSA: pcm: Fix refcount_inc() on zero usageTakashi Iwai2019-07-191-4/+5
|/
* ALSA: seq: Break too long mutex context in the write loopTakashi Iwai2019-07-161-1/+10
* Merge tag 'asoc-v5.3' of https://git.kernel.org/pub/scm/linux/kernel/git/broo...Takashi Iwai2019-07-0884-1174/+84
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-192-8/+2
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 372Thomas Gleixner2019-06-051-5/+1
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 345Thomas Gleixner2019-06-051-2/+1
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 167Thomas Gleixner2019-05-301-14/+1
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-3074-1130/+74
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 151Thomas Gleixner2019-05-301-10/+1
| * treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-213-0/+3
* | Merge branch 'for-linus' into for-nextTakashi Iwai2019-07-012-2/+2
|\ \
| * | ALSA: seq: fix incorrect order of dest_client/dest_ports argumentsColin Ian King2019-06-282-2/+2
| |/
* | ALSA: control: Use struct_size()Takashi Iwai2019-05-311-5/+1
* | ALSA: pcm: oss: Use struct_size() helperGustavo A. R. Silva2019-05-241-2/+2
|/
* Merge tag 'sound-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2019-05-0915-241/+270
|\
| * Merge branch 'for-linus' into for-nextTakashi Iwai2019-05-062-11/+19
| |\
| * | ALSA: core: Don't refer to snd_cards array directlyTakashi Iwai2019-04-173-7/+37
| * | ALSA: seq: Correct unlock sequence at snd_seq_client_ioctl_unlock()Takashi Iwai2019-04-151-1/+6
| * | Merge branch 'for-linus' into for-nextTakashi Iwai2019-04-135-28/+39
| |\ \
| * | | ALSA: seq: Protect racy pool manipulation from OSS sequencerTakashi Iwai2019-04-123-5/+49
| * | | ALSA: seq: Simplify snd_seq_kernel_client_enqueue() helperTakashi Iwai2019-04-124-42/+12