summaryrefslogtreecommitdiffstats
path: root/pcm/jack/pcm_jack.c
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2005-05-18 10:52:25 +0000
committerTakashi Iwai <tiwai@suse.de>2005-05-18 10:52:25 +0000
commite0d5051e2295287e4c599bf2f1b7b88f1225d533 (patch)
treeeb76133bb50728ebafcab23e7939f174c2de75c4 /pcm/jack/pcm_jack.c
parent7b56db21830a51fa5287f4477e8ba4949c178162 (diff)
Fill the new "version" field
Fill the new "version" field at initialization.
Diffstat (limited to 'pcm/jack/pcm_jack.c')
-rw-r--r--pcm/jack/pcm_jack.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/pcm/jack/pcm_jack.c b/pcm/jack/pcm_jack.c
index f6d5c17..a10ed14 100644
--- a/pcm/jack/pcm_jack.c
+++ b/pcm/jack/pcm_jack.c
@@ -360,6 +360,7 @@ static int snd_pcm_jack_open(snd_pcm_t **pcmp, const char *name,
jack->fd = fd[0];
+ jack->io.version = SND_PCM_IOPLUG_VERSION;
jack->io.name = "ALSA <-> JACK PCM I/O Plugin";
jack->io.callback = &jack_pcm_callback;
jack->io.private_data = jack;