On Fri Nov 14 13:09:44 2025 +0000, Alexandre Julliard wrote:
You also need to update the OSS driver.
The last revision should at least fix the build. I haven't been able to test it, though. I tried using `osspd`, but it fails with ``` 0024:trace:oss:oss_get_endpoint_ids OSS sysinfo: 0024:trace:oss:oss_get_endpoint_ids product: 0024:trace:oss:oss_get_endpoint_ids version: 0024:trace:oss:oss_get_endpoint_ids versionnum: ff 0024:trace:oss:oss_get_endpoint_ids numaudios: 32767 0024:trace:oss:oss_get_endpoint_ids nummixers: 32767 0024:trace:oss:oss_get_endpoint_ids numcards: 0 0024:trace:oss:oss_get_endpoint_ids numaudioengines: 0 0024:warn:oss:get_default_device SNDCTL_ENGINEINFO failed: -1 (Invalid argument) 0024:warn:oss:oss_get_endpoint_ids Opening device "" failed, pretending it doesn't exist: 2 (No such file or directory) 0024:warn:oss:oss_get_endpoint_ids Opening device "" failed, pretending it doesn't exist: 2 (No such file or directory) 0024:warn:oss:oss_get_endpoint_ids Opening device "" failed, pretending it doesn't exist: 2 (No such file or directory) [...] ```
Is there any known configuration to test that backend? I'm on Debian unstable, for reference.