summaryrefslogtreecommitdiff
path: root/include/pcm.h
AgeCommit message (Expand)AuthorFilesLines
2014-11-21pcm: Fix DSD sample format endianess and add big-endian formatJussi Laako1-1/+5
2014-09-10pcm: add new 32-bit DSD sample formatJurgen Kramer1-1/+3
2014-07-14pcm: Add sw_params API functions to get/set timestamp typeTakashi Iwai1-0/+9
2013-04-25Use __inline__ for exported headersTakashi Iwai1-1/+1
2013-04-18bring pcm.h and pcm.c in sync with the kernel listDaniel Mack1-1/+13
2013-04-08all places: doxygen cleanupsJaroslav Kysela1-41/+41
2013-04-08control, pcm: implement snd_ctl_abort() and snd_pcm_abort() functionsJaroslav Kysela1-0/+3
2012-11-26PCM: Add more chmap definitions for UAC2Takashi Iwai1-2/+11
2012-10-25pcm: support for audio timestampsPierre-Louis Bossart1-0/+2
2012-09-13PCM: A few doxygen fixes for chmap stuffTakashi Iwai1-7/+11
2012-09-13PCM: Define MONO and other channel map positionsTakashi Iwai1-2/+9
2012-09-13PCM: Add snd_pcm_chmap_long_name()Takashi Iwai1-0/+1
2012-09-13PCM: Add SND_CHMAP_API_VERSION definitionTakashi Iwai1-0/+3
2012-09-13PCM: Add string conversion helper functions for chmapTakashi Iwai1-0/+6
2012-09-13PCM: Fix prefix for snd_pcm_chmap_type enum membersTakashi Iwai1-4/+5
2012-09-13PCM: Implement snd_pcm_query_chmaps_from_hw()Takashi Iwai1-0/+3
2012-09-13PCM: Introduce snd_pcm_chmap_t and snd_pcm_chmap_query_tTakashi Iwai1-4/+17
2012-09-13Add SND_CHMAP_NA and bit flag definitionsTakashi Iwai1-1/+6
2012-09-13Follow channel position definitions to mixer channel in mixer.hTakashi Iwai1-7/+7
2012-09-11Define channel map position enum in pcm.hTakashi Iwai1-1/+27
2012-09-11Implement the channel mapping APITakashi Iwai1-0/+12
2012-01-19Improve hw_params documentationAndrew Eikum1-1/+16
2011-07-27Add snd_{ctl|pcm}_open_fallback() functionsTakashi Iwai1-0/+3
2010-11-15support for period wakeup disablingClemens Ladisch1-0/+3
2009-08-10snd_pcm_scope_set_ops: make ops parameter constClemens Ladisch1-1/+2
2009-08-04remove unimplemented functions from headersClemens Ladisch1-2/+0
2008-10-23Add snd_pcm_avail() and snd_pcm_avail_delay() prototypesJaroslav Kysela1-0/+4
2008-05-09Implemented snd_pcm_sw_params_(set|get)_period_event for interrupt wakeup lik...Jaroslav Kysela1-0/+2
2008-04-21implemented snd_pcm_rewindable() and snd_pcm_forwardable(), removed can_rewin...Jaroslav Kysela1-0/+2
2008-04-11added snd_pcm_hw_params_is_monotonic/can_forward/can_rewind functionsJaroslav Kysela1-0/+3
2008-02-11Fix conflict of obsoleted snd_pcm_hw_* definitionsTakashi Iwai1-1/+3
2008-01-14Add SND_PCM_TSTAMP_MMAP backTakashi Iwai1-0/+4
2008-01-11Added possibility to disable also channel and format conversions + softvol.Jaroslav Kysela1-2/+10
2008-01-11SND_PCM_TSTAMP_MMAP -> SND_PCM_TSTAMP_ENABLE changeJaroslav Kysela1-3/+3
2008-01-09Impemented snd_pcm_htimestamp() function.Jaroslav Kysela1-0/+1
2008-01-09Fix function declarations with old PCM APITakashi Iwai1-0/+2
2008-01-08Remove sleep_min and tickTakashi Iwai1-14/+13
2008-01-08Remove PCM xfer_alignTakashi Iwai1-2/+2
2007-12-21Add deprecated attribute to obsolete functionsTakashi Iwai1-6/+6
2007-10-25Remove assert from header filesTakashi Iwai1-7/+7
2007-10-15Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.czJaroslav Kysela1-1/+1
2007-07-11Split mmap-emulation code from hw layerTakashi Iwai1-1/+3
2006-10-23pcm: fix ipc offset calculation for direct pluginsJaroslav Kysela1-4/+4
2006-01-06implementation of pcm simple helper functionJaroslav Kysela1-0/+17
2005-09-21fixed typo in commentJaroslav Kysela1-1/+1
2005-05-19Add snd_pcm_hw_params_get/set_export_buffer()Takashi Iwai1-0/+2
2005-04-14Move old PCM API to pcm_old.hTakashi Iwai1-231/+11
2005-04-12Added snd_pcm_hw_params_set_rate_resample functionJaroslav Kysela1-0/+4
2005-02-14Add filter-type external plugin SDKTakashi Iwai1-1/+3
2005-02-08Add external PCM plugin SDK (draft version)Takashi Iwai1-1/+3