summaryrefslogtreecommitdiffstats
path: root/sound/core/pcm_lib.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* ALSA: pcm: Replace PCM hwptr tracking with tracepointsTakashi Iwai2014-11-041-122/+24
* 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/+13
|/
* 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
OpenPOWER on IntegriCloud