Hi Hannu, looks like another probable typo for you to fix. :)
( from oss_mixer_core.c ) *************************************************** 1665: for (i = 0; i < 8; i++) 1666: info->openedaudio[i] = 0; 1667: for (i = 0; i < num_audio_devfiles; i++) 1668: if (audio_engines[i] != NULL) 1669: { 1670: if (audio_engines[i]->flags & ADEV_OPENED) 1671: if (audio_engines[i]->next_out != NULL) 1672: { 1673: int x = audio_engines[i]->real_dev; 1674: info->openedaudio[x / 32] |= 1 << (x % 32); 1675: } 1676: } ****************************************************** In line no 1667, "num_audio_devfiles" should be corrected to "num_audio_engines" . Isn't it ? Regards, Vikas
_______________________________________________ oss-devel mailing list oss-devel@mailman.opensound.com http://mailman.opensound.com/mailman/listinfo/oss-devel