summaryrefslogtreecommitdiff
path: root/src/pcm/pcm_dsnoop.c
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2007-03-13 02:52:33 +0100
committerTakashi Iwai <tiwai@suse.de>2007-03-13 02:52:33 +0100
commit8048321c76430c2b923a748e0f7e23a0830d6cd6 (patch)
treeef84582a04c9cee7e3e31291a01cfcb87a570451 /src/pcm/pcm_dsnoop.c
parent1753ae794f73c041f38fa49fd328024f6a617079 (diff)
downloadalsa-lib-8048321c76430c2b923a748e0f7e23a0830d6cd6.tar.gz
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.
Diffstat (limited to 'src/pcm/pcm_dsnoop.c')
-rw-r--r--src/pcm/pcm_dsnoop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pcm/pcm_dsnoop.c b/src/pcm/pcm_dsnoop.c
index 8c11562d..24c8e949 100644
--- a/src/pcm/pcm_dsnoop.c
+++ b/src/pcm/pcm_dsnoop.c
@@ -452,8 +452,8 @@ static snd_pcm_fast_ops_t snd_pcm_dsnoop_fast_ops = {
.rewind = snd_pcm_dsnoop_rewind,
.forward = snd_pcm_dsnoop_forward,
.resume = snd_pcm_direct_resume,
- .link_fd = NULL,
.link = NULL,
+ .link_slaves = NULL,
.unlink = NULL,
.writei = snd_pcm_dsnoop_writei,
.writen = snd_pcm_dsnoop_writen,