summaryrefslogtreecommitdiffstats
path: root/sound/core/pcm_native.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * ALSA: pcm: Remove down_write() hack for snd_pcm_link_rwsemTakashi Iwai2019-01-231-14/+2
| * ALSA: pcm: More fine-grained PCM link lockingTakashi Iwai2019-01-231-44/+122
| * ALSA: pcm: Avoid confusing loop in snd_pcm_unlink()Takashi Iwai2019-01-211-5/+3
| * ALSA: pcm: Make PCM linked list consistent while re-groupingTakashi Iwai2019-01-211-14/+20
| * ALSA: pcm: Unify snd_pcm_group initializationTakashi Iwai2019-01-211-4/+9
| * ALSA: pcm: Call snd_card_unref() inside in_pcm_file()Takashi Iwai2019-01-211-3/+8
* | ALSA: pcm: Drop unused snd_pcm_substream.file fieldTakashi Iwai2019-01-241-3/+1
* | ALSA: pcm: Make snd_pcm_suspend() local staticTakashi Iwai2019-01-151-8/+3
|/
* 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
|/