index
:
delta/alsa-lib.git
amixer
ascenario
baserock/morph
baserock/v1.0.28
baserock/v1.0.29
baserock/v1.1.2
baserock/v1.1.3
master
ucm
git.alsa-project.org: http/alsa-lib.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pcm
/
pcm_plugin.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
pcm: Remove home brew atomic operations
Takashi Iwai
2016-07-11
1
-58
/
+14
*
pcm: Clean up error paths in snd_pcm_plugin_*() helpers
Takashi Iwai
2016-04-07
1
-22
/
+45
*
pcm_plugin: fix appl pointer not correct when mmap_commit() return error
Shengjiu Wang
2016-04-07
1
-16
/
+32
*
pcm: drop unused sys/shm.h inclusion
Mike Frysinger
2015-11-05
1
-1
/
+0
*
Revert "pcm: rewindable, forwardable: don't return stale data"
Jaroslav Kysela
2014-09-14
1
-6
/
+0
*
pcm: rewindable, forwardable: don't return stale data
Alexander E. Patrakov
2014-09-13
1
-0
/
+6
*
pcm: handle negative values from snd_pcm_mmap_hw_avail
Alexander E. Patrakov
2014-09-13
1
-1
/
+1
*
pcm: express the rewind size limitation logic better
Alexander E. Patrakov
2014-09-13
1
-2
/
+2
*
pcm: Fix forward/rewind support in iec958 plugin
Alexander E. Patrakov
2014-04-28
1
-2
/
+2
*
pcm_plugin: Fix return value of snd_pcm_rewind
David Henningsson
2013-05-30
1
-2
/
+2
*
PCM: Avoid busy loop in snd_pcm_write_areas() with rate plugin
Takashi Iwai
2012-11-13
1
-0
/
+1
*
pcm_plugin: fix delay
Pierre-Louis Bossart
2010-11-23
1
-0
/
+6
*
pcm_plugin: remove unused client_frames and slave_frames routines
Pierre-Louis Bossart
2010-11-22
1
-29
/
+4
*
Make all the PCM plugins ops structure constant.
Diego E. 'Flameeyes' Pettenò
2008-11-21
1
-1
/
+1
*
fix return value of snd_pcm_rewind()/snd_pcm_forward() to return how much act...
Lennart Poettering
2008-07-20
1
-2
/
+2
*
fix type of internally used sframes variable, to avoid unnecessary casts
Lennart Poettering
2008-07-20
1
-3
/
+3
*
clamp snd_pcm_rewind()/snd_pcm_forward() into the right direction
Lennart Poettering
2008-07-20
1
-2
/
+2
*
implemented snd_pcm_rewindable() and snd_pcm_forwardable(), removed can_rewin...
Jaroslav Kysela
2008-04-21
1
-2
/
+12
*
Impemented snd_pcm_htimestamp() function.
Jaroslav Kysela
2008-01-09
1
-0
/
+1
*
Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.cz
Jaroslav Kysela
2007-10-15
1
-1
/
+1
*
More better fix for linked start/stop
Takashi Iwai
2007-03-13
1
-1
/
+1
*
Make plugin functions static
Takashi Iwai
2006-03-29
1
-13
/
+18
*
Fix PCM without control/status mmap
Takashi Iwai
2006-03-29
1
-1
/
+4
*
Move poll_* callbacks to fast_ops
Takashi Iwai
2005-05-23
1
-0
/
+3
*
Remove poll_ask callback
Takashi Iwai
2005-05-18
1
-1
/
+0
*
Fedora 4 patch - gcc4 fixes
Jaroslav Kysela
2005-05-06
1
-2
/
+2
*
improved stream linking and plugin code cleanups
Jaroslav Kysela
2005-01-20
1
-143
/
+22
*
Change error message handling
Takashi Iwai
2004-12-21
1
-3
/
+14
*
- added poll_ask callback to mangle avail_min (rate_plugin as example)
Jaroslav Kysela
2004-03-17
1
-0
/
+9
*
The rate plugin was redesigned. Now only whole periods are resampled to
Jaroslav Kysela
2004-02-04
1
-0
/
+1
*
- fixed the calculation of snd_pcm_avail() with plugin.
Takashi Iwai
2003-10-30
1
-2
/
+4
*
fixes by Art Haas <ahaas@airmail.net>:
Takashi Iwai
2003-07-25
1
-19
/
+19
*
Added snd_pcm_type_name()
Jaroslav Kysela
2003-03-08
1
-2
/
+3
*
Use internal snd_pcm_forward() version...
Jaroslav Kysela
2003-03-07
1
-1
/
+1
*
Removed snd_pcm_hwdiff() function
Jaroslav Kysela
2003-02-22
1
-1
/
+1
*
Removed snd_pcm_hwptr().
Jaroslav Kysela
2003-02-22
1
-34
/
+50
*
Added snd_pcm_hwptr() and enhanced snd_pcm_mmap_begin() for no xrun mode.
Jaroslav Kysela
2003-02-22
1
-0
/
+7
*
More changes for dmix plugin:
Jaroslav Kysela
2003-02-11
1
-0
/
+6
*
Cleanups in IPC stuff.
Jaroslav Kysela
2003-02-04
1
-17
/
+3
*
Replaced snd_pcm_avail() with snd_pcm_hwsync()
Jaroslav Kysela
2002-10-12
1
-10
/
+3
*
Implemented snd_pcm_avail() function.
Jaroslav Kysela
2002-10-11
1
-1
/
+15
*
fixed compile warning (conversion between signed and unsigned).
Takashi Iwai
2002-06-18
1
-10
/
+10
*
Moved ring buffer pointers and added a mechanism to transfer them via shm
Jaroslav Kysela
2002-04-23
1
-8
/
+8
*
Fixed capture for plugins
Jaroslav Kysela
2002-04-16
1
-1
/
+1
*
Fixed typo
Jaroslav Kysela
2002-03-11
1
-1
/
+1
*
fixed segfault in rate conversions.
Takashi Iwai
2002-03-08
1
-6
/
+21
*
Added abort when no more frames can be processed
Jaroslav Kysela
2002-03-03
1
-2
/
+8
*
Fixed xfer variable initialization for capture in avail_update()
Jaroslav Kysela
2002-02-21
1
-3
/
+2
*
Cleaned the mmap_commit implementations in plugins.
Jaroslav Kysela
2002-02-21
1
-30
/
+108
*
Added initial comments for PCM plugins
Jaroslav Kysela
2002-01-16
1
-6
/
+54
[next]