summaryrefslogtreecommitdiffstats
path: root/sound/core/pcm_native.c
Commit message (Expand)AuthorAgeFilesLines
* ALSA: pcm: Use for_each_pcm_substream() macroTakashi Iwai2021-02-081-20/+15
* ALSA: pcm: Don't call sync_stop if it hasn't been stoppedTakashi Iwai2021-02-081-2/+3
* ALSA: pcm: Assure sync with the pending stop operation at suspendTakashi Iwai2021-02-081-1/+7
* ALSA: pcm: Call sync_stop at disconnectionTakashi Iwai2021-02-081-8/+8
* Merge branch 'for-linus' into for-nextTakashi Iwai2021-02-021-2/+2
|\
| * ALSA: pcm: One more dependency for hw constraintsTakashi Iwai2021-01-231-2/+2
* | ALSA: Convert strlcpy to strscpy when return value is unusedJoe Perches2021-01-081-3/+3
|/
* ALSA: pcm: Clear the full allocated memory at hw_paramsTakashi Iwai2020-12-181-2/+7
* ALSA: fix kernel-doc markupsMauro Carvalho Chehab2020-10-261-2/+2
* ALSA: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-07-091-4/+4
* ALSA: pcm: Use dma_mmap_coherent() on x86, tooTakashi Iwai2020-06-151-2/+0
* Merge tag 'sound-fix-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-06-111-2/+18
|\
| * ALSA: pcm: disallow linking stream to itselfMichał Mirosław2020-06-081-0/+6
| * ALSA: pcm: fix snd_pcm_link() lockdep splatMichał Mirosław2020-06-081-2/+12
* | pcm_native: result of put_user() needs to be checkedAl Viro2020-04-261-4/+8
|/
* Merge tag 'sound-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2020-04-021-21/+26
|\
| * Merge branch 'topic/usb-uac2-effect-unit' into for-nextTakashi Iwai2020-02-171-1/+2
| |\
| * | ALSA: pcm: Use a macro for parameter masks to reduce the needed castTakashi Iwai2020-02-101-14/+18
| * | ALSA: pcm: Use standard macros for fixing PCM format castTakashi Iwai2020-02-101-7/+8
* | | Merge branch 'pm-qos'Rafael J. Wysocki2020-03-301-7/+7
|\ \ \ | |_|/ |/| |
| * | sound: Call cpu_latency_qos_*() instead of pm_qos_*()Rafael J. Wysocki2020-02-141-7/+7
| |/
* / ALSA: pcm: Fix double hw_free callsTakashi Iwai2020-02-131-1/+2
|/
* ALSA: pcm: Fix sparse warnings wrt snd_pcm_state_tTakashi Iwai2020-01-311-66/+121
* ALSA: pcm: Fix memory leak at closing a stream without hw_freeTakashi Iwai2020-01-291-9/+15
* ALSA: pcm: Make snd_pcm_hw_constraints_init() and _complete() staticTakashi Iwai2020-01-161-2/+2
* Merge branch 'for-linus' into for-nextTakashi Iwai2019-12-181-0/+4
|\
| * ALSA: pcm: Avoid possible info leaks from PCM stream buffersTakashi Iwai2019-12-141-0/+4
* | ALSA: add new 32-bit layout for snd_pcm_mmap_status/controlArnd Bergmann2019-12-131-14/+24
* | ALSA: move snd_pcm_ioctl_sync_ptr_compat into pcm_native.cArnd Bergmann2019-12-131-0/+100
* | ALSA: Avoid using timespec for struct snd_pcm_statusBaolin Wang2019-12-111-17/+79
* | ALSA: Replace timespec with timespec64Baolin Wang2019-12-111-4/+8
|/
* ALSA: pcm: Add card sync_irq fieldTakashi Iwai2019-11-201-0/+2
* ALSA: pcm: Add the support for sync-stop operationTakashi Iwai2019-11-201-0/+15
* ALSA: pcm: Allow NULL ioctl opsTakashi Iwai2019-11-201-4/+15
* ALSA: pcm: Introduce managed buffer allocation modeTakashi Iwai2019-11-201-0/+12
* ALSA: pcm: Yet another missing check of non-cached buffer typeTakashi Iwai2019-11-091-1/+2
* ALSA: pcm: Handle special page mapping in the default mmap handlerTakashi Iwai2019-11-061-1/+13
* ALSA: pcm: Fix missing check of the new non-cached buffer typeTakashi Iwai2019-11-041-1/+2
* Merge tag 'dma-mapping-5.4' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2019-09-191-7/+6
|\
| * ALSA: pcm: use dma_can_mmap() to check if a device supports dma_mmap_*Christoph Hellwig2019-09-041-7/+6
* | Merge branch 'asoc-5.4' into asoc-nextMark Brown2019-09-091-1/+1
|\ \ | |/ |/|
| * ALSA: pcm: add support for 352.8KHz and 384KHz sample rateVidyakumar Athota2019-08-281-1/+1
* | ALSA: pcm: fix lost wakeup event scenarios in snd_pcm_drainYuki Tsunashima2019-07-291-1/+2
* | ALSA: pcm: Fix refcount_inc() on zero usageTakashi Iwai2019-07-191-4/+5
|/
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-301-16/+1
* ALSA: pcm: Don't suspend stream in unrecoverable PCM stateTakashi Iwai2019-03-251-1/+8
* ALSA: PCM: check if ops are defined before suspending PCMRanjani Sridharan2019-02-111-0/+8
* ALSA: pcm: remove a superfluous function declarationGuennadi Liakhovetski2019-01-311-2/+0
* Merge branch 'topic/pcm-lock-refactor' into for-nextTakashi Iwai2019-01-241-123/+167
|\
| * ALSA: pcm: Cleanup snd_pcm_stream_lock() & coTakashi Iwai2019-01-231-52/+16