aboutsummaryrefslogtreecommitdiffstats
path: root/sound/core/pcm_lib.c
AgeCommit message (Expand)Author
2022-05-12ALSA: pcm: Fix potential AB/BA lock with buffer_mutex and mmap_lockTakashi Iwai
2022-05-12ALSA: pcm: Fix races among concurrent read/write and buffer changesTakashi Iwai
2021-09-12ALSA: pcm: fix divide error in snd_pcm_lib_ioctlZubin Mithra
2020-05-27ALSA: pcm: fix incorrect hw_base increaseBrent Lu
2019-11-13ALSA: pcm: Fix stream lock usage in snd_pcm_period_elapsed()paulhsia
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner
2019-02-13ALSA: pcm: Comment why read blocks when PCM is not runningRicardo Biehl Pasquali
2019-02-13Merge branch 'for-linus' into for-nextTakashi Iwai
2019-02-08ALSA: pcm: Revert capture stream behavior change in blocking modeTakashi Iwai
2019-01-29Merge branch 'for-linus' into for-nextTakashi Iwai
2019-01-25ALSA: pcm: Fix tight loop of OSS capture streamTakashi Iwai
2019-01-25ALSA: pcm: Use the common error path in __snd_pcm_lib_xfer()Takashi Iwai
2018-09-10ALSA: pcm: Update hardware pointer before start captureRicardo Biehl Pasquali
2018-08-27ALSA: pcm: Return 0 when size < start_threshold in captureRicardo Biehl Pasquali
2018-07-11ALSA: pcm: Fix snd_interval_refine first/last with open min/maxTimo Wischer
2018-07-06ALSA: pcm: Allow drivers to set R/W wait time.Liam Girdwood
2018-07-04ALSA: pcm: trace XRUN event at injection, tooTakashi Iwai
2018-04-17ALSA: pcm: Clean up with snd_pcm_avail() and snd_pcm_hw_avail() helpersTakashi Iwai
2018-03-13ALSA: pcm: Use krealloc() for resizing the rules arrayTakashi Iwai
2018-01-15Merge branch 'for-linus' into for-nextTakashi Iwai
2018-01-11ALSA: pcm: Remove yet superfluous WARN_ON()Takashi Iwai
2018-01-09Merge branch 'for-linus' into for-nextTakashi Iwai
2018-01-02ALSA: pcm: Set config update bits only when really changedTakashi Iwai
2018-01-02ALSA: pcm: Remove incorrect snd_BUG_ON() usagesTakashi Iwai
2017-11-21ALSA: pcm: update tstamp only if audio_tstamp changedHenrik Eriksson
2017-07-06Merge tag 'sound-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2017-06-24Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar
2017-06-20ALSA: pcm: Fix possible inconsistent appl_ptr update via mmapTakashi Iwai
2017-06-20Merge branch 'for-linus' into for-nextTakashi Iwai
2017-06-16ALSA: pcm: Follow standard EXPORT_SYMBOL() declarationsTakashi Iwai
2017-06-14ALSA: pcm: Don't treat NULL chmap as a fatal errorTakashi Iwai
2017-06-14ALSA: pcm: remove SNDRV_PCM_IOCTL1_INFO internal commandTakashi Sakamoto
2017-06-14ALSA: pcm: Skip ack callback without actual appl_ptr updateTakashi Iwai
2017-06-12ALSA: pcm: add 'applptr' event of tracepointTakashi Sakamoto
2017-06-12ALSA: pcm: unify codes to operate application-side position on PCM bufferTakashi Sakamoto
2017-06-09ALSA: pcm: localize snd_pcm_hw_params_choose()Takashi Sakamoto
2017-06-02ALSA: pcm: Direct in-kernel read/write supportTakashi Iwai
2017-06-02ALSA: pcm: Simplify snd_pcm_playback_silence()Takashi Iwai
2017-06-02ALSA: pcm: Unify read/write loopTakashi Iwai
2017-06-02ALSA: pcm: More unification of PCM transfer codesTakashi Iwai
2017-06-02ALSA: pcm: Call directly the common read/write helpersTakashi Iwai
2017-06-02ALSA: pcm: Shuffle codesTakashi Iwai
2017-06-02ALSA: pcm: Check PCM state by a common helper functionTakashi Iwai
2017-06-02ALSA: pcm: Drop the old copy and silence opsTakashi Iwai
2017-06-02ALSA: pcm: Introduce copy_user, copy_kernel and fill_silence opsTakashi Iwai
2017-05-26ALSA: pcm: add local header file for snd-pcm moduleTakashi Sakamoto
2017-05-17ALSA: pcm: constify function local and read-only tableTakashi Sakamoto
2017-05-17ALSA: pcm: use helper function to refer parameter as read-onlyTakashi Sakamoto
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar