macosforge / darwinbuild

Darwinbuild is a collection of tools that assist compilation of the many projects contained in Darwin, the open source base of Apple's macOS operating system.
https://macosforge.github.io/darwinbuild/
Other
128 stars 54 forks source link

IOAudioFamily and Darwin #87

Open macosforgebot opened 15 years ago

macosforgebot commented 15 years ago

aladin@… originally submitted this as ticket:89


IOAudioFamily depends on OSvKernDSPLib.kext (related to vDSP_vadd) but OSvKernDSPLib is not available in Darwin-land. The consequence is that `kextload' will simply fail to load IOAudioFamily (which "sounds" to be a crucial component for audio support). Please find attached a trivial replacement and below the corresponding entry for a custom plist:

       IOAudioFamily = {
                        patchfiles = (
                "IOAudioFamily-169.4.3.p1.patch.0",
            );
        };
macosforgebot commented 15 years ago

aladin@… originally submitted this as attachment:IOAudioFamily-169.4.3.p1.patch.0:⁠ticket:89