You can replace the existing exe file in your SAP 0.2.2 folder with this file:
New [ASIO channels] mapping section in the ini file to allow ASIO channels customization.
Default setting:
[ASIO Channels]
ASIO_1=1
ASIO_2=2
ASIO_3=3
ASIO_4=4
For example if you need to use your 3 and 4 ASIO channels instead of the default 1 and 2 you may want to setup this section as follows:
[ASIO Channels]
ASIO_1=0
ASIO_2=0
ASIO_3=1
ASIO_4=2
Let me know if it works for you.