summaryrefslogtreecommitdiff
path: root/sound/core/pcm_native.c
AgeCommit message (Expand)Author
2024-02-23ALSA: pcm: clarify and fix default msbits value for all formatsJaroslav Kysela
2023-11-27ALSA: pcm: Introduce MSBITS subformat interfaceJaroslav Kysela
2023-11-02Merge tag 'sound-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds
2023-10-26ALSA: pcm: Replace with __packed attributeTakashi Iwai
2023-09-25sound: Fix snd_pcm_readv()/writev() to use iov access functionsDavid Howells
2023-08-18ALSA: pcm: Drop obsoleted PCM copy_user and copy_kernel opsTakashi Iwai
2023-08-18ALSA: pcm: Add copy ops with iov_iterTakashi Iwai
2023-05-18Revert "ALSA: emu10k1 - delay the PCM interrupts (add pcm_irq_delay parameter)"Oswald Buddenhagen
2023-05-06Merge tag 'sound-fix-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-05-05ALSA: pcm: Revert "ALSA: pcm: rewrite snd_pcm_playback_silence()"Jaroslav Kysela
2023-04-27Merge tag 'sound-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds
2023-04-21ALSA: pcm: rewrite snd_pcm_playback_silence()Oswald Buddenhagen
2023-04-08ALSA: pcm: fix wait_time calculationsOswald Buddenhagen
2023-03-30ALSA: pcm: check for user backed iterator, not specific iterator typeJens Axboe
2023-03-30iov_iter: add iter_iovec() helperJens Axboe
2023-02-09mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan
2022-12-05ALSA: pcm: Handle XRUN at trigger STARTTakashi Iwai
2022-12-05ALSA: pcm: Set missing stop_operating flag at undoing trigger startTakashi Iwai
2022-11-16ALSA: pcm: avoid nused-but-set-variable warningKuninori Morimoto
2022-09-27ALSA: pcm: Make mmap status read-onlyTakashi Iwai
2022-09-27ALSA: pcm: Avoid reference to status->stateTakashi Iwai
2022-07-29ALSA: pcm: Use deferred fasync helperTakashi Iwai
2022-07-13ALSA: pcm: Fix missing return value comments for kernel docsTakashi Iwai
2022-03-30ALSA: pcm: Fix potential AB/BA lock with buffer_mutex and mmap_lockTakashi Iwai
2022-03-22ALSA: pcm: Add stream lock during PCM reset ioctl operationsTakashi Iwai
2022-03-22ALSA: pcm: Fix races among concurrent prepare and hw_params/hw_free callsTakashi Iwai
2022-03-22ALSA: pcm: Fix races among concurrent hw_params and hw_free callsTakashi Iwai
2022-01-28ASoC: soc-pcm: Fix DPCM lockdep warning due to nested stream locksTakashi Iwai
2021-10-18ALSA: memalloc: Support for non-contiguous page allocationTakashi Iwai
2021-10-14ALSA: pcm: Unify snd_pcm_delay() and snd_pcm_hwsync()Takashi Iwai
2021-10-07ALSA: pcm: Add more disconnection checks at file opsTakashi Iwai
2021-08-14ALSA: pcm: Add SNDRV_PCM_INFO_EXPLICIT_SYNC flagTakashi Iwai
2021-08-09ALSA: pcm: Check mmap capability of runtime dma buffer at firstTakashi Iwai
2021-08-09ALSA: pcm: Fix mmap breakage without explicit buffer setupTakashi Iwai
2021-07-30ALSA: pcm - fix mmap capability check for the snd-dummy driverJaroslav Kysela
2021-07-20ALSA: pcm: Fix mmap without buffer preallocationTakashi Iwai
2021-07-20ALSA: pcm: Fix mmap capability checkTakashi Iwai
2021-07-12ALSA: pcm: Call substream ack() method upon compat mmap commitAlan Young
2021-06-10ALSA: core: Move mmap handler into memalloc opsTakashi Iwai
2021-06-10ALSA: core: Abstract memory alloc helpersTakashi Iwai
2021-06-09ALSA: pcm: Fix assignment in if conditionTakashi Iwai
2021-05-25ALSA: pcm: Block the release until the system resume finishesTakashi Iwai
2021-05-25ALSA: Drop superfluous argument from snd_power_wait()Takashi Iwai
2021-03-26ALSA: pcm: Fix couple of typosBhaskar Chowdhury
2021-02-08ALSA: pcm: Use for_each_pcm_substream() macroTakashi Iwai
2021-02-08ALSA: pcm: Don't call sync_stop if it hasn't been stoppedTakashi Iwai
2021-02-08ALSA: pcm: Assure sync with the pending stop operation at suspendTakashi Iwai
2021-02-08ALSA: pcm: Call sync_stop at disconnectionTakashi Iwai
2021-02-02Merge branch 'for-linus' into for-nextTakashi Iwai
2021-01-23ALSA: pcm: One more dependency for hw constraintsTakashi Iwai