summaryrefslogtreecommitdiffstats
path: root/sound/core/pcm_lib.c
Commit message (Expand)AuthorAgeFilesLines
* ALSA: pcm: Check PCM state by a common helper functionTakashi Iwai2017-06-021-52/+29Star
* ALSA: pcm: Drop the old copy and silence opsTakashi Iwai2017-06-021-37/+1Star
* 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
* 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/+0Star
* 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
|/
* ALSA: pcm: Replace PCM hwptr tracking with tracepointsTakashi Iwai2014-11-041-122/+24Star
* ALSA: pcm: Correct PCM BUG error messageTakashi Iwai2014-11-041-1/+1
* Merge tag 'asoc-v3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/broon...Takashi Iwai2014-10-061-3/+5
|\
| * ALSA: pcm: fix fifo_size frame calculationClemens Ladisch2014-09-221-3/+5
* | ALSA: pcm: snd_interval_step: fix changes of open intervalsClemens Ladisch2014-09-081-0/+2
* | ALSA: pcm: snd_interval_step: drop the min parameterClemens Ladisch2014-09-081-4/+4
|/
* ALSA: pcm: 'BUG:' message unnecessarily triggers kerneloopsTim Gardner2014-04-161-1/+1
* Merge tag 'asoc-v3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/broon...Takashi Iwai2014-03-131-0/+1
|\
| * ALSA: Export snd_pcm_constraint_mask64()Mark Brown2014-02-201-0/+1
* | ALSA: pcm: Use standard printk helpersTakashi Iwai2014-02-141-14/+13Star
|/
* ALSA: Add SNDRV_PCM_STATE_PAUSED case in wait_for_avail functionJongHo Kim2013-12-171-0/+2
* ALSA: pcm: Use snd_printd_ratelimit()Tim Gardner2013-08-191-2/+2
* ALSA: Constify the snd_pcm_substream struct ops fieldLars-Peter Clausen2013-05-241-1/+2
* ALSA: add/change some comments describing function return valuesYacine Belkadi2013-03-121-11/+43
* ALSA: core: add hooks for audio timestampsPierre-Louis Bossart2012-10-231-2/+30
* ALSA: core: keep track of boundary wrap-aroundPierre-Louis Bossart2012-10-231-5/+20
* ALSA: Fix leftover chmap UNKNOWN -> MONO conversionsTakashi Iwai2012-09-131-2/+2
* ALSA: pcm - Use UNKNOWN chmap for mono streamsTakashi Iwai2012-09-111-2/+2
* ALSA: Remove VOLATILE flag from chmap ctlsTakashi Iwai2012-09-061-1/+0Star
* ALSA: PCM: channel mapping API implementationTakashi Iwai2012-09-061-0/+215
* ALSA: pcm: Make constraints lists constMark Brown2012-07-051-2/+2
* ALSA: core: group read of pointer, tstamp and jiffiesPierre-Louis Bossart2012-05-231-5/+18
* ALSA: pcm - Optimize the call of snd_pcm_update_hw_ptr() in read/write loopTakashi Iwai2012-05-111-8/+10
* ALSA: pcm: Constify the list in snd_pcm_hw_constraint_listMark Brown2012-03-151-1/+2
* sound: Add export.h for THIS_MODULE/EXPORT_SYMBOL where neededPaul Gortmaker2011-11-011-0/+1
* ALSA: pcm: add snd_pcm_hw_rule_noresample()Clemens Ladisch2011-09-201-0/+26
* ALSA: pcm - fix race condition in wait_for_avail()Arjan van de Ven2011-09-151-9/+24
* ALSA: Make snd_pcm_debug_name usable outside pcm_libEliot Blennerhassett2011-07-241-5/+8
* ALSA: PCM - Don't check DMA time-out too shortlyTakashi Iwai2011-05-261-4/+13
* ALSA: sound, core, pcm_lib: fix xrun_logBen Gardiner2011-05-191-1/+1
* ALSA: sound, core, pcm_lib: xrun_log: log also in_interruptBen Gardiner2011-05-181-4/+8