summaryrefslogtreecommitdiff
path: root/sound/core
Commit message (Expand)AuthorAgeFilesLines
* ALSA: pcm: use exit controlled loop in snd_pcm_playback_silence()Oswald Buddenhagen2023-05-051-2/+2
* ALSA: pcm: simplify top-up mode init in snd_pcm_playback_silence()Oswald Buddenhagen2023-05-051-7/+24
* ALSA: pcm: playback silence - move silence variable updates to separate functionJaroslav Kysela2023-05-051-20/+22
* ALSA: pcm: playback silence - remove extra codeJaroslav Kysela2023-05-051-2/+0
* ALSA: pcm: fix playback silence - correct incremental silencingJaroslav Kysela2023-05-051-7/+3
* ALSA: pcm: fix playback silence - use the actual new_hw_ptr for the threshold...Jaroslav Kysela2023-05-051-1/+9
* ALSA: pcm: Revert "ALSA: pcm: rewrite snd_pcm_playback_silence()"Jaroslav Kysela2023-05-053-40/+59
* ALSA: pcm: rewrite snd_pcm_playback_silence()Oswald Buddenhagen2023-04-213-55/+40
* ALSA: pcm: fix wait_time calculationsOswald Buddenhagen2023-04-082-10/+9
* ALSA: usb-audio: Fix recursive locking at XRUN during syncingTakashi Iwai2023-03-211-0/+2
* Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-02-232-5/+6
|\
| * mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan2023-02-092-5/+6
* | Merge branch 'topic/apple-gmux' into for-nextTakashi Iwai2023-02-161-18/+69
|\ \
| * | ALSA: memalloc: Workaround for Xen PVTakashi Iwai2023-01-271-18/+69
| |/
* | ALSA: core: Make snd_card_free() return voidUwe Kleine-König2023-02-081-4/+2
* | ALSA: core: Make snd_card_free_when_closed() return voidUwe Kleine-König2023-02-081-7/+5
* | ALSA: core: Make snd_card_disconnect() return voidUwe Kleine-König2023-02-081-16/+8
|/
* ALSA: pcm: Move rwsem lock inside snd_ctl_elem_read to prevent UAFClement Lecigne2023-01-131-9/+15
* ALSA: control-led: use strscpy in set_led_id()Jaroslav Kysela2023-01-091-3/+2
* ALSA: memalloc: don't use GFP_COMP for non-coherent dma allocationsChristoph Hellwig2022-12-211-2/+2
* Merge tag 'sound-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2022-12-134-30/+46
|\
| * ALSA: pcm: Handle XRUN at trigger STARTTakashi Iwai2022-12-051-1/+7
| * ALSA: pcm: Set missing stop_operating flag at undoing trigger startTakashi Iwai2022-12-051-1/+3
| * ALSA: pcm: fix tracing reason in hw_ptr_errorJohn Keeping2022-11-281-3/+3
| * ALSA: pcm: avoid nused-but-set-variable warningKuninori Morimoto2022-11-161-6/+6
| * ALSA: memalloc: Allocate more contiguous pages for fallback caseTakashi Iwai2022-11-161-17/+27
| * Merge branch 'for-linus' into for-nextTakashi Iwai2022-11-162-7/+31
| |\
| * | ALSA: rawmidi: remove variable dest_framesColin Ian King2022-10-241-2/+0
* | | Merge tag 'dma-mapping-6.2-2022-12-13' of git://git.infradead.org/users/hch/d...Linus Torvalds2022-12-131-3/+2
|\ \ \
| * | | ALSA: memalloc: don't pass bogus GFP_ flags to dma_alloc_*Christoph Hellwig2022-11-211-3/+2
* | | | ALSA: seq: Fix function prototype mismatch in snd_seq_expand_var_eventKees Cook2022-11-191-4/+7
| |_|/ |/| |
* | | 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
|/