summaryrefslogtreecommitdiff
path: root/sound/core/pcm_lib.c
AgeCommit message (Expand)Author
2017-11-21ALSA: pcm: update tstamp only if audio_tstamp changedHenrik Eriksson
2017-07-06Merge tag 'sound-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2017-06-24Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar
2017-06-20ALSA: pcm: Fix possible inconsistent appl_ptr update via mmapTakashi Iwai
2017-06-20Merge branch 'for-linus' into for-nextTakashi Iwai
2017-06-16ALSA: pcm: Follow standard EXPORT_SYMBOL() declarationsTakashi Iwai
2017-06-14ALSA: pcm: Don't treat NULL chmap as a fatal errorTakashi Iwai
2017-06-14ALSA: pcm: remove SNDRV_PCM_IOCTL1_INFO internal commandTakashi Sakamoto
2017-06-14ALSA: pcm: Skip ack callback without actual appl_ptr updateTakashi Iwai
2017-06-12ALSA: pcm: add 'applptr' event of tracepointTakashi Sakamoto
2017-06-12ALSA: pcm: unify codes to operate application-side position on PCM bufferTakashi Sakamoto
2017-06-09ALSA: pcm: localize snd_pcm_hw_params_choose()Takashi Sakamoto
2017-06-02ALSA: pcm: Direct in-kernel read/write supportTakashi Iwai
2017-06-02ALSA: pcm: Simplify snd_pcm_playback_silence()Takashi Iwai
2017-06-02ALSA: pcm: Unify read/write loopTakashi Iwai
2017-06-02ALSA: pcm: More unification of PCM transfer codesTakashi Iwai
2017-06-02ALSA: pcm: Call directly the common read/write helpersTakashi Iwai
2017-06-02ALSA: pcm: Shuffle codesTakashi Iwai
2017-06-02ALSA: pcm: Check PCM state by a common helper functionTakashi Iwai
2017-06-02ALSA: pcm: Drop the old copy and silence opsTakashi Iwai
2017-06-02ALSA: pcm: Introduce copy_user, copy_kernel and fill_silence opsTakashi Iwai
2017-05-26ALSA: pcm: add local header file for snd-pcm moduleTakashi Sakamoto
2017-05-17ALSA: pcm: constify function local and read-only tableTakashi Sakamoto
2017-05-17ALSA: pcm: use helper function to refer parameter as read-onlyTakashi Sakamoto
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar
2016-05-10ALSA: pcm: Bail out when chmap is already presentTakashi Iwai
2016-04-14ALSA: pcm : Call kill_fasync() in stream lockTakashi Iwai
2016-03-10ALSA: pcm: Avoid "BUG:" string for warnings againTakashi Iwai
2015-10-28ALSA: Constify ratden/ratnum constraintsLars-Peter Clausen
2015-10-22ALSA: Remove transfer_ack_{begin,end} callbacks from struct snd_pcm_runtimeLars-Peter Clausen
2015-10-16ALSA: timer: add config item to export PCM timer disabling for expertJie Yang
2015-05-19ALSA: pcm: Modify double acknowledged interrupts check conditionKoro Chen
2015-02-20ALSA: core: add .get_time_infoPierre-Louis Bossart
2015-02-05Merge tag 'asoc-v3.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Takashi Iwai
2015-01-28ALSA: pcm: Add snd_interval_ranges() and snd_pcm_hw_constraint_ranges()Peter Rosin
2014-12-30ALSA: Add support for wildcard msbits constraintsLars-Peter Clausen
2014-12-30ALSA: Fix handling of multiple msbits constraints on the same runtimeLars-Peter Clausen
2014-11-04ALSA: pcm: Replace PCM hwptr tracking with tracepointsTakashi Iwai
2014-11-04ALSA: pcm: Correct PCM BUG error messageTakashi Iwai
2014-10-06Merge tag 'asoc-v3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/broon...Takashi Iwai
2014-09-22ALSA: pcm: fix fifo_size frame calculationClemens Ladisch
2014-09-08ALSA: pcm: snd_interval_step: fix changes of open intervalsClemens Ladisch
2014-09-08ALSA: pcm: snd_interval_step: drop the min parameterClemens Ladisch
2014-04-16ALSA: pcm: 'BUG:' message unnecessarily triggers kerneloopsTim Gardner
2014-03-13Merge tag 'asoc-v3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/broon...Takashi Iwai
2014-02-20ALSA: Export snd_pcm_constraint_mask64()Mark Brown
2014-02-14ALSA: pcm: Use standard printk helpersTakashi Iwai
2013-12-17ALSA: Add SNDRV_PCM_STATE_PAUSED case in wait_for_avail functionJongHo Kim
2013-08-19ALSA: pcm: Use snd_printd_ratelimit()Tim Gardner