summaryrefslogtreecommitdiff
path: root/src/pcm/pcm_lfloat.c
AgeCommit message (Expand)AuthorFilesLines
2014-07-22pcm: Drop snd_pcm_linear_{get|put}32_index()Takashi Iwai1-2/+2
2014-07-14pcm: Implement timestamp type handling in all pluginsTakashi Iwai1-1/+1
2012-09-11Implement the channel mapping APITakashi Iwai1-0/+3
2008-11-21Make all the PCM plugins ops structure constant.Diego E. 'Flameeyes' Pettenò1-1/+1
2008-01-09Add support for monotonic timestampsJaroslav Kysela1-0/+1
2007-10-15Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.czJaroslav Kysela1-2/+2
2006-01-30Fix infinite parse of recursive definitionsTakashi Iwai1-1/+1
2006-01-09Fix S24_BE format conversionsTakashi Iwai1-0/+2
2005-05-23Move poll_* callbacks to fast_opsTakashi Iwai1-3/+0
2005-05-18Add poll_descriptors and poll_descriptors_count callbacksTakashi Iwai1-0/+2
2005-02-08Fix hw_params of lfloat pluginTakashi Iwai1-1/+1
2005-01-20improved stream linking and plugin code cleanupsJaroslav Kysela1-16/+16
2004-04-26document all PCM plugin parametersClemens Ladisch1-0/+1
2004-01-31- fixed the type punning (compilation warnings with the recent GCC).Takashi Iwai1-6/+5
2003-07-25fixes by Art Haas <ahaas@airmail.net>:Takashi Iwai1-13/+13
2003-02-11More changes for dmix plugin:Jaroslav Kysela1-0/+2
2002-09-17- unified snd_pcm_hw_params_* functionsJaroslav Kysela1-2/+2
2002-09-09Added snd_pcm_hw_params_get_min_align; changed get_format, get_subformat and ...Jaroslav Kysela1-2/+2
2002-06-26Enhanced bitmasks in PCM - added support for more formats by Takashi and meJaroslav Kysela1-2/+2
2002-04-23Moved ring buffer pointers and added a mechanism to transfer them via shmJaroslav Kysela1-2/+2
2002-04-03Fixed entry for static linkingJaroslav Kysela1-1/+1
2002-02-21Cleaned the mmap_commit implementations in plugins.Jaroslav Kysela1-0/+3
2002-01-13Added description of copy, linear, lfloat and mulaw PCM pluginsJaroslav Kysela1-1/+73
2001-12-30Updated GNU GPL license (address).Jaroslav Kysela1-5/+5
2001-12-01Fixed conditionJaroslav Kysela1-1/+1
2001-12-01Added check for buggy gccJaroslav Kysela1-0/+31
2001-11-27Finished lfloat plugin.Jaroslav Kysela1-70/+120
2001-11-26Initial (not working) versionJaroslav Kysela1-0/+377