Browse Source

Fixed bug in copying data from port buffer to alsa_pcm:out_X.

git-svn-id: svn+ssh://jackaudio.org/trunk/jack@110 0c269be4-1314-0410-8aa9-9f06e86f4224
tags/0.109.0
kaiv 23 years ago
parent
commit
fe5a5bdd1d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      alsa_driver.c

+ 1
- 1
alsa_driver.c View File

@@ -839,7 +839,7 @@ alsa_driver_wait (alsa_driver_t *driver)
continue;
}

alsa_driver_write_to_channel (driver, 1, jack_port_get_buffer (port, contiguous), contiguous);
alsa_driver_write_to_channel (driver, chn, jack_port_get_buffer (port, contiguous), contiguous);
}
engine->process_unlock (engine);


Loading…
Cancel
Save