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_dmix.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
pcm: Fallback open as the first instance for dmix & co
Takashi Iwai
2016-04-14
1
-0
/
+8
*
pcm: dmix: Handle slave PCM xrun and unexpected states properly
Takashi Iwai
2015-11-05
1
-13
/
+3
*
PCM: snd_pcm_xxxx_drain() maybe blocked after suspend and resume
Shengjiu Wang
2015-06-12
1
-0
/
+14
*
pcm: Fix snd_pcm_status() for dmix & co
Takashi Iwai
2015-06-02
1
-1
/
+2
*
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
-3
/
+1
*
dmix: actually rewind when running or being drained
Alexander E. Patrakov
2014-09-13
1
-2
/
+6
*
pcm: Implement timestamp type handling in all plugins
Takashi Iwai
2014-07-14
1
-4
/
+4
*
pcm: initialize pcm_dmix monotonic field
Olivier Langlois
2014-01-23
1
-1
/
+1
*
pcm: direct plugins: do more safe IPC semaphore handling
Jaroslav Kysela
2013-04-09
1
-2
/
+2
*
PCM: Fix infinite loop in htimestamp of dmix, dsnoop and dshare plugins
Takashi Iwai
2012-09-21
1
-0
/
+1
*
Implement the channel mapping API
Takashi Iwai
2012-09-11
1
-0
/
+3
*
pcm direct plugins: change timestamping in dsnoop
Jaroslav Kysela
2010-10-29
1
-1
/
+1
*
pcm direct plugins: drain() call might be blocked when threads are used
Jaroslav Kysela
2010-03-03
1
-1
/
+1
*
pcm_dmix: add support for S24_LE format
Jaroslav Kysela
2010-03-02
1
-0
/
+8
*
fix doc errors
Clemens Ladisch
2009-08-04
1
-0
/
+2
*
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
/
+12
*
dmix skipping first set of samples
Takashi Iwai
2008-03-10
1
-2
/
+2
*
dmix - Enable auto format detection as default
Takashi Iwai
2008-01-18
1
-3
/
+5
*
Implemented snd_pcm_rewind() for the dmix plugin
Jaroslav Kysela
2008-01-10
1
-9
/
+157
*
Impemented snd_pcm_htimestamp() function.
Jaroslav Kysela
2008-01-09
1
-4
/
+23
*
Add support for monotonic timestamps
Jaroslav Kysela
2008-01-09
1
-3
/
+3
*
dmix: add U8 support
Clemens Ladisch
2007-12-10
1
-0
/
+4
*
dmix: simplify mix_areas()
Clemens Ladisch
2007-12-10
1
-86
/
+47
*
dmix: rename mix_areas*
Clemens Ladisch
2007-12-10
1
-22
/
+22
*
Clean up using gettimestamp()
Takashi Iwai
2007-11-21
1
-14
/
+4
*
Fix timestamp in status in PCM direct plugins
Takashi Iwai
2007-11-21
1
-1
/
+8
*
snd_pcm_dmix_close: raise semaphore if unable to discard
Takashi Iwai
2007-10-18
1
-3
/
+4
*
Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.cz
Jaroslav Kysela
2007-10-15
1
-2
/
+2
*
Add support of little-endian on i386/x86_64 dmix
Takashi Iwai
2007-07-03
1
-1
/
+3
*
More better fix for linked start/stop
Takashi Iwai
2007-03-13
1
-1
/
+1
*
pcm direct plugins - fix memory leak (sconf must be deleted)
Jaroslav Kysela
2006-10-12
1
-2
/
+1
*
Use O_APPEND mode with dmix & co plugins
Takashi Iwai
2006-04-28
1
-18
/
+46
*
Add check of binding ranges in direct plugins
Takashi Iwai
2006-04-26
1
-1
/
+1
*
Revert the last fix: finer sync of dmix in delay callback
Takashi Iwai
2006-04-12
1
-1
/
+0
*
Finer sync of dmix in delay callback
Takashi Iwai
2006-04-06
1
-0
/
+1
*
Fix buffer size handling of direct plugins
Takashi Iwai
2006-04-06
1
-12
/
+3
*
Fix noisy output of dmix with two periods
Takashi Iwai
2006-03-24
1
-5
/
+19
*
dmix - Allow more flexible buffer sizes
Takashi Iwai
2006-03-21
1
-15
/
+9
*
return ENODEV for disconnected devices
Clemens Ladisch
2006-03-03
1
-3
/
+3
*
remove superfluous free() checks
Clemens Ladisch
2006-02-27
1
-4
/
+2
*
Fix infinite parse of recursive definitions
Takashi Iwai
2006-01-30
1
-2
/
+5
*
Support multi-card/device for direct plugins
Takashi Iwai
2006-01-16
1
-101
/
+20
*
Fix compile warnings
Takashi Iwai
2006-01-10
1
-2
/
+2
*
dmix: add S24_3LE support
Clemens Ladisch
2005-12-19
1
-1
/
+28
*
pcm dump() routines update: use spaces to indent texts
Jaroslav Kysela
2005-12-11
1
-1
/
+1
*
direct plugins - fixed ipc_gid initialization when gid specified as number
Jaroslav Kysela
2005-12-04
1
-1
/
+1
[next]