aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/sound/pcm.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-02-05ALSA: pcm: Add snd_pcm_rate_range_to_bits()Mengdong Lin1-0/+2
2015-10-28ALSA: Constify ratden/ratnum constraintsLars-Peter Clausen1-5/+5
2015-10-23Merge branch 'topic/hw-constraint-single' into for-nextTakashi Iwai1-0/+16
2015-10-22ALSA: Remove transfer_ack_{begin,end} callbacks from struct snd_pcm_runtimeLars-Peter Clausen1-4/+0
2015-10-21ALSA: Add helper function to add single value constraintLars-Peter Clausen1-0/+16
2015-10-16ALSA: timer: add config item to export PCM timer disabling for expertJie Yang1-1/+7
2015-09-13ALSA: pcm: remove structure member of 'struct snd_pcm_hwptr_log *' type because this structure had been removedTakashi Sakamoto1-6/+0
2015-04-27ALSA: Close holes in struct snd_pcm_constraint_listLars-Peter Clausen1-1/+1
2015-04-27ALSA: Close holes in struct snd_pcm_hw_ruleLars-Peter Clausen1-1/+2
2015-02-20ALSA: core: remove .wall_clockPierre-Louis Bossart1-2/+0
2015-02-20ALSA: core: add .get_time_infoPierre-Louis Bossart1-0/+4
2015-02-20ALSA: core: selection of audio_tstamp type and accuracy reportsPierre-Louis Bossart1-0/+60
2015-02-09ALSA: pcm: allow for trigger_tstamp snapshot in .triggerPierre-Louis Bossart1-0/+1
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/+12
2015-02-04Merge remote-tracking branch 'asoc/topic/pcm512x' into asoc-nextMark Brown1-0/+12
2015-02-03Merge branch 'topic/snd-device' into for-nextTakashi Iwai1-1/+1
2015-02-02ALSA: pcm: Embed struct deviceTakashi Iwai1-1/+1
2015-01-28ALSA: pcm: Add snd_interval_ranges() and snd_pcm_hw_constraint_ranges()Peter Rosin1-0/+12
2015-01-03ALSA: pcm: Remove unused functions declarationLars-Peter Clausen1-7/+0
2014-12-31ALSA: pcm: add SNDRV_PCM_TRIGGER_DRAIN triggerLibin Yang1-0/+1
2014-12-30ALSA: pcm: Remove unused SNDRV_PCM_IOCTL1_{FALSE,TRUE} definesLars-Peter Clausen1-3/+0
2014-12-30ALSA: pcm: Fix kerneldoc for params_*() functionsLars-Peter Clausen1-5/+5
2014-11-28Merge branch 'for-linus' into for-nextTakashi Iwai1-0/+2
2014-11-21ALSA: pcm: Add big-endian DSD sample formats and fix XMOS DSD sample formatJussi Laako1-0/+2
2014-11-09ALSA: pcm: Add snd_pcm_stop_xrun() helperTakashi Iwai1-0/+1
2014-11-04ALSA: pcm: Add xrun_injection proc entryTakashi Iwai1-0/+3
2014-10-30ALSA: pcm: Convert params_*() with static inline functionsTakashi Iwai1-12/+53
2014-10-30ALSA: pcm: More kerneldoc updatesTakashi Iwai1-7/+153
2014-10-30ALSA: pcm: Use static inline for snd_pcm_lib_alloc_vmalloc_buffer()Takashi Iwai1-12/+13
2014-09-08ALSA: pcm: add new DSD sampleformat for native DSD playback on XMOS based devicesJurgen Kramer1-0/+1
2014-09-03ALSA: pcm: Uninline snd_pcm_stream_lock() and _unlock()Takashi Iwai1-69/+12
2014-09-03ALSA: pcm: Allow nonatomic trigger operationsTakashi Iwai1-12/+46
2014-07-10ALSA: Provide a CLOCK_MONOTONIC_RAW timestamp typeMark Brown1-2/+9
2014-06-12ALSA: core: Use ktime_get_ts()Thomas Gleixner1-1/+1
2014-02-14ALSA: pcm: Use standard printk helpersTakashi Iwai1-0/+8
2014-01-16Merge remote-tracking branch 'asoc/topic/pcm' into for-tiwaiMark Brown1-0/+2
2014-01-14ALSA: Add helper function for intersecting two rate masksLars-Peter Clausen1-0/+2
2014-01-09ALSA: Remove memory reservation code from memalloc helperTakashi Iwai1-1/+0
2013-05-24ALSA: Constify the snd_pcm_substream struct ops fieldLars-Peter Clausen1-2/+3
2013-05-03Merge tag 'sound-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds1-9/+22
2013-04-29ALSA: pcm_format_to_bits strong-typed conversionEldad Zack1-0/+6
2013-04-24treewide: Fix typo in printk and commentsMasanari Iida1-1/+1
2013-04-18ALSA: add DSD formatsDaniel Mack1-0/+2
2013-03-12ALSA: add/change some comments describing function return valuesYacine Belkadi1-9/+14
2012-10-23ALSA: core: add hooks for audio timestampsPierre-Louis Bossart1-0/+2
2012-10-23ALSA: core: keep track of boundary wrap-aroundPierre-Louis Bossart1-0/+1
2012-10-09Merge tag 'sound-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds1-25/+62
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in kernel system headersDavid Howells1-1/+1
2012-09-23ALSA: Make snd_sgbuf_get_{ptr|addr}() available for non-SG casesTakashi Iwai1-25/+14
2012-09-06ALSA: PCM: channel mapping API implementationTakashi Iwai1-0/+48