summaryrefslogtreecommitdiffstats
path: root/sound/core/pcm_lib.c
Commit message (Expand)AuthorAgeFilesLines
* ALSA: pcm: Update hardware pointer before start captureRicardo Biehl Pasquali2018-09-101-3/+5
* ALSA: pcm: Return 0 when size < start_threshold in captureRicardo Biehl Pasquali2018-08-271-4/+9
* ALSA: pcm: Fix snd_interval_refine first/last with open min/maxTimo Wischer2018-07-111-4/+10
* ALSA: pcm: Allow drivers to set R/W wait time.Liam Girdwood2018-07-061-5/+12
* ALSA: pcm: trace XRUN event at injection, tooTakashi Iwai2018-07-041-3/+4
* ALSA: pcm: Clean up with snd_pcm_avail() and snd_pcm_hw_avail() helpersTakashi Iwai2018-04-171-12/+3
* ALSA: pcm: Use krealloc() for resizing the rules arrayTakashi Iwai2018-03-131-6/+2
* Merge branch 'for-linus' into for-nextTakashi Iwai2018-01-151-1/+0
|\
| * ALSA: pcm: Remove yet superfluous WARN_ON()Takashi Iwai2018-01-111-1/+0
* | Merge branch 'for-linus' into for-nextTakashi Iwai2018-01-091-2/+2
|\ \ | |/
| * ALSA: pcm: Remove incorrect snd_BUG_ON() usagesTakashi Iwai2018-01-021-2/+2
* | ALSA: pcm: Set config update bits only when really changedTakashi Iwai2018-01-021-2/+2
|/
* ALSA: pcm: update tstamp only if audio_tstamp changedHenrik Eriksson2017-11-211-2/+4
* Merge tag 'sound-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2017-07-061-415/+253
|\
| * ALSA: pcm: Fix possible inconsistent appl_ptr update via mmapTakashi Iwai2017-06-201-6/+7
| * Merge branch 'for-linus' into for-nextTakashi Iwai2017-06-201-2/+2
| |\
| * | ALSA: pcm: Follow standard EXPORT_SYMBOL() declarationsTakashi Iwai2017-06-161-21/+0
| * | ALSA: pcm: remove SNDRV_PCM_IOCTL1_INFO internal commandTakashi Sakamoto2017-06-141-2/+0
| * | ALSA: pcm: Skip ack callback without actual appl_ptr updateTakashi Iwai2017-06-141-0/+3
| * | ALSA: pcm: add 'applptr' event of tracepointTakashi Sakamoto2017-06-121-0/+4
| * | ALSA: pcm: unify codes to operate application-side position on PCM bufferTakashi Sakamoto2017-06-121-3/+24
| * | ALSA: pcm: localize snd_pcm_hw_params_choose()Takashi Sakamoto2017-06-091-40/+0
| * | ALSA: pcm: Direct in-kernel read/write supportTakashi Iwai2017-06-021-1/+25
| * | ALSA: pcm: Simplify snd_pcm_playback_silence()Takashi Iwai2017-06-021-30/+20
| * | ALSA: pcm: Unify read/write loopTakashi Iwai2017-06-021-138/+46
| * | ALSA: pcm: More unification of PCM transfer codesTakashi Iwai2017-06-021-131/+123
| * | ALSA: pcm: Call directly the common read/write helpersTakashi Iwai2017-06-021-101/+55
| * | ALSA: pcm: Shuffle codesTakashi Iwai2017-06-021-106/+106
| * | ALSA: pcm: Check PCM state by a common helper functionTakashi Iwai2017-06-021-52/+29
| * | ALSA: pcm: Drop the old copy and silence opsTakashi Iwai2017-06-021-37/+1
| * | ALSA: pcm: Introduce copy_user, copy_kernel and fill_silence opsTakashi Iwai2017-06-021-15/+74
| * | ALSA: pcm: add local header file for snd-pcm moduleTakashi Sakamoto2017-05-261-0/+2
| * | ALSA: pcm: constify function local and read-only tableTakashi Sakamoto2017-05-171-2/+3
| * | ALSA: pcm: use helper function to refer parameter as read-onlyTakashi Sakamoto2017-05-171-1/+2
* | | Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar2017-06-241-2/+2
|\ \ \ | | |/ | |/|
| * | ALSA: pcm: Don't treat NULL chmap as a fatal errorTakashi Iwai2017-06-141-2/+2
| |/
* | sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar2017-06-201-1/+1
|/
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-0/+1
* ALSA: pcm: Bail out when chmap is already presentTakashi Iwai2016-05-101-0/+2
* ALSA: pcm : Call kill_fasync() in stream lockTakashi Iwai2016-04-141-1/+1
* ALSA: pcm: Avoid "BUG:" string for warnings againTakashi Iwai2016-03-101-1/+1
* ALSA: Constify ratden/ratnum constraintsLars-Peter Clausen2015-10-281-8/+9
* ALSA: Remove transfer_ack_{begin,end} callbacks from struct snd_pcm_runtimeLars-Peter Clausen2015-10-221-5/+0
* ALSA: timer: add config item to export PCM timer disabling for expertJie Yang2015-10-161-0/+2
* ALSA: pcm: Modify double acknowledged interrupts check conditionKoro Chen2015-05-191-1/+1
* ALSA: core: add .get_time_infoPierre-Louis Bossart2015-02-201-29/+59
* Merge tag 'asoc-v3.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Takashi Iwai2015-02-051-0/+85
|\
| * ALSA: pcm: Add snd_interval_ranges() and snd_pcm_hw_constraint_ranges()Peter Rosin2015-01-281-0/+85
* | ALSA: Add support for wildcard msbits constraintsLars-Peter Clausen2014-12-301-1/+12
* | ALSA: Fix handling of multiple msbits constraints on the same runtimeLars-Peter Clausen2014-12-301-1/+1
|/
OpenPOWER on IntegriCloud