aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sound/core/pcm_native.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-14ALSA: pcm: Add SNDRV_PCM_INFO_EXPLICIT_SYNC flagTakashi Iwai1-0/+9
2021-08-09ALSA: pcm: Check mmap capability of runtime dma buffer at firstTakashi Iwai1-2/+7
2021-08-09ALSA: pcm: Fix mmap breakage without explicit buffer setupTakashi Iwai1-1/+4
2021-07-30ALSA: pcm - fix mmap capability check for the snd-dummy driverJaroslav Kysela1-1/+1
2021-07-20ALSA: pcm: Fix mmap without buffer preallocationTakashi Iwai1-0/+2
2021-07-20ALSA: pcm: Fix mmap capability checkTakashi Iwai1-4/+10
2021-07-12ALSA: pcm: Call substream ack() method upon compat mmap commitAlan Young1-3/+8
2021-06-10ALSA: core: Move mmap handler into memalloc opsTakashi Iwai1-16/+3
2021-06-10ALSA: core: Abstract memory alloc helpersTakashi Iwai1-19/+1
2021-06-09ALSA: pcm: Fix assignment in if conditionTakashi Iwai1-2/+4
2021-05-25ALSA: pcm: Block the release until the system resume finishesTakashi Iwai1-0/+4
2021-05-25ALSA: Drop superfluous argument from snd_power_wait()Takashi Iwai1-1/+1
2021-03-26ALSA: pcm: Fix couple of typosBhaskar Chowdhury1-2/+2
2021-02-08ALSA: pcm: Use for_each_pcm_substream() macroTakashi Iwai1-20/+15
2021-02-08ALSA: pcm: Don't call sync_stop if it hasn't been stoppedTakashi Iwai1-2/+3
2021-02-08ALSA: pcm: Assure sync with the pending stop operation at suspendTakashi Iwai1-1/+7
2021-02-08ALSA: pcm: Call sync_stop at disconnectionTakashi Iwai1-8/+8
2021-02-02Merge branch 'for-linus' into for-nextTakashi Iwai1-2/+2
2021-01-23ALSA: pcm: One more dependency for hw constraintsTakashi Iwai1-2/+2
2021-01-08ALSA: Convert strlcpy to strscpy when return value is unusedJoe Perches1-3/+3
2020-12-18ALSA: pcm: Clear the full allocated memory at hw_paramsTakashi Iwai1-2/+7
2020-10-26ALSA: fix kernel-doc markupsMauro Carvalho Chehab1-2/+2
2020-07-09ALSA: Use fallthrough pseudo-keywordGustavo A. R. Silva1-4/+4
2020-06-15ALSA: pcm: Use dma_mmap_coherent() on x86, tooTakashi Iwai1-2/+0
2020-06-11Merge tag 'sound-fix-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds1-2/+18
2020-06-08ALSA: pcm: disallow linking stream to itselfMichał Mirosław1-0/+6
2020-06-08ALSA: pcm: fix snd_pcm_link() lockdep splatMichał Mirosław1-2/+12
2020-04-26pcm_native: result of put_user() needs to be checkedAl Viro1-4/+8
2020-04-02Merge tag 'sound-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds1-21/+26
2020-03-30Merge branch 'pm-qos'Rafael J. Wysocki1-7/+7
2020-02-17Merge branch 'topic/usb-uac2-effect-unit' into for-nextTakashi Iwai1-1/+2
2020-02-14sound: Call cpu_latency_qos_*() instead of pm_qos_*()Rafael J. Wysocki1-7/+7
2020-02-13ALSA: pcm: Fix double hw_free callsTakashi Iwai1-1/+2
2020-02-10ALSA: pcm: Use a macro for parameter masks to reduce the needed castTakashi Iwai1-14/+18
2020-02-10ALSA: pcm: Use standard macros for fixing PCM format castTakashi Iwai1-7/+8
2020-01-31ALSA: pcm: Fix sparse warnings wrt snd_pcm_state_tTakashi Iwai1-66/+121
2020-01-29ALSA: pcm: Fix memory leak at closing a stream without hw_freeTakashi Iwai1-9/+15
2020-01-16ALSA: pcm: Make snd_pcm_hw_constraints_init() and _complete() staticTakashi Iwai1-2/+2
2019-12-18Merge branch 'for-linus' into for-nextTakashi Iwai1-0/+4
2019-12-14ALSA: pcm: Avoid possible info leaks from PCM stream buffersTakashi Iwai1-0/+4
2019-12-13ALSA: add new 32-bit layout for snd_pcm_mmap_status/controlArnd Bergmann1-14/+24
2019-12-13ALSA: move snd_pcm_ioctl_sync_ptr_compat into pcm_native.cArnd Bergmann1-0/+100
2019-12-11ALSA: Avoid using timespec for struct snd_pcm_statusBaolin Wang1-17/+79
2019-12-11ALSA: Replace timespec with timespec64Baolin Wang1-4/+8
2019-11-20ALSA: pcm: Add card sync_irq fieldTakashi Iwai1-0/+2
2019-11-20ALSA: pcm: Add the support for sync-stop operationTakashi Iwai1-0/+15
2019-11-20ALSA: pcm: Allow NULL ioctl opsTakashi Iwai1-4/+15
2019-11-20ALSA: pcm: Introduce managed buffer allocation modeTakashi Iwai1-0/+12
2019-11-09ALSA: pcm: Yet another missing check of non-cached buffer typeTakashi Iwai1-1/+2
2019-11-06ALSA: pcm: Handle special page mapping in the default mmap handlerTakashi Iwai1-1/+13