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_share.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
pcm: improve handling for snd_pcm_wait()
Jaroslav Kysela
2023-05-03
1
-1
/
+1
*
pcm: share plugin: handle -EINTR
Jaroslav Kysela
2022-06-27
1
-12
/
+18
*
pcm: share plugin: return error if socket read or write call fails
Tomohiro IKEDA
2022-06-27
1
-4
/
+7
*
pcm: share: Pass appl_ptr and hw_ptr in snd_pcm_status()
Takashi Iwai
2021-01-22
1
-0
/
+2
*
Use __func__ instead of __FUNCTION__
Michael Forney
2019-06-12
1
-2
/
+2
*
Change FSF address (Franklin Street)
Jaroslav Kysela
2017-11-14
1
-1
/
+1
*
cleanup: fix poll.h includes
Natanael Copa
2017-07-12
1
-1
/
+1
*
pcm: drop unused sys/shm.h inclusion
Mike Frysinger
2015-11-05
1
-1
/
+0
*
pcm_share: fixing missing mutex unlock
Renu Tyagi
2014-09-23
1
-0
/
+2
*
pcm: fix return value of snd_pcm_share_slave_avail
Alexander E. Patrakov
2014-09-02
1
-0
/
+2
*
pcm: Implement timestamp type handling in all plugins
Takashi Iwai
2014-07-14
1
-3
/
+3
*
PCM: Fix conflict of _snd_pcm_hw_params definitions
Takashi Iwai
2012-12-04
1
-1
/
+1
*
Reduce compilation warnings
Jaroslav Kysela
2012-10-30
1
-4
/
+1
*
pcm_share plugin: fix pcm->monotonic setup in open() function
Jaroslav Kysela
2010-04-13
1
-1
/
+1
*
Make all the PCM plugins ops structure constant.
Diego E. 'Flameeyes' Pettenò
2008-11-21
1
-2
/
+2
*
implemented snd_pcm_rewindable() and snd_pcm_forwardable(), removed can_rewin...
Jaroslav Kysela
2008-04-21
1
-0
/
+24
*
Impemented snd_pcm_htimestamp() function.
Jaroslav Kysela
2008-01-09
1
-0
/
+13
*
Add support for monotonic timestamps
Jaroslav Kysela
2008-01-09
1
-2
/
+3
*
Remove sleep_min and tick
Takashi Iwai
2008-01-08
1
-9
/
+2
*
Clean up using gettimestamp()
Takashi Iwai
2007-11-21
1
-8
/
+2
*
remove superfluous free() checks
Clemens Ladisch
2006-02-27
1
-4
/
+2
*
pcm dump() routines update: use spaces to indent texts
Jaroslav Kysela
2005-12-11
1
-3
/
+3
*
Remove poll_ask callback
Takashi Iwai
2005-05-18
1
-1
/
+0
*
Change error message handling
Takashi Iwai
2004-12-21
1
-9
/
+33
*
fixed documents to process properly via doxygen.
Takashi Iwai
2004-05-24
1
-1
/
+1
*
document all PCM plugin parameters
Clemens Ladisch
2004-04-26
1
-0
/
+5
*
- added poll_ask callback to mangle avail_min (rate_plugin as example)
Jaroslav Kysela
2004-03-17
1
-0
/
+1
*
- check the return value of malloc & co.
Takashi Iwai
2004-02-25
1
-0
/
+4
*
added more documents and examples about plugins.
Takashi Iwai
2003-10-23
1
-0
/
+4
*
fixes by Art Haas <ahaas@airmail.net>:
Takashi Iwai
2003-07-25
1
-31
/
+31
*
Clemens Ladisch <clemens@ladisch.de>
Jaroslav Kysela
2003-07-01
1
-1
/
+1
*
Use internal snd_pcm_forward() version...
Jaroslav Kysela
2003-03-07
1
-1
/
+1
*
Timestamp update (struct timeval -> struct timespec).
Jaroslav Kysela
2003-02-28
1
-3
/
+9
*
Removed snd_pcm_hwptr().
Jaroslav Kysela
2003-02-22
1
-42
/
+54
*
Added snd_pcm_hwptr() and enhanced snd_pcm_mmap_begin() for no xrun mode.
Jaroslav Kysela
2003-02-22
1
-0
/
+31
*
More changes for dmix plugin:
Jaroslav Kysela
2003-02-11
1
-0
/
+1
*
Cleanups in IPC stuff.
Jaroslav Kysela
2003-02-04
1
-5
/
+5
*
Replaced snd_pcm_avail() with snd_pcm_hwsync()
Jaroslav Kysela
2002-10-12
1
-5
/
+5
*
Implemented snd_pcm_avail() function.
Jaroslav Kysela
2002-10-11
1
-7
/
+26
*
Moved ring buffer pointers and added a mechanism to transfer them via shm
Jaroslav Kysela
2002-04-23
1
-18
/
+24
*
Cleaned the mmap_commit implementations in plugins.
Jaroslav Kysela
2002-02-21
1
-9
/
+16
*
Added initial comments for PCM plugins
Jaroslav Kysela
2002-01-16
1
-2
/
+78
*
Updated GNU GPL license (address).
Jaroslav Kysela
2001-12-30
1
-5
/
+5
*
Changed result of mmap_commit callback
Jaroslav Kysela
2001-12-08
1
-8
/
+8
*
Fixed some debug printfs
Jaroslav Kysela
2001-11-29
1
-4
/
+5
*
Added lfloat plugin code (not finished)
Jaroslav Kysela
2001-11-26
1
-2
/
+4
*
Fixed double initialization in prepare
Jaroslav Kysela
2001-11-24
1
-0
/
+11
*
Configuration:
Jaroslav Kysela
2001-11-19
1
-3
/
+9
*
Fixed the share->state when DRAINING
Jaroslav Kysela
2001-10-25
1
-1
/
+1
*
Fixed typo
Jaroslav Kysela
2001-10-25
1
-1
/
+0
[next]