brian-cameron-oracle added the comment:

OSS is the default audio system in Solaris 11 and 12.  In Solaris 10 and 
earlier, the sunaudio (or SADA) interfaces are still used.  You can only test 
this if you are using Solaris 11 or later, on a machine with a sound card 
supported by OSS.

I would say this is really more of a bugfix.  The main problem is that the 
configure script was avoiding even trying to build the OSS module on Solaris, 
and that the code only builds if the ioctls unsupported on Solaris are 
#ifdef'ed out on Solaris.  So it would make sense to support the ability to 
build the OSS module in 2.7, 3.x and onwards.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue16902>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to