Yair K. wrote:
> Hi,
>
>   The attached patch includes some small changes:
>        1. Fix soundcard.h bug (#ifdef correctly for OSS_NO_LONG_LONG)
>        2. Declare class=PCI_CLASS_MULTIMEDIA_AUDIO for pci drivers (helps 
> with xchat-xsys "/sysinfo" command).
>        3. Don't run remove_drv.sh from soundon unless it's clearly necessary.
>        4. Misc. changes.
>
>   
Many thanks Yair!
>  Btw,
>   I've noticed some dubious material in some webpages:
>
>    http://manuals.opensound.com/developer/callorder.html - Didn't the order 
> used to be "format, channels, speed" rather than c/f/s? 
> http://www.opensound.com/pguide/oss.pdf p.31 seems to say so. 
Actually it doesn't matter any more. The drivers that had this kind of 
restrictions (SB Pro) have been dropped from OSS long time ago. However 
it might still be a good idea to say that speed needs to be set after 
format and channels.
> Also I think that SNDCTL_DSP_SYNC can be used in "running" state too.
>   
It can be. However this call will stop the device. For this reason it's 
listed later (together with SNDCTL_DSP_HALT).
>   http://manuals.opensound.com/devlists/ - "Also Creative X-Fi is not 
> supported by OSS". Somewhat inaccurate.
>   
Right. I need to get rid of the text on the top page and to move it to 
somewhere else.

Best regards,

Hannu
_______________________________________________
oss-devel mailing list
oss-devel@mailman.opensound.com
http://mailman.opensound.com/mailman/listinfo/oss-devel

Reply via email to