summaryrefslogtreecommitdiffstats
path: root/sound/core/pcm_native.c
Commit message (Expand)AuthorAgeFilesLines
* 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-021-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-091-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
* ALSA: pcm: Unify snd_pcm_delay() and snd_pcm_hwsync()Takashi Iwai2021-10-141-16/+8
* ALSA: pcm: Add more disconnection checks at file opsTakashi Iwai2021-10-071-4/+21
* ALSA: pcm: Add SNDRV_PCM_INFO_EXPLICIT_SYNC flagTakashi Iwai2021-08-141-0/+9
* ALSA: pcm: Check mmap capability of runtime dma buffer at firstTakashi Iwai2021-08-091-2/+7
* ALSA: pcm: Fix mmap breakage without explicit buffer setupTakashi Iwai2021-08-091-1/+4
* ALSA: pcm - fix mmap capability check for the snd-dummy driverJaroslav Kysela2021-07-301-1/+1
* ALSA: pcm: Fix mmap without buffer preallocationTakashi Iwai2021-07-201-0/+2
* ALSA: pcm: Fix mmap capability checkTakashi Iwai2021-07-201-4/+10
* ALSA: pcm: Call substream ack() method upon compat mmap commitAlan Young2021-07-121-3/+8
* ALSA: core: Move mmap handler into memalloc opsTakashi Iwai2021-06-101-16/+3
* ALSA: core: Abstract memory alloc helpersTakashi Iwai2021-06-101-19/+1
* ALSA: pcm: Fix assignment in if conditionTakashi Iwai2021-06-091-2/+4
* ALSA: pcm: Block the release until the system resume finishesTakashi Iwai2021-05-251-0/+4
* ALSA: Drop superfluous argument from snd_power_wait()Takashi Iwai2021-05-251-1/+1
* ALSA: pcm: Fix couple of typosBhaskar Chowdhury2021-03-261-2/+2