1 diff --git a/audio/ossaudio.c b/audio/ossaudio.c
2 index b49e102..724f696 100644
5 @@ -315,10 +315,12 @@ static int oss_open (int in, struct oss_params *req,
9 +#ifndef CONFIG_SOLARIS
10 if (ioctl (fd, SNDCTL_DSP_NONBLOCK, NULL)) {
11 oss_logerr2 (errno, typ, "Failed to set non-blocking mode\n");
17 if (conf.policy >= 0) {