]> git.alsa-project.org Git - alsa-lib.git/commit
More better fix for linked start/stop
authorTakashi Iwai <tiwai@suse.de>
Tue, 13 Mar 2007 01:52:33 +0000 (02:52 +0100)
committerTakashi Iwai <tiwai@suse.de>
Tue, 13 Mar 2007 01:52:33 +0000 (02:52 +0100)
commit8048321c76430c2b923a748e0f7e23a0830d6cd6
treeef84582a04c9cee7e3e31291a01cfcb87a570451
parent1753ae794f73c041f38fa49fd328024f6a617079
More better fix for linked start/stop

Instead of link_fd, more generic callback link_slaves is introduced.
This is called for linking the slave streams as the source to the
given master stream.
13 files changed:
src/pcm/pcm.c
src/pcm/pcm_dmix.c
src/pcm/pcm_dshare.c
src/pcm/pcm_dsnoop.c
src/pcm/pcm_file.c
src/pcm/pcm_generic.c
src/pcm/pcm_generic.h
src/pcm/pcm_hooks.c
src/pcm/pcm_hw.c
src/pcm/pcm_ioplug.c
src/pcm/pcm_local.h
src/pcm/pcm_multi.c
src/pcm/pcm_plugin.c