summaryrefslogtreecommitdiffstats
path: root/sound/core
Commit message (Expand)AuthorAgeFilesLines
...
| | * ALSA: seq: Treat snd_seq_client object directly in client driversTakashi Iwai2023-05-232-0/+19
| | * ALSA: seq: Add snd_seq_expand_var_event_at() helperTakashi Iwai2023-05-231-19/+67
| | * ALSA: seq: Clear padded bytes at expanding eventsTakashi Iwai2023-05-231-5/+9
| | * ALSA: ump: Add legacy raw MIDI supportTakashi Iwai2023-05-235-3/+828
| | * ALSA: ump: Redirect rawmidi substream access via own helpersTakashi Iwai2023-05-231-0/+111
| | * ALSA: ump: Additional proc outputTakashi Iwai2023-05-232-0/+51
| | * ALSA: ump: Add ioctls to inquiry UMP EP and Block info via control APITakashi Iwai2023-05-231-0/+26
| | * ALSA: rawmidi: Skip UMP devices at SNDRV_CTL_IOCTL_RAWMIDI_NEXT_DEVICETakashi Iwai2023-05-231-21/+36
| | * ALSA: rawmidi: UMP supportTakashi Iwai2023-05-235-40/+339
| | * ALSA: rawmidi: Add ioctl callback to snd_rawmidi_global_opsTakashi Iwai2023-05-231-2/+5
| | * ALSA: rawmidi: Pass rawmidi directly to snd_rawmidi_kernel_open()Takashi Iwai2023-05-232-17/+8
| * | Revert "ALSA: emu10k1 - delay the PCM interrupts (add pcm_irq_delay parameter)"Oswald Buddenhagen2023-05-181-4/+0
| * | ALSA: compat_ioctl: use correct snd_ctl_elem_type_t typeMin-Hua Chen2023-05-171-7/+7
| |/
* | ALSA: seq: oss: Fix racy open/close of MIDI devicesTakashi Iwai2023-06-161-13/+22
* | ALSA: oss: avoid missing-prototype warningsArnd Bergmann2023-05-171-8/+8
|/
* Merge tag 'sound-fix-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-05-063-37/+77
|\
| * 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
* | Merge tag 'sound-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2023-04-273-65/+49
|\|
| * ALSA: pcm: rewrite snd_pcm_playback_silence()Oswald Buddenhagen2023-04-213-55/+40
| * ALSA: pcm: fix wait_time calculationsOswald Buddenhagen2023-04-082-10/+9
* | Merge tag 'iter-ubuf.2-2023-04-21' of git://git.kernel.dk/linuxLinus Torvalds2023-04-241-10/+16
|\ \ | |/ |/|
| * ALSA: pcm: check for user backed iterator, not specific iterator typeJens Axboe2023-03-301-2/+2
| * iov_iter: add iter_iovec() helperJens Axboe2023-03-301-8/+14
* | 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