summaryrefslogtreecommitdiff
path: root/sound/core/pcm_native.c
AgeCommit message (Expand)Author
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
2021-01-08ALSA: Convert strlcpy to strscpy when return value is unusedJoe Perches
2020-12-18ALSA: pcm: Clear the full allocated memory at hw_paramsTakashi Iwai
2020-10-26ALSA: fix kernel-doc markupsMauro Carvalho Chehab
2020-07-09ALSA: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-06-15ALSA: pcm: Use dma_mmap_coherent() on x86, tooTakashi Iwai
2020-06-11Merge tag 'sound-fix-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-06-08ALSA: pcm: disallow linking stream to itselfMichał Mirosław
2020-06-08ALSA: pcm: fix snd_pcm_link() lockdep splatMichał Mirosław
2020-04-26pcm_native: result of put_user() needs to be checkedAl Viro
2020-04-02Merge tag 'sound-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds
2020-03-30Merge branch 'pm-qos'Rafael J. Wysocki
2020-02-17Merge branch 'topic/usb-uac2-effect-unit' into for-nextTakashi Iwai
2020-02-14sound: Call cpu_latency_qos_*() instead of pm_qos_*()Rafael J. Wysocki
2020-02-13ALSA: pcm: Fix double hw_free callsTakashi Iwai
2020-02-10ALSA: pcm: Use a macro for parameter masks to reduce the needed castTakashi Iwai
2020-02-10ALSA: pcm: Use standard macros for fixing PCM format castTakashi Iwai
2020-01-31ALSA: pcm: Fix sparse warnings wrt snd_pcm_state_tTakashi Iwai
2020-01-29ALSA: pcm: Fix memory leak at closing a stream without hw_freeTakashi Iwai
2020-01-16ALSA: pcm: Make snd_pcm_hw_constraints_init() and _complete() staticTakashi Iwai
2019-12-18Merge branch 'for-linus' into for-nextTakashi Iwai
2019-12-14ALSA: pcm: Avoid possible info leaks from PCM stream buffersTakashi Iwai
2019-12-13ALSA: add new 32-bit layout for snd_pcm_mmap_status/controlArnd Bergmann
2019-12-13ALSA: move snd_pcm_ioctl_sync_ptr_compat into pcm_native.cArnd Bergmann
2019-12-11ALSA: Avoid using timespec for struct snd_pcm_statusBaolin Wang
2019-12-11ALSA: Replace timespec with timespec64Baolin Wang
2019-11-20ALSA: pcm: Add card sync_irq fieldTakashi Iwai
2019-11-20ALSA: pcm: Add the support for sync-stop operationTakashi Iwai
2019-11-20ALSA: pcm: Allow NULL ioctl opsTakashi Iwai
2019-11-20ALSA: pcm: Introduce managed buffer allocation modeTakashi Iwai
2019-11-09ALSA: pcm: Yet another missing check of non-cached buffer typeTakashi Iwai
2019-11-06ALSA: pcm: Handle special page mapping in the default mmap handlerTakashi Iwai
2019-11-04ALSA: pcm: Fix missing check of the new non-cached buffer typeTakashi Iwai
2019-09-19Merge tag 'dma-mapping-5.4' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2019-09-09Merge branch 'asoc-5.4' into asoc-nextMark Brown
2019-09-04ALSA: pcm: use dma_can_mmap() to check if a device supports dma_mmap_*Christoph Hellwig
2019-08-28ALSA: pcm: add support for 352.8KHz and 384KHz sample rateVidyakumar Athota
2019-07-29ALSA: pcm: fix lost wakeup event scenarios in snd_pcm_drainYuki Tsunashima
2019-07-19ALSA: pcm: Fix refcount_inc() on zero usageTakashi Iwai
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner
2019-03-25ALSA: pcm: Don't suspend stream in unrecoverable PCM stateTakashi Iwai
2019-02-11ALSA: PCM: check if ops are defined before suspending PCMRanjani Sridharan
2019-01-31ALSA: pcm: remove a superfluous function declarationGuennadi Liakhovetski
2019-01-24Merge branch 'topic/pcm-lock-refactor' into for-nextTakashi Iwai