summaryrefslogtreecommitdiff
path: root/src/pcm/pcm_plug.c
Commit message (Expand)AuthorAgeFilesLines
* pcm: plug: add SND_PCM_FORMAT_{S, U}20 to linear_preferred_formatsMaciej S. Szmigiero2017-12-181-0/+11
* Change FSF address (Franklin Street)Jaroslav Kysela2017-11-141-1/+1
* pcm:plug: save converter configAndreas Pape2017-03-211-2/+14
* pcm_plug: Clear plugins on all error conditionsMichael Forney2016-10-201-1/+3
* pcm: Implement timestamp type handling in all pluginsTakashi Iwai2014-07-141-1/+1
* alsa-lib: pcm_plug: fix float conversion for user specified ttableSergey2014-06-171-25/+11
* pcm: Insert linear-to-float conversion when rate or channel count is incorrectMaarten Baert2014-02-261-8/+6
* PCM: Fix conflict of _snd_pcm_hw_params definitionsTakashi Iwai2012-12-041-1/+1
* Implement get_chmap/set_chmap for PCM plug, route and multi pluginsTakashi Iwai2012-09-111-0/+3
* PCM: plug: Move fast_ops copy after slave configuration.Reilly Grant2012-08-311-2/+3
* pcm_plug: fix comparison always trueAnssi Hannula2010-08-021-1/+1
* Fix misc compile warningsTakashi Iwai2009-02-021-0/+2
* Fix plug conversion with mmap emulationTakashi Iwai2009-01-271-8/+25
* Make all the PCM plugins ops structure constant.Diego E. 'Flameeyes' Pettenò2008-11-211-1/+1
* Make some static tables and strings constants.Diego E. 'Flameeyes' Pettenò2008-11-211-5/+5
* PCM: allow mmap-access conversion in plugTakashi Iwai2008-06-061-10/+76
* pcm plug plugin: remove duplicated expressionClemens Ladisch2008-01-141-1/+1
* Added possibility to disable also channel and format conversions + softvol.Jaroslav Kysela2008-01-111-10/+10
* Add support for monotonic timestampsJaroslav Kysela2008-01-091-0/+1
* String array for default rate plugin listTakashi Iwai2007-03-221-9/+7
* Create rate converter plugin SDKTakashi Iwai2006-04-061-2/+26
* remove superfluous free() checksClemens Ladisch2006-02-271-2/+1
* Do not abort in snd_xxx_close() functionsClemens Ladisch2006-02-271-4/+1
* Fix plug conversion of non-linear formatsTakashi Iwai2006-02-171-24/+13
* Fix infinite parse of recursive definitionsTakashi Iwai2006-01-301-1/+1
* Allow partial build with selected componentsTakashi Iwai2005-11-301-9/+87
* Fix buffer allocation and mmap with pluginsTakashi Iwai2005-09-021-22/+3
* Fix doxygen documentsTakashi Iwai2005-05-241-0/+2
* Move poll_* callbacks to fast_opsTakashi Iwai2005-05-231-3/+0
* Fix generic channel_info callbacksTakashi Iwai2005-05-191-1/+1
* Add poll_descriptors and poll_descriptors_count callbacksTakashi Iwai2005-05-181-0/+2
* Added snd_pcm_hw_params_set_rate_resample functionJaroslav Kysela2005-04-121-0/+4
* Fix channel_info callbacks of hooks, file and plug pluginsTakashi Iwai2005-04-051-1/+1
* improved stream linking and plugin code cleanupsJaroslav Kysela2005-01-201-58/+27
* Small optimizationJaroslav Kysela2004-08-271-1/+1
* Fixed problem with the route plugin and ttable (an extra route plugin wasJaroslav Kysela2004-08-111-3/+5
* assert -> return error code in hw_paramsJaroslav Kysela2004-04-191-3/+6
* Fixed file plugin - mmap access was broken and revents were not handled corre...Jaroslav Kysela2004-02-081-2/+2
* Takashi: added shadow pcm to avoid problem with plug plugin and mmaped accessJaroslav Kysela2003-08-081-2/+12
* fixes by Art Haas <ahaas@airmail.net>:Takashi Iwai2003-07-251-13/+13
* More pcm_jack plugin changesJaroslav Kysela2003-02-121-1/+1
* More changes for dmix plugin:Jaroslav Kysela2003-02-111-0/+8
* More pcm params functions returns an error rather than do assert().Jaroslav Kysela2003-02-081-20/+34
* - fixed the rate selection in the plug layer:Takashi Iwai2003-01-271-2/+2
* - fixed the unlink_{hw,app}_ptr of slaves.Takashi Iwai2003-01-271-0/+4
* - unified snd_pcm_hw_params_* functionsJaroslav Kysela2002-09-171-12/+12
* Added snd_pcm_hw_params_get_min_align; changed get_format, get_subformat and ...Jaroslav Kysela2002-09-091-3/+3
* output error message instead of assert().Takashi Iwai2002-08-271-1/+4
* Enhanced bitmasks in PCM - added support for more formats by Takashi and meJaroslav Kysela2002-06-261-23/+73
* Moved ring buffer pointers and added a mechanism to transfer them via shmJaroslav Kysela2002-04-231-5/+8