From nobody Tue Apr 18 00:39:27 2023 X-Original-To: freebsd-stable@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4Q0lRp05vWz45QxT for ; Tue, 18 Apr 2023 00:39:34 +0000 (UTC) (envelope-from serguey-grigoriev@yandex.ru) Received: from forward400c.mail.yandex.net (forward400c.mail.yandex.net [IPv6:2a02:6b8:c03:500:1:45:d181:db01]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4Q0lRm0GDSz4DWj for ; Tue, 18 Apr 2023 00:39:31 +0000 (UTC) (envelope-from serguey-grigoriev@yandex.ru) Authentication-Results: mx1.freebsd.org; dkim=pass header.d=yandex.ru header.s=mail header.b=eIGavnut; spf=pass (mx1.freebsd.org: domain of serguey-grigoriev@yandex.ru designates 2a02:6b8:c03:500:1:45:d181:db01 as permitted sender) smtp.mailfrom=serguey-grigoriev@yandex.ru; dmarc=pass (policy=none) header.from=yandex.ru Received: from mail-nwsmtp-mxback-production-main-51.sas.yp-c.yandex.net (mail-nwsmtp-mxback-production-main-51.sas.yp-c.yandex.net [IPv6:2a02:6b8:c08:6987:0:640:d64d:0]) by forward400c.mail.yandex.net (Yandex) with ESMTP id D276C62DDA for ; Tue, 18 Apr 2023 03:39:27 +0300 (MSK) Received: from mail.yandex.ru (2a02:6b8:c07:5893:0:640:c63e:0 [2a02:6b8:c07:5893:0:640:c63e:0]) by mail-nwsmtp-mxback-production-main-51.sas.yp-c.yandex.net (mxback/Yandex) with HTTP id 1dPhwd7W7mI0-8V0NrZOk; Tue, 18 Apr 2023 03:39:27 +0300 X-Yandex-Fwd: 1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1681778367; bh=ZZRxe7dtH49JNwlyOrrbll5iBO5ISA4ryUPwudtpGuQ=; h=Message-Id:Date:Subject:To:From; b=eIGavnutLroON7iicnTLqT5YE3k3J78uNtb+P6LTov0bVEqjmBbuPE+RzlVO94EH1 iTlPTDv6YuUJWlgpJLefv3iBBw40sRgx11TH+wgtTqBUNTn8qbjCfvvvaXjBWOyG/8 plfBj4EPz2wYKKSM4fpUSYvVwhmOR6q/gRvFFE2I= Received: by 75kgpxz2ulrlc6px.sas.yp-c.yandex.net with HTTP; Tue, 18 Apr 2023 03:39:27 +0300 From: S.N.Grigoriev To: freebsd-stable@freebsd.org Subject: Firefox and sound backends List-Id: Production branch of FreeBSD source code List-Archive: https://lists.freebsd.org/archives/freebsd-stable List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-stable@freebsd.org X-BeenThere: freebsd-stable@freebsd.org MIME-Version: 1.0 X-Mailer: Yamail [ http://yandex.ru ] 5.0 Date: Tue, 18 Apr 2023 03:39:27 +0300 Message-Id: <841921681778367@75kgpxz2ulrlc6px.sas.yp-c.yandex.net> Content-Transfer-Encoding: 7bit Content-Type: text/plain X-Spamd-Result: default: False [-4.00 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_SHORT(-1.00)[-0.999]; DMARC_POLICY_ALLOW(-0.50)[yandex.ru,none]; R_SPF_ALLOW(-0.20)[+ip6:2a02:6b8:c00::/40]; R_DKIM_ALLOW(-0.20)[yandex.ru:s=mail]; MIME_GOOD(-0.10)[text/plain]; MLMMJ_DEST(0.00)[freebsd-stable@freebsd.org]; ARC_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; FROM_EQ_ENVFROM(0.00)[]; ASN(0.00)[asn:13238, ipnet:2a02:6b8::/32, country:RU]; FREEMAIL_ENVFROM(0.00)[yandex.ru]; DKIM_TRACE(0.00)[yandex.ru:+]; RCVD_COUNT_THREE(0.00)[4]; RCPT_COUNT_ONE(0.00)[1]; FREEMAIL_FROM(0.00)[yandex.ru]; FROM_HAS_DN(0.00)[]; RCVD_TLS_LAST(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; PREVIOUSLY_DELIVERED(0.00)[freebsd-stable@freebsd.org]; TO_DN_NONE(0.00)[]; DWL_DNSWL_NONE(0.00)[yandex.ru:dkim] X-Rspamd-Queue-Id: 4Q0lRm0GDSz4DWj X-Spamd-Bar: --- X-ThisMailContainsUnwantedMimeParts: N Hi, list, after upgrading Firefox from v.111 to v.112 PulseAudio is required for sound output. Other backends do not work. Is such a behavior normal and expected? Firefox v.111 and earlier, in contrast, worked fine for me with Sndio as the only sound backend. -- Regards, Serguey.