Date: Mon, 03 Apr 2023 04:35:42 +0000 From: bugzilla-noreply@freebsd.org To: gecko@FreeBSD.org Subject: [Bug 270436] www/firefox no sound after upgrade Message-ID: <bug-270436-21738-BhKSVURadn@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-270436-21738@https.bugs.freebsd.org/bugzilla/> References: <bug-270436-21738@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D270436 --- Comment #13 from Tatsuki Makino <tatsuki_makino@hotmail.com> --- (In reply to Tatsuki Makino from comment #12) About this behavior. cubeb_init in ${WRKSRC}/media/libcubeb/src/cubeb.c has an array of function pointers called default_init. The about:config media.cubeb.backend seems to be the setting for setting init_oneshot here. After this, it seems to run default_init all in sequence... init_oneshot (=3D=3D oss, jack, sndio) will fail. init_oneshot (=3D=3D pulse-rust) will success. pulse_rust_init will success. If it works that way, then that is why only PulseAudio can get sound. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-270436-21738-BhKSVURadn>