https://bugs.freedesktop.org/show_bug.cgi?id=46630
--- Comment #2 from Colin Guthrie <[email protected]> 2012-03-13 16:17:50 PDT --- Created attachment 58404 --> https://bugs.freedesktop.org/attachment.cgi?id=58404 Disable OSS Wrapper if SOUND_PCM_* defines do not exist. What headers are you using here? Are you compiling against OSSv4 or similar? For me I have: /usr/include/linux/soundcard.h:#define SOUND_PCM_READ_RATE _SIOR ('P', 2, int) (this is included from /usr/include/sys/soundcard.h which I would think OSSv4 would override). Anyway, I guess a compile test should be added to make sure that these defines are usable. The attached patch does this, but as Tanu said you may have other OSS problems in the compile. I'll only include this patch upstream if the rest of your OSS stuff builds. Can you confirm? -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are the assignee for the bug. _______________________________________________ pulseaudio-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/pulseaudio-bugs
