summaryrefslogtreecommitdiff
path: root/include/pcm.h
Commit message (Expand)AuthorAgeFilesLines
* pcm: Fix doxygen for two enumsDavid Henningsson2015-08-241-8/+8
* pcm: add support for get/set_audio_htstamp_configPierre-Louis Bossart2015-07-021-0/+44
* pcm: add helper functions to query timestamping capabilitiesPierre-Louis Bossart2015-07-021-1/+2
* pcm: Fix DSD sample format endianess and add big-endian formatJussi Laako2014-11-211-1/+5
* pcm: add new 32-bit DSD sample formatJurgen Kramer2014-09-101-1/+3
* pcm: Add sw_params API functions to get/set timestamp typeTakashi Iwai2014-07-141-0/+9
* Use __inline__ for exported headersTakashi Iwai2013-04-251-1/+1
* bring pcm.h and pcm.c in sync with the kernel listDaniel Mack2013-04-181-1/+13
* all places: doxygen cleanupsJaroslav Kysela2013-04-081-41/+41
* control, pcm: implement snd_ctl_abort() and snd_pcm_abort() functionsJaroslav Kysela2013-04-081-0/+3
* PCM: Add more chmap definitions for UAC2Takashi Iwai2012-11-261-2/+11
* pcm: support for audio timestampsPierre-Louis Bossart2012-10-251-0/+2
* PCM: A few doxygen fixes for chmap stuffTakashi Iwai2012-09-131-7/+11
* PCM: Define MONO and other channel map positionsTakashi Iwai2012-09-131-2/+9
* PCM: Add snd_pcm_chmap_long_name()Takashi Iwai2012-09-131-0/+1
* PCM: Add SND_CHMAP_API_VERSION definitionTakashi Iwai2012-09-131-0/+3
* PCM: Add string conversion helper functions for chmapTakashi Iwai2012-09-131-0/+6
* PCM: Fix prefix for snd_pcm_chmap_type enum membersTakashi Iwai2012-09-131-4/+5
* PCM: Implement snd_pcm_query_chmaps_from_hw()Takashi Iwai2012-09-131-0/+3
* PCM: Introduce snd_pcm_chmap_t and snd_pcm_chmap_query_tTakashi Iwai2012-09-131-4/+17
* Add SND_CHMAP_NA and bit flag definitionsTakashi Iwai2012-09-131-1/+6
* Follow channel position definitions to mixer channel in mixer.hTakashi Iwai2012-09-131-7/+7
* Define channel map position enum in pcm.hTakashi Iwai2012-09-111-1/+27
* Implement the channel mapping APITakashi Iwai2012-09-111-0/+12
* Improve hw_params documentationAndrew Eikum2012-01-191-1/+16
* Add snd_{ctl|pcm}_open_fallback() functionsTakashi Iwai2011-07-271-0/+3
* support for period wakeup disablingClemens Ladisch2010-11-151-0/+3
* snd_pcm_scope_set_ops: make ops parameter constClemens Ladisch2009-08-101-1/+2
* remove unimplemented functions from headersClemens Ladisch2009-08-041-2/+0
* Add snd_pcm_avail() and snd_pcm_avail_delay() prototypesJaroslav Kysela2008-10-231-0/+4
* Implemented snd_pcm_sw_params_(set|get)_period_event for interrupt wakeup lik...Jaroslav Kysela2008-05-091-0/+2
* implemented snd_pcm_rewindable() and snd_pcm_forwardable(), removed can_rewin...Jaroslav Kysela2008-04-211-0/+2
* added snd_pcm_hw_params_is_monotonic/can_forward/can_rewind functionsJaroslav Kysela2008-04-111-0/+3
* Fix conflict of obsoleted snd_pcm_hw_* definitionsTakashi Iwai2008-02-111-1/+3
* Add SND_PCM_TSTAMP_MMAP backTakashi Iwai2008-01-141-0/+4
* Added possibility to disable also channel and format conversions + softvol.Jaroslav Kysela2008-01-111-2/+10
* SND_PCM_TSTAMP_MMAP -> SND_PCM_TSTAMP_ENABLE changeJaroslav Kysela2008-01-111-3/+3
* Impemented snd_pcm_htimestamp() function.Jaroslav Kysela2008-01-091-0/+1
* Fix function declarations with old PCM APITakashi Iwai2008-01-091-0/+2
* Remove sleep_min and tickTakashi Iwai2008-01-081-14/+13
* Remove PCM xfer_alignTakashi Iwai2008-01-081-2/+2
* Add deprecated attribute to obsolete functionsTakashi Iwai2007-12-211-6/+6
* Remove assert from header filesTakashi Iwai2007-10-251-7/+7
* Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.czJaroslav Kysela2007-10-151-1/+1
* Split mmap-emulation code from hw layerTakashi Iwai2007-07-111-1/+3
* pcm: fix ipc offset calculation for direct pluginsJaroslav Kysela2006-10-231-4/+4
* implementation of pcm simple helper functionJaroslav Kysela2006-01-061-0/+17
* fixed typo in commentJaroslav Kysela2005-09-211-1/+1
* Add snd_pcm_hw_params_get/set_export_buffer()Takashi Iwai2005-05-191-0/+2
* Move old PCM API to pcm_old.hTakashi Iwai2005-04-141-231/+11