summaryrefslogtreecommitdiff
path: root/sound/core
AgeCommit message (Expand)Author
2022-08-06Merge tag 'sound-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds
2022-08-04Merge tag 'pci-v5.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-08-02ALSA: pcm: Replace sprintf() with sysfs_emit()Takashi Iwai
2022-08-02ALSA: core: Replace scnprintf() with sysfs_emit()Takashi Iwai
2022-08-02ALSA: control-led: Replace sprintf() with sysfs_emit()Takashi Iwai
2022-07-29ALSA: control: Use deferred fasync helperTakashi Iwai
2022-07-29ALSA: pcm: Use deferred fasync helperTakashi Iwai
2022-07-29ALSA: timer: Use deferred fasync helperTakashi Iwai
2022-07-29ALSA: core: Add async signal helpersTakashi Iwai
2022-07-22PCI: Move isa_dma_bridge_buggy out of asm/dma.hStafford Horne
2022-07-13ALSA: core: Fix missing return value comments for kernel docsTakashi Iwai
2022-07-13ALSA: memalloc: Fix missing return value comments for kernel docsTakashi Iwai
2022-07-13ALSA: control: Fix missing return value comments for kernel docsTakashi Iwai
2022-07-13ALSA: compress: Fix kernel doc warningsTakashi Iwai
2022-07-13ALSA: dmaengine: Fix missing return value comments for kernel docsTakashi Iwai
2022-07-13ALSA: pcm: Fix missing return value comments for kernel docsTakashi Iwai
2022-07-13ALSA: compress: Enable kernel doc markers for some functionsTakashi Iwai
2022-07-04Merge branch 'for-linus' into for-nextTakashi Iwai
2022-07-04Merge tag 'asoc-fix-v5.19-rc3' of https://git.kernel.org/pub/scm/linux/kernel...Takashi Iwai
2022-06-23Merge tag 'sound-5.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2022-06-20ALSA: rawmidi: Take buffer refcount while draining outputTakashi Iwai
2022-06-20ALSA: rawmidi: Check stream state at exported functionsTakashi Iwai
2022-06-20ALSA: rawmidi: Take open_mutex around parameter changesTakashi Iwai
2022-06-20ALSA: rawmidi: Move lock to snd_rawmidi_substreamTakashi Iwai
2022-06-20ALSA: rawmidi: Make internal functions local staticTakashi Iwai
2022-06-20ALSA: memalloc: Drop x86-specific hack for WC allocationsTakashi Iwai
2022-06-15ALSA: control: Add input validationTakashi Iwai
2022-06-15ALSA: control: Drop superfluous ifdef CONFIG_SND_CTL_DEBUGTakashi Iwai
2022-06-15ALSA: control: Rename CONFIG_SND_CTL_VALIDATION to CONFIG_SND_CTL_DEBUGTakashi Iwai
2022-06-15ALSA: control: Use xarray for faster lookupsTakashi Iwai
2022-05-30Merge tag 'm68knommu-for-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-05-17ALSA: seq: replace ternary operator with max()Guo Zhengkui
2022-05-16m68k: coldfire: drop ISA_DMA_API supportArnd Bergmann
2022-04-25ALSA: pcm: Check for null pointer of pointer substream before dereferencing itColin Ian King
2022-04-14Merge tag 'sound-5.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2022-04-13Merge branch 'for-linus' into for-nextTakashi Iwai
2022-04-13Merge branch 'topic/cs35l41' into for-nextTakashi Iwai
2022-04-13ALSA: memalloc: Add fallback SG-buffer allocations for x86Takashi Iwai
2022-04-12ALSA: jack: Access input_dev under mutexAmadeusz Sławiński
2022-04-12ALSA: core: Add snd_card_free_on_error() helperTakashi Iwai
2022-04-11ALSA: pcm: Test for "silence" field in struct "pcm_format_data"Fabio M. De Francesco
2022-04-01Merge tag 'sound-fix-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-03-30ALSA: pcm: Fix potential AB/BA lock with buffer_mutex and mmap_lockTakashi Iwai
2022-03-27Merge tag 'x86_core_for_5.18_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-03-22ALSA: pcm: Add stream lock during PCM reset ioctl operationsTakashi Iwai
2022-03-22ALSA: pcm: Fix races among concurrent prealloc proc writesTakashi Iwai
2022-03-22ALSA: pcm: Fix races among concurrent prepare and hw_params/hw_free callsTakashi Iwai
2022-03-22ALSA: pcm: Fix races among concurrent read/write and buffer changesTakashi Iwai
2022-03-22ALSA: pcm: Fix races among concurrent hw_params and hw_free callsTakashi Iwai
2022-03-21Merge branch 'for-next' into for-linusTakashi Iwai