summaryrefslogtreecommitdiffstats
path: root/sound/core/pcm_native.c
Commit message (Expand)AuthorAgeFilesLines
* ALSA: PCM: check if ops are defined before suspending PCMRanjani Sridharan2019-04-051-0/+8
* ALSA: pcm: Don't suspend stream in unrecoverable PCM stateTakashi Iwai2019-04-031-1/+8
* ALSA: pcm: Fix starvation on down_write_nonblock()Chanho Min2018-11-291-5/+6
* ALSA: pcm: Call snd_pcm_unlink() conditionally at closingTakashi Iwai2018-11-291-1/+2
* ALSA: pcm: Use snd_pcm_stop_xrun() for xrun injectionTakashi Iwai2018-07-041-1/+1
* ALSA: pcm: trace XRUN event at injection, tooTakashi Iwai2018-07-041-4/+4
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-2/+2
* ALSA: pcm: Hide local_irq_disable/enable() and local_irqsave/restore()Anna-Maria Gleixner2018-05-041-28/+57
* Merge branch 'for-linus' into for-nextTakashi Iwai2018-04-251-15/+15
|\
| * ALSA: pcm: Change return type to vm_fault_tSouptick Joarder2018-04-251-3/+3
| * ALSA: core: Report audio_tstamp in snd_pcm_sync_ptrDavid Henningsson2018-04-231-0/+1
| * ALSA: pcm: Return negative delays from SNDRV_PCM_IOCTL_DELAY.Jeffery Miller2018-04-231-12/+11
* | ALSA: pcm: Unify delay calculation in snd_pcm_status() and snd_pcm_delay()Takashi Iwai2018-04-171-21/+16
* | ALSA: pcm: Unify playback and capture poll callbacksTakashi Iwai2018-04-171-55/+19
* | ALSA: pcm: Clean up with snd_pcm_avail() and snd_pcm_hw_avail() helpersTakashi Iwai2018-04-171-55/+10
|/
* ALSA: pcm: Remove WARN_ON() at snd_pcm_hw_params() errorTakashi Iwai2018-04-091-1/+1
* Merge branch 'for-next' into for-linusTakashi Iwai2018-04-021-7/+12
|\
| * ALSA: pcm: Remove VLA usageTakashi Iwai2018-03-131-7/+12
* | ALSA: pcm: Use dma_bytes as size parameter in dma_mmap_coherent()Stefan Roese2018-03-261-1/+1
|/
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-7/+7
* Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-301-4/+4
|\
| * sound: annotate ->poll() instancesAl Viro2017-11-271-4/+4
* | ALSA: pcm: Fix trailing semicolonLuis de Bethencourt2018-01-161-1/+1
* | ALSA: pcm: Workaround for weird PulseAudio behavior on rewind errorTakashi Iwai2018-01-051-2/+7
|/
* ALSA: pcm: remove redundant variable runtimeColin Ian King2017-10-161-2/+0
* ALSA: pcm: Unify ioctl functions for playback and capture streamsTakashi Iwai2017-08-301-179/+104
* ALSA: Get rid of card power_lockTakashi Iwai2017-08-301-23/+7
* ALSA: pcm: Fix power lock unbalance via OSS emulationTakashi Iwai2017-08-301-1/+5
* Merge tag 'sound-fix-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-07-141-5/+3
|\
| * ALSA: pcm: Simplify check for dma_mmap_coherent() availabilityTakashi Iwai2017-07-101-4/+2
| * ALSA: pcm: Protect call to dma_mmap_coherent() by check for HAS_DMAGeert Uytterhoeven2017-07-101-1/+1
* | Merge tag 'sound-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2017-07-061-454/+559
|\ \ | |/
| * ALSA: pcm: Disable only control mmap for explicit appl_ptr syncTakashi Iwai2017-06-271-5/+17
| * ALSA: pcm: Add an ioctl to specify the supported protocol versionTakashi Iwai2017-06-271-0/+7
| * ALSA: pcm: Add the explicit appl_ptr sync supportTakashi Iwai2017-06-231-2/+21
| * ALSA: pcm: Follow standard EXPORT_SYMBOL() declarationsTakashi Iwai2017-06-161-7/+0
| * ALSA: pcm: remove SNDRV_PCM_IOCTL1_INFO internal commandTakashi Sakamoto2017-06-141-5/+1
| * ALSA: pcm: Use common PCM_RUNTIME_CHECK() for sanity checksTakashi Iwai2017-06-141-2/+2
| * ALSA: pcm: Preprocess PAUSED or SUSPENDED stream before PREPARETakashi Iwai2017-06-141-0/+11
| * ALSA: pcm: Allow dropping stream directly after resumeTakashi Iwai2017-06-141-2/+1
| * ALSA: pcm: Apply power lock globally to common ioctlsTakashi Iwai2017-06-141-37/+19
| * ALSA: pcm: Clean up SNDRV_PCM_IOCTL_PAUSE codeTakashi Iwai2017-06-141-7/+3
| * ALSA: pcm: unify codes to operate application-side position on PCM bufferTakashi Sakamoto2017-06-121-24/+4
| * ALSA: pcm: probe events when parameters are changed actuallyTakashi Sakamoto2017-06-111-27/+29
| * ALSA: pcm: return error immediately for parameters handlingTakashi Sakamoto2017-06-111-28/+38
| * ALSA: pcm: add tracepoints for final selection process of hardware parametersTakashi Sakamoto2017-06-091-0/+22
| * ALSA: pcm: localize snd_pcm_hw_params_choose()Takashi Sakamoto2017-06-091-0/+40
| * ALSA: pcm: move fixup of info flag after selecting single parametersTakashi Sakamoto2017-06-091-10/+10
| * ALSA: pcm: calculate non-mask/non-interval parameters always when possibleTakashi Sakamoto2017-06-091-26/+44
| * ALSA: pcm: use helper functions to refer parameters as constantsTakashi Sakamoto2017-06-091-6/+6
OpenPOWER on IntegriCloud