aboutsummaryrefslogtreecommitdiffstats
path: root/sound/core/pcm_lib.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-27ALSA: pcm: Avoid reference to status->stateTakashi Iwai1-8/+8
2022-07-29ALSA: pcm: Use deferred fasync helperTakashi Iwai1-1/+1
2022-03-30ALSA: pcm: Fix potential AB/BA lock with buffer_mutex and mmap_lockTakashi Iwai1-4/+5
2022-03-22ALSA: pcm: Fix races among concurrent read/write and buffer changesTakashi Iwai1-0/+4
2021-11-24ALSA: pcm: introduce INFO_NO_REWINDS flagPierre-Louis Bossart1-0/+14
2021-11-24ALSA: pcm: unconditionally check if appl_ptr is in 0..boundary rangePierre-Louis Bossart1-0/+3
2021-10-18ALSA: memalloc: Support for non-contiguous page allocationTakashi Iwai1-0/+5
2021-08-27ALSA: pcm: fix divide error in snd_pcm_lib_ioctlZubin Mithra1-1/+1
2021-06-10ALSA: pcm: add snd_pcm_period_elapsed() variant without acquiring lock of PCM substreamTakashi Sakamoto1-15/+49
2020-12-15ALSA: pcm: use krealloc_array()Bartosz Golaszewski1-2/+2
2020-10-26ALSA: fix kernel-doc markupsMauro Carvalho Chehab1-1/+1
2020-05-18ALSA: pcm: fix incorrect hw_base increaseBrent Lu1-0/+1
2020-01-05ALSA: pcm: More constificationsTakashi Iwai1-1/+1
2020-01-04ALSA: control: Add verification for kctl accessesTakashi Iwai1-1/+1
2019-12-17Merge tag 'y2038-alsa-v8-signed' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playground into for-nextTakashi Iwai1-14/+24
2019-12-14ALSA: control: remove useless assignment in .info callback of PCM chmap elementTakashi Sakamoto1-1/+0
2019-12-13ALSA: add new 32-bit layout for snd_pcm_mmap_status/controlArnd Bergmann1-4/+6
2019-12-11ALSA: Replace timespec with timespec64Baolin Wang1-14/+22
2019-11-13ALSA: pcm: Fix stream lock usage in snd_pcm_period_elapsed()paulhsia1-2/+6
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-16/+1
2019-02-13ALSA: pcm: Comment why read blocks when PCM is not runningRicardo Biehl Pasquali1-0/+4
2019-02-13Merge branch 'for-linus' into for-nextTakashi Iwai1-16/+4
2019-02-08ALSA: pcm: Revert capture stream behavior change in blocking modeTakashi Iwai1-16/+4
2019-01-29Merge branch 'for-linus' into for-nextTakashi Iwai1-1/+8
2019-01-25ALSA: pcm: Fix tight loop of OSS capture streamTakashi Iwai1-1/+8
2019-01-25ALSA: pcm: Use the common error path in __snd_pcm_lib_xfer()Takashi Iwai1-3/+2
2018-09-10ALSA: pcm: Update hardware pointer before start captureRicardo Biehl Pasquali1-3/+5
2018-08-27ALSA: pcm: Return 0 when size < start_threshold in captureRicardo Biehl Pasquali1-4/+9
2018-07-11ALSA: pcm: Fix snd_interval_refine first/last with open min/maxTimo Wischer1-4/+10
2018-07-06ALSA: pcm: Allow drivers to set R/W wait time.Liam Girdwood1-5/+12
2018-07-04ALSA: pcm: trace XRUN event at injection, tooTakashi Iwai1-3/+4
2018-04-17ALSA: pcm: Clean up with snd_pcm_avail() and snd_pcm_hw_avail() helpersTakashi Iwai1-12/+3
2018-03-13ALSA: pcm: Use krealloc() for resizing the rules arrayTakashi Iwai1-6/+2
2018-01-15Merge branch 'for-linus' into for-nextTakashi Iwai1-1/+0
2018-01-11ALSA: pcm: Remove yet superfluous WARN_ON()Takashi Iwai1-1/+0
2018-01-09Merge branch 'for-linus' into for-nextTakashi Iwai1-2/+2
2018-01-02ALSA: pcm: Set config update bits only when really changedTakashi Iwai1-2/+2
2018-01-02ALSA: pcm: Remove incorrect snd_BUG_ON() usagesTakashi Iwai1-2/+2
2017-11-21ALSA: pcm: update tstamp only if audio_tstamp changedHenrik Eriksson1-2/+4
2017-07-06Merge tag 'sound-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds1-415/+253
2017-06-24Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar1-2/+2
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar1-1/+1
2017-06-20ALSA: pcm: Fix possible inconsistent appl_ptr update via mmapTakashi Iwai1-6/+7
2017-06-20Merge branch 'for-linus' into for-nextTakashi Iwai1-2/+2
2017-06-16ALSA: pcm: Follow standard EXPORT_SYMBOL() declarationsTakashi Iwai1-21/+0
2017-06-14ALSA: pcm: Don't treat NULL chmap as a fatal errorTakashi Iwai1-2/+2
2017-06-14ALSA: pcm: remove SNDRV_PCM_IOCTL1_INFO internal commandTakashi Sakamoto1-2/+0
2017-06-14ALSA: pcm: Skip ack callback without actual appl_ptr updateTakashi Iwai1-0/+3
2017-06-12ALSA: pcm: add 'applptr' event of tracepointTakashi Sakamoto1-0/+4
2017-06-12ALSA: pcm: unify codes to operate application-side position on PCM bufferTakashi Sakamoto1-3/+24