summaryrefslogtreecommitdiffstats
path: root/sound/core/pcm_native.c
AgeCommit message (Expand)Author
2020-06-22ALSA: pcm: disallow linking stream to itselfMichał Mirosław
2019-12-31ALSA: pcm: Avoid possible info leaks from PCM stream buffersTakashi Iwai
2019-04-05ALSA: PCM: check if ops are defined before suspending PCMRanjani Sridharan
2019-04-03ALSA: pcm: Don't suspend stream in unrecoverable PCM stateTakashi Iwai
2018-12-13ALSA: pcm: Call snd_pcm_unlink() conditionally at closingTakashi Iwai
2018-12-13ALSA: pcm: Fix starvation on down_write_nonblock()Chanho Min
2018-07-04ALSA: pcm: Use snd_pcm_stop_xrun() for xrun injectionTakashi Iwai
2018-07-04ALSA: pcm: trace XRUN event at injection, tooTakashi Iwai
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-05-04ALSA: pcm: Hide local_irq_disable/enable() and local_irqsave/restore()Anna-Maria Gleixner
2018-04-25Merge branch 'for-linus' into for-nextTakashi Iwai
2018-04-25ALSA: pcm: Change return type to vm_fault_tSouptick Joarder
2018-04-23ALSA: core: Report audio_tstamp in snd_pcm_sync_ptrDavid Henningsson
2018-04-23ALSA: pcm: Return negative delays from SNDRV_PCM_IOCTL_DELAY.Jeffery Miller
2018-04-17ALSA: pcm: Unify delay calculation in snd_pcm_status() and snd_pcm_delay()Takashi Iwai
2018-04-17ALSA: pcm: Unify playback and capture poll callbacksTakashi Iwai
2018-04-17ALSA: pcm: Clean up with snd_pcm_avail() and snd_pcm_hw_avail() helpersTakashi Iwai
2018-04-09ALSA: pcm: Remove WARN_ON() at snd_pcm_hw_params() errorTakashi Iwai
2018-04-02Merge branch 'for-next' into for-linusTakashi Iwai
2018-03-26ALSA: pcm: Use dma_bytes as size parameter in dma_mmap_coherent()Stefan Roese
2018-03-13ALSA: pcm: Remove VLA usageTakashi Iwai
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2018-01-16ALSA: pcm: Fix trailing semicolonLuis de Bethencourt
2018-01-05ALSA: pcm: Workaround for weird PulseAudio behavior on rewind errorTakashi Iwai
2017-11-27sound: annotate ->poll() instancesAl Viro
2017-10-16ALSA: pcm: remove redundant variable runtimeColin Ian King
2017-08-30ALSA: pcm: Unify ioctl functions for playback and capture streamsTakashi Iwai
2017-08-30ALSA: Get rid of card power_lockTakashi Iwai
2017-08-30ALSA: pcm: Fix power lock unbalance via OSS emulationTakashi Iwai
2017-07-14Merge tag 'sound-fix-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-07-10ALSA: pcm: Simplify check for dma_mmap_coherent() availabilityTakashi Iwai
2017-07-10ALSA: pcm: Protect call to dma_mmap_coherent() by check for HAS_DMAGeert Uytterhoeven
2017-07-06Merge tag 'sound-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2017-06-27ALSA: pcm: Disable only control mmap for explicit appl_ptr syncTakashi Iwai
2017-06-27ALSA: pcm: Add an ioctl to specify the supported protocol versionTakashi Iwai
2017-06-23ALSA: pcm: Add the explicit appl_ptr sync supportTakashi Iwai
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar
2017-06-16ALSA: pcm: Follow standard EXPORT_SYMBOL() declarationsTakashi Iwai
2017-06-14ALSA: pcm: remove SNDRV_PCM_IOCTL1_INFO internal commandTakashi Sakamoto
2017-06-14ALSA: pcm: Use common PCM_RUNTIME_CHECK() for sanity checksTakashi Iwai
2017-06-14ALSA: pcm: Preprocess PAUSED or SUSPENDED stream before PREPARETakashi Iwai
2017-06-14ALSA: pcm: Allow dropping stream directly after resumeTakashi Iwai
2017-06-14ALSA: pcm: Apply power lock globally to common ioctlsTakashi Iwai
2017-06-14ALSA: pcm: Clean up SNDRV_PCM_IOCTL_PAUSE codeTakashi Iwai
2017-06-12ALSA: pcm: unify codes to operate application-side position on PCM bufferTakashi Sakamoto
2017-06-11ALSA: pcm: probe events when parameters are changed actuallyTakashi Sakamoto
2017-06-11ALSA: pcm: return error immediately for parameters handlingTakashi Sakamoto
2017-06-09ALSA: pcm: add tracepoints for final selection process of hardware parametersTakashi Sakamoto
2017-06-09ALSA: pcm: localize snd_pcm_hw_params_choose()Takashi Sakamoto