aboutsummaryrefslogtreecommitdiffstats
path: root/sound/core/pcm_lib.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2017-06-09ALSA: pcm: localize snd_pcm_hw_params_choose()Takashi Sakamoto1-40/+0
2017-06-02ALSA: pcm: Direct in-kernel read/write supportTakashi Iwai1-1/+25
2017-06-02ALSA: pcm: Simplify snd_pcm_playback_silence()Takashi Iwai1-30/+20
2017-06-02ALSA: pcm: Unify read/write loopTakashi Iwai1-138/+46
2017-06-02ALSA: pcm: More unification of PCM transfer codesTakashi Iwai1-131/+123
2017-06-02ALSA: pcm: Call directly the common read/write helpersTakashi Iwai1-101/+55
2017-06-02ALSA: pcm: Shuffle codesTakashi Iwai1-106/+106
2017-06-02ALSA: pcm: Check PCM state by a common helper functionTakashi Iwai1-52/+29
2017-06-02ALSA: pcm: Drop the old copy and silence opsTakashi Iwai1-37/+1
2017-06-02ALSA: pcm: Introduce copy_user, copy_kernel and fill_silence opsTakashi Iwai1-15/+74
2017-05-26ALSA: pcm: add local header file for snd-pcm moduleTakashi Sakamoto1-0/+2
2017-05-17ALSA: pcm: constify function local and read-only tableTakashi Sakamoto1-2/+3
2017-05-17ALSA: pcm: use helper function to refer parameter as read-onlyTakashi Sakamoto1-1/+2
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>Ingo Molnar1-0/+1
2016-05-10ALSA: pcm: Bail out when chmap is already presentTakashi Iwai1-0/+2
2016-04-14ALSA: pcm : Call kill_fasync() in stream lockTakashi Iwai1-1/+1
2016-03-10ALSA: pcm: Avoid "BUG:" string for warnings againTakashi Iwai1-1/+1
2015-10-28ALSA: Constify ratden/ratnum constraintsLars-Peter Clausen1-8/+9