aboutsummaryrefslogtreecommitdiffstats
path: root/sound/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-06ALSA: hda: Once again fix regression of page allocations with IOMMUTakashi Iwai1-2/+7
2022-09-05ALSA: pcm: oss: Fix race at SNDCTL_DSP_SYNCTakashi Iwai1-3/+3
2022-08-26ALSA: control: Re-order bounds checking in get_ctl_id_hash()Dan Carpenter1-1/+1
2022-08-24ALSA: control: Fix an out-of-bounds bug in get_ctl_id_hash()Zheyu Ma1-3/+3
2022-08-24ALSA: seq: Fix data-race at module auto-loadingTakashi Iwai1-7/+5
2022-08-23ALSA: seq: oss: Fix data-race for max_midi_devs accessTakashi Iwai1-0/+2
2022-08-22ALSA: memalloc: Revive x86-specific WC page allocations againTakashi Iwai1-16/+71
2022-08-19Merge tag 'sound-6.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds1-3/+3
2022-08-17ALSA: info: Fix llseek return value when using callbackAmadeusz Sławiński1-3/+3
2022-08-06Merge tag 'sound-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds18-227/+606
2022-08-04Merge tag 'pci-v5.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-1/+1
2022-08-02ALSA: pcm: Replace sprintf() with sysfs_emit()Takashi Iwai1-1/+1
2022-08-02ALSA: core: Replace scnprintf() with sysfs_emit()Takashi Iwai1-2/+2
2022-08-02ALSA: control-led: Replace sprintf() with sysfs_emit()Takashi Iwai1-17/+12
2022-07-29ALSA: control: Use deferred fasync helperTakashi Iwai1-3/+4
2022-07-29ALSA: pcm: Use deferred fasync helperTakashi Iwai3-2/+3
2022-07-29ALSA: timer: Use deferred fasync helperTakashi Iwai1-5/+6
2022-07-29ALSA: core: Add async signal helpersTakashi Iwai1-0/+94
2022-07-22PCI: Move isa_dma_bridge_buggy out of asm/dma.hStafford Horne1-1/+1
2022-07-13ALSA: core: Fix missing return value comments for kernel docsTakashi Iwai5-2/+18
2022-07-13ALSA: memalloc: Fix missing return value comments for kernel docsTakashi Iwai1-1/+9
2022-07-13ALSA: control: Fix missing return value comments for kernel docsTakashi Iwai1-2/+14
2022-07-13ALSA: compress: Fix kernel doc warningsTakashi Iwai1-0/+4
2022-07-13ALSA: dmaengine: Fix missing return value comments for kernel docsTakashi Iwai1-10/+20
2022-07-13ALSA: pcm: Fix missing return value comments for kernel docsTakashi Iwai3-0/+14
2022-07-13ALSA: compress: Enable kernel doc markers for some functionsTakashi Iwai1-2/+3
2022-07-04Merge branch 'for-linus' into for-nextTakashi Iwai1-22/+1
2022-07-04Merge tag 'asoc-fix-v5.19-rc3' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusTakashi Iwai1-2/+0
2022-06-23Merge tag 'sound-5.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds1-22/+1
2022-06-20ALSA: rawmidi: Take buffer refcount while draining outputTakashi Iwai1-4/+41
2022-06-20ALSA: rawmidi: Check stream state at exported functionsTakashi Iwai1-18/+38
2022-06-20ALSA: rawmidi: Take open_mutex around parameter changesTakashi Iwai1-14/+25
2022-06-20ALSA: rawmidi: Move lock to snd_rawmidi_substreamTakashi Iwai1-67/+64
2022-06-20ALSA: rawmidi: Make internal functions local staticTakashi Iwai1-7/+6
2022-06-20ALSA: memalloc: Drop x86-specific hack for WC allocationsTakashi Iwai1-22/+1
2022-06-15ALSA: control: Add input validationTakashi Iwai2-20/+59
2022-06-15ALSA: control: Drop superfluous ifdef CONFIG_SND_CTL_DEBUGTakashi Iwai1-16/+0
2022-06-15ALSA: control: Rename CONFIG_SND_CTL_VALIDATION to CONFIG_SND_CTL_DEBUGTakashi Iwai2-8/+13
2022-06-15ALSA: control: Use xarray for faster lookupsTakashi Iwai3-32/+162
2022-05-30Merge tag 'm68knommu-for-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommuLinus Torvalds1-2/+0
2022-05-17ALSA: seq: replace ternary operator with max()Guo Zhengkui1-1/+1
2022-05-16m68k: coldfire: drop ISA_DMA_API supportArnd Bergmann1-2/+0
2022-04-25ALSA: pcm: Check for null pointer of pointer substream before dereferencing itColin Ian King1-1/+2
2022-04-14Merge tag 'sound-5.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds3-2/+139
2022-04-13Merge branch 'for-linus' into for-nextTakashi Iwai3-2/+139
2022-04-13Merge branch 'topic/cs35l41' into for-nextTakashi Iwai2-18/+18
2022-04-13ALSA: memalloc: Add fallback SG-buffer allocations for x86Takashi Iwai1-1/+110
2022-04-12ALSA: jack: Access input_dev under mutexAmadeusz Sławiński1-7/+27
2022-04-12ALSA: core: Add snd_card_free_on_error() helperTakashi Iwai1-0/+28
2022-04-11ALSA: pcm: Test for "silence" field in struct "pcm_format_data"Fabio M. De Francesco1-1/+1