amy
amy copied to clipboard
Fix error when echo delay lines array is empty or partially initialized
The config_echo function is checking only echo_delay_lines[0] to determine if initialization is needed, but then unconditionally dereferences all channels in the array when setting fixed_delay. This causes en error when the array is partially initialized or contains NULL entries for some channels.