summaryrefslogtreecommitdiffstats
path: root/sound/core/pcm_native.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'sound-fix-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3 days1-2/+4
|\
| * ALSA: pcm: Add sanity NULL check for the default mmap fault handlerTakashi Iwai12 days1-2/+4
* | Merge tag 'sound-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds11 days1-0/+20
|\|
| * ALSA: pcm: Define snd_pcm_mmap_data_{open|close}() locallyTakashi Iwai2024-11-131-0/+20
* | deal with the last remaing boolean uses of fd_file()Al Viro2024-11-031-1/+1
|/
* Merge tag 'asoc-fix-v6.12-rc1' of https://git.kernel.org/pub/scm/linux/kernel...Takashi Iwai2024-10-021-5/+3
|\
| * [tree-wide] finally take no_llseek outAl Viro2024-09-271-2/+0
| * Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-09-231-3/+3
| |\
| | * introduce fd_file(), convert all accessors to it.Al Viro2024-08-131-3/+3
* | | ALSA: Fix typos in comments across various filesYu Jiaoliang2024-09-301-1/+1
|/ /
* | ALSA: pcm: Fix breakage of PCM rates used for topologyTakashi Iwai2024-09-111-3/+7
* | ALSA: pcm: add more sample rate definitionsJerome Brunet2024-09-061-3/+3
* | ALSA: core: Drop superfluous no_free_ptr() for memdup_user() errorsTakashi Iwai2024-09-021-5/+5
|/
* ALSA: pcm: reinvent the stream synchronization ID APIJaroslav Kysela2024-07-021-0/+6
* ALSA: PCM: Allow resume only for suspended streamsTakashi Iwai2024-06-251-0/+2
* ALSA: pcm: add support for 705.6kHz and 768kHz sample ratesPavel Hofman2024-04-181-1/+1
* Merge branch 'for-next' into for-linusTakashi Iwai2024-03-111-268/+189
|\
| * ALSA: pcm: Use guard() for PCM stream locksTakashi Iwai2024-02-281-162/+130
| * ALSA: pcm: Use guard() for lockingTakashi Iwai2024-02-281-32/+16
| * ALSA: pcm: Use CLASS() for fdget()/fdput()Takashi Iwai2024-02-231-15/+7
| * ALSA: pcm: Use automatic cleanup of kfree()Takashi Iwai2024-02-231-61/+38
* | ALSA: pcm: clarify and fix default msbits value for all formatsJaroslav Kysela2024-02-231-0/+5
|/
* ALSA: pcm: Introduce MSBITS subformat interfaceJaroslav Kysela2023-11-271-2/+53
* Merge tag 'sound-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2023-11-031-2/+2
|\
| * ALSA: pcm: Replace with __packed attributeTakashi Iwai2023-10-261-2/+2
* | sound: Fix snd_pcm_readv()/writev() to use iov access functionsDavid Howells2023-09-251-2/+2
|/
* ALSA: pcm: Drop obsoleted PCM copy_user and copy_kernel opsTakashi Iwai2023-08-181-1/+1
* ALSA: pcm: Add copy ops with iov_iterTakashi Iwai2023-08-181-1/+1
* Revert "ALSA: emu10k1 - delay the PCM interrupts (add pcm_irq_delay parameter)"Oswald Buddenhagen2023-05-181-4/+0
* Merge tag 'sound-fix-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-05-061-3/+3
|\
| * ALSA: pcm: Revert "ALSA: pcm: rewrite snd_pcm_playback_silence()"Jaroslav Kysela2023-05-051-3/+3
* | Merge tag 'sound-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2023-04-271-7/+7
|\|
| * ALSA: pcm: rewrite snd_pcm_playback_silence()Oswald Buddenhagen2023-04-211-3/+3
| * ALSA: pcm: fix wait_time calculationsOswald Buddenhagen2023-04-081-4/+4
* | 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
|/
* mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan2023-02-101-4/+5
* 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: avoid nused-but-set-variable warningKuninori Morimoto2022-11-161-6/+6
* ALSA: pcm: Make mmap status read-onlyTakashi Iwai2022-09-271-0/+1
* ALSA: pcm: Avoid reference to status->stateTakashi Iwai2022-09-271-63/+64
* ALSA: pcm: Use deferred fasync helperTakashi Iwai2022-07-291-1/+1
* ALSA: pcm: Fix missing return value comments for kernel docsTakashi Iwai2022-07-131-0/+6
* ALSA: pcm: Fix potential AB/BA lock with buffer_mutex and mmap_lockTakashi Iwai2022-03-301-7/+32
* ALSA: pcm: Add stream lock during PCM reset ioctl operationsTakashi Iwai2022-03-221-0/+4
* ALSA: pcm: Fix races among concurrent prepare and hw_params/hw_free callsTakashi Iwai2022-03-221-14/+18
* ALSA: pcm: Fix races among concurrent hw_params and hw_free callsTakashi Iwai2022-03-221-22/+39
* ASoC: soc-pcm: Fix DPCM lockdep warning due to nested stream locksTakashi Iwai2022-01-281-0/+13
* ALSA: memalloc: Support for non-contiguous page allocationTakashi Iwai2021-10-181-0/+17