The SPI_SOUT line drives always and holds the state that it drove during the last bit of a transmitted word - therefore it may be at '0' or at '1' between transmissions.
In order to control the state you need to reconfigure the pin as GPIO output and set the state that you need to have, and then set the pin back to SPI mode before sending the following data.