aboutsummaryrefslogtreecommitdiffstats
path: root/sound/core/pcm_lib.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2015-10-22ALSA: Remove transfer_ack_{begin,end} callbacks from struct snd_pcm_runtimeLars-Peter Clausen1-5/+0
2015-10-16ALSA: timer: add config item to export PCM timer disabling for expertJie Yang1-0/+2
2015-05-19ALSA: pcm: Modify double acknowledged interrupts check conditionKoro Chen1-1/+1
2015-02-20ALSA: core: add .get_time_infoPierre-Louis Bossart1-29/+59
2015-02-05Merge tag 'asoc-v3.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-nextTakashi Iwai1-0/+85
2015-01-28ALSA: pcm: Add snd_interval_ranges() and snd_pcm_hw_constraint_ranges()Peter Rosin1-0/+85
2014-12-30ALSA: Add support for wildcard msbits constraintsLars-Peter Clausen1-1/+12
2014-12-30ALSA: Fix handling of multiple msbits constraints on the same runtimeLars-Peter Clausen1-1/+1
2014-11-04ALSA: pcm: Replace PCM hwptr tracking with tracepointsTakashi Iwai1-122/+24
2014-11-04ALSA: pcm: Correct PCM BUG error messageTakashi Iwai1-1/+1
2014-10-06Merge tag 'asoc-v3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-nextTakashi Iwai1-3/+5
2014-09-22ALSA: pcm: fix fifo_size frame calculationClemens Ladisch1-3/+5
2014-09-08ALSA: pcm: snd_interval_step: fix changes of open intervalsClemens Ladisch1-0/+2
2014-09-08ALSA: pcm: snd_interval_step: drop the min parameterClemens Ladisch1-4/+4
2014-04-16ALSA: pcm: 'BUG:' message unnecessarily triggers kerneloopsTim Gardner1-1/+1
2014-03-13Merge tag 'asoc-v3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-nextTakashi Iwai1-0/+1
2014-02-20ALSA: Export snd_pcm_constraint_mask64()Mark Brown1-0/+1
2014-02-14ALSA: pcm: Use standard printk helpersTakashi Iwai1-14/+13
2013-12-17ALSA: Add SNDRV_PCM_STATE_PAUSED case in wait_for_avail functionJongHo Kim1-0/+2
2013-08-19ALSA: pcm: Use snd_printd_ratelimit()Tim Gardner1-2/+2
2013-05-24ALSA: Constify the snd_pcm_substream struct ops fieldLars-Peter Clausen1-1/+2