summaryrefslogtreecommitdiffstats
path: root/sound/core
Commit message (Expand)AuthorAgeFilesLines
* ALSA: memalloc: Try dma_alloc_noncontiguous() at firstTakashi Iwai2022-11-121-4/+3
* ALSA: memalloc: Don't fall back for SG-buffer with IOMMUTakashi Iwai2022-11-101-9/+11
* ALSA: control: add snd_ctl_rename()Maciej S. Szmigiero2022-10-211-0/+23
* ALSA: oss: Fix potential deadlock at unregistrationTakashi Iwai2022-10-111-4/+9
* ALSA: rawmidi: Drop register_mutex in snd_rawmidi_free()Takashi Iwai2022-10-111-2/+0
* ALSA: dmaengine: increment buffer pointer atomicallyAndreas Pape2022-09-271-3/+5
* ALSA: pcm: Make mmap status read-onlyTakashi Iwai2022-09-271-0/+1
* ALSA: pcm: Avoid reference to status->stateTakashi Iwai2022-09-275-98/+100
* ALSA: memalloc: use __GFP_RETRY_MAYFAIL for DMA mem allocsKai Vehmanen2022-09-261-1/+1
* Merge branch 'for-linus' into for-nextTakashi Iwai2022-09-201-5/+5
|\
| * ALSA: core: Fix double-free at snd_card_new()Takashi Iwai2022-09-191-5/+5
* | ALSA: memalloc: remove snd_dma_sg_ops declarationGaosheng Cui2022-09-091-4/+0
* | Merge branch 'for-linus' into for-nextTakashi Iwai2022-09-062-5/+10
|\|
| * ALSA: hda: Once again fix regression of page allocations with IOMMUTakashi Iwai2022-09-061-2/+7
| * ALSA: pcm: oss: Fix race at SNDCTL_DSP_SYNCTakashi Iwai2022-09-051-3/+3
* | Merge branch 'for-linus' into for-nextTakashi Iwai2022-09-011-3/+3
|\|
| * ALSA: control: Re-order bounds checking in get_ctl_id_hash()Dan Carpenter2022-08-261-1/+1
| * ALSA: control: Fix an out-of-bounds bug in get_ctl_id_hash()Zheyu Ma2022-08-241-3/+3
* | ALSA: memalloc: Drop special handling of GFP for CONTINUOUS allocationTakashi Iwai2022-08-241-65/+48
|/
* ALSA: seq: Fix data-race at module auto-loadingTakashi Iwai2022-08-241-7/+5
* ALSA: seq: oss: Fix data-race for max_midi_devs accessTakashi Iwai2022-08-231-0/+2
* ALSA: memalloc: Revive x86-specific WC page allocations againTakashi Iwai2022-08-221-16/+71
* 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
| | |/ | |/|