summaryrefslogtreecommitdiff
path: root/src/pcm/pcm_generic.c
AgeCommit message (Expand)AuthorFilesLines
2014-07-14pcm: Implement timestamp type handling in all pluginsTakashi Iwai1-1/+1
2012-12-04PCM: Fix conflict of _snd_pcm_hw_params definitionsTakashi Iwai1-1/+1
2012-11-13PCM: Avoid busy loop in snd_pcm_write_areas() with rate pluginTakashi Iwai1-0/+6
2012-10-30Reduce compilation warningsJaroslav Kysela1-1/+1
2012-09-13PCM: Introduce snd_pcm_chmap_t and snd_pcm_chmap_query_tTakashi Iwai1-3/+3
2012-09-11Implement the channel mapping APITakashi Iwai1-0/+18
2008-04-21implemented snd_pcm_rewindable() and snd_pcm_forwardable(), removed can_rewin...Jaroslav Kysela1-0/+12
2008-01-15Implement missing htimestamp callbacksTakashi Iwai1-0/+22
2008-01-09Impemented snd_pcm_htimestamp() function.Jaroslav Kysela1-0/+7
2007-10-15Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.czJaroslav Kysela1-2/+2
2007-03-13More better fix for linked start/stopTakashi Iwai1-46/+6
2005-10-27Fix channel_info callback of pluginsTakashi Iwai1-1/+1
2005-09-02Fix buffer allocation and mmap with pluginsTakashi Iwai1-3/+25
2005-05-19Fix generic channel_info callbacksTakashi Iwai1-5/+0
2005-05-18Remove poll_ask callbackTakashi Iwai1-8/+0
2005-05-18Add poll_descriptors and poll_descriptors_count callbacksTakashi Iwai1-0/+12
2005-04-05Fix channel_info callbacks of hooks, file and plug pluginsTakashi Iwai1-0/+6
2005-01-20The stream linking problem for pcm_multi.c should be fixed nowJaroslav Kysela1-2/+43
2005-01-20improved stream linking and plugin code cleanupsJaroslav Kysela1-0/+257