summaryrefslogtreecommitdiff
path: root/sound/core
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'sound-6.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2022-08-191-3/+3
|\
| * ALSA: info: Fix llseek return value when using callbackAmadeusz Sławiński2022-08-171-3/+3
* | Merge tag 'sound-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2022-08-0618-227/+606
|\ \ | |/
| * ALSA: pcm: Replace sprintf() with sysfs_emit()Takashi Iwai2022-08-021-1/+1
| * ALSA: core: Replace scnprintf() with sysfs_emit()Takashi Iwai2022-08-021-2/+2
| * ALSA: control-led: Replace sprintf() with sysfs_emit()Takashi Iwai2022-08-021-17/+12
| * ALSA: control: Use deferred fasync helperTakashi Iwai2022-07-291-3/+4
| * ALSA: pcm: Use deferred fasync helperTakashi Iwai2022-07-293-2/+3
| * ALSA: timer: Use deferred fasync helperTakashi Iwai2022-07-291-5/+6
| * ALSA: core: Add async signal helpersTakashi Iwai2022-07-291-0/+94
| * ALSA: core: Fix missing return value comments for kernel docsTakashi Iwai2022-07-135-2/+18
| * ALSA: memalloc: Fix missing return value comments for kernel docsTakashi Iwai2022-07-131-1/+9
| * ALSA: control: Fix missing return value comments for kernel docsTakashi Iwai2022-07-131-2/+14
| * ALSA: compress: Fix kernel doc warningsTakashi Iwai2022-07-131-0/+4
| * ALSA: dmaengine: Fix missing return value comments for kernel docsTakashi Iwai2022-07-131-10/+20
| * ALSA: pcm: Fix missing return value comments for kernel docsTakashi Iwai2022-07-133-0/+14
| * ALSA: compress: Enable kernel doc markers for some functionsTakashi Iwai2022-07-131-2/+3
| * Merge branch 'for-linus' into for-nextTakashi Iwai2022-07-041-22/+1
| |\
| | * Merge tag 'asoc-fix-v5.19-rc3' of https://git.kernel.org/pub/scm/linux/kernel...Takashi Iwai2022-07-041-2/+0
| | |\
| * | | ALSA: rawmidi: Take buffer refcount while draining outputTakashi Iwai2022-06-201-4/+41
| * | | ALSA: rawmidi: Check stream state at exported functionsTakashi Iwai2022-06-201-18/+38
| * | | ALSA: rawmidi: Take open_mutex around parameter changesTakashi Iwai2022-06-201-14/+25
| * | | ALSA: rawmidi: Move lock to snd_rawmidi_substreamTakashi Iwai2022-06-201-67/+64
| * | | ALSA: rawmidi: Make internal functions local staticTakashi Iwai2022-06-201-7/+6
| * | | ALSA: control: Add input validationTakashi Iwai2022-06-152-20/+59
| * | | ALSA: control: Drop superfluous ifdef CONFIG_SND_CTL_DEBUGTakashi Iwai2022-06-151-16/+0
| * | | ALSA: control: Rename CONFIG_SND_CTL_VALIDATION to CONFIG_SND_CTL_DEBUGTakashi Iwai2022-06-152-8/+13
| * | | ALSA: control: Use xarray for faster lookupsTakashi Iwai2022-06-153-32/+162
| | |/ | |/|
* | | Merge tag 'pci-v5.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-08-041-1/+1
|\ \ \
| * | | PCI: Move isa_dma_bridge_buggy out of asm/dma.hStafford Horne2022-07-221-1/+1
| |/ /
* | | Merge tag 'sound-5.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2022-06-231-22/+1
|\ \ \ | |/ / |/| / | |/
| * ALSA: memalloc: Drop x86-specific hack for WC allocationsTakashi Iwai2022-06-201-22/+1
* | Merge tag 'm68knommu-for-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-05-301-2/+0
|\ \ | |/ |/|
| * m68k: coldfire: drop ISA_DMA_API supportArnd Bergmann2022-05-161-2/+0
| * Merge tag 'sound-5.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2022-04-143-2/+139
| |\
* | | ALSA: seq: replace ternary operator with max()Guo Zhengkui2022-05-171-1/+1
* | | ALSA: pcm: Check for null pointer of pointer substream before dereferencing itColin Ian King2022-04-251-1/+2
* | | Merge branch 'for-linus' into for-nextTakashi Iwai2022-04-133-2/+139
|\ \ \ | | |/ | |/|
| * | ALSA: memalloc: Add fallback SG-buffer allocations for x86Takashi Iwai2022-04-131-1/+110
| * | ALSA: core: Add snd_card_free_on_error() helperTakashi Iwai2022-04-121-0/+28
| * | ALSA: pcm: Test for "silence" field in struct "pcm_format_data"Fabio M. De Francesco2022-04-111-1/+1
* | | Merge branch 'topic/cs35l41' into for-nextTakashi Iwai2022-04-132-18/+18
|\ \ \ | | |/ | |/|
| * | Merge tag 'sound-fix-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-04-013-11/+38
| |\ \ | | |/
| * | Merge tag 'x86_core_for_5.18_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-03-272-18/+18
| |\ \
| | * | x86: Remove toolchain check for X32 ABI capabilityMasahiro Yamada2022-03-152-18/+18
* | | | ALSA: jack: Access input_dev under mutexAmadeusz Sławiński2022-04-121-7/+27
| |_|/ |/| |
* | | ALSA: pcm: Fix potential AB/BA lock with buffer_mutex and mmap_lockTakashi Iwai2022-03-303-11/+38
|/ /
* | ALSA: pcm: Add stream lock during PCM reset ioctl operationsTakashi Iwai2022-03-221-0/+4
* | ALSA: pcm: Fix races among concurrent prealloc proc writesTakashi Iwai2022-03-221-4/+7
* | ALSA: pcm: Fix races among concurrent prepare and hw_params/hw_free callsTakashi Iwai2022-03-221-14/+18