mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 23:35:03 +01:00
Another fix for input only ALSA-slave devices
This commit is contained in:
parent
f7968f15dd
commit
69688d24c4
1 changed files with 1 additions and 1 deletions
|
|
@ -451,7 +451,7 @@ AlsaAudioSlave::cycle_end ()
|
|||
_src_play.inp_count = _samples_per_period;
|
||||
_src_play.inp_data = _play_buff;
|
||||
|
||||
while (_src_play.inp_count && _active) {
|
||||
while (_src_play.inp_count && _active && nchn > 0) {
|
||||
unsigned int n;
|
||||
PBD::RingBuffer<float>::rw_vector vec;
|
||||
_rb_playback.get_write_vector (&vec);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue