From owner-freebsd-arm@freebsd.org Thu Dec 20 21:32:05 2018 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0A9F91354D72 for ; Thu, 20 Dec 2018 21:32:05 +0000 (UTC) (envelope-from gonzo@bluezbox.com) Received: from id.bluezbox.com (id.bluezbox.com [45.55.20.155]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B02186F136; Thu, 20 Dec 2018 21:32:03 +0000 (UTC) (envelope-from gonzo@bluezbox.com) Received: from localhost ([127.0.0.1] helo=id.bluezbox.com) by id.bluezbox.com with esmtps (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.90_1 (FreeBSD)) (envelope-from ) id 1ga5v7-0003gK-L3; Thu, 20 Dec 2018 13:31:54 -0800 Received: (from gonzo@localhost) by id.bluezbox.com (8.15.2/8.15.2/Submit) id wBKLVqmJ014155; Thu, 20 Dec 2018 13:31:52 -0800 (PST) (envelope-from gonzo@bluezbox.com) X-Authentication-Warning: id.bluezbox.com: gonzo set sender to gonzo@bluezbox.com using -f Date: Thu, 20 Dec 2018 13:31:52 -0800 From: Oleksandr Tymoshenko To: bob prohaska Cc: Brian Scott , Jamie Landeg-Jones , Jan Beich , freebsd-arm@freebsd.org Subject: Re: RPI3 sound for www/chromium, was Re: How much memory to compile www/chromium? Message-ID: <20181220213152.GA14086@bluezbox.com> References: <20181212192115.GA85583@www.zefox.net> <20181212202504.4n3mhtx7grbeh6j7@squirrel.exwg.net> <20181214012733.GA92808@www.zefox.net> <20181218174903.GA41072@www.zefox.net> <201812182341.wBINfiX4052421@donotpassgo.dyslexicfish.net> <20181219014342.GA42859@www.zefox.net> <233863b5-f748-2c2e-976f-110ab49e4675@bunyatech.com.au> <20181220185601.GA51899@www.zefox.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20181220185601.GA51899@www.zefox.net> X-Operating-System: FreeBSD/11.1-RELEASE-p4 (amd64) User-Agent: Mutt/1.10.0 (2018-05-17) X-Spam-Level: -- X-Spam-Report: Spam detection software, running on the system "id.bluezbox.com", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see The administrator of that system for details. Content preview: bob prohaska (fbsd@www.zefox.net) wrote: > On Wed, Dec 19, 2018 at 05:14:07PM +1100, Brian Scott wrote: > > > > I believe the problem now is that support for builtin sound on the RPI3 > > is still a w [...] Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Rspamd-Queue-Id: B02186F136 X-Spamd-Bar: ++ Authentication-Results: mx1.freebsd.org; spf=pass (mx1.freebsd.org: domain of gonzo@bluezbox.com designates 45.55.20.155 as permitted sender) smtp.mailfrom=gonzo@bluezbox.com X-Spamd-Result: default: False [2.30 / 15.00]; ARC_NA(0.00)[]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; R_SPF_ALLOW(-0.20)[+mx]; NEURAL_SPAM_SHORT(0.06)[0.057,0]; MIME_GOOD(-0.10)[text/plain]; HAS_XAW(0.00)[]; DMARC_NA(0.00)[bluezbox.com]; NEURAL_SPAM_MEDIUM(0.51)[0.510,0]; RCPT_COUNT_FIVE(0.00)[5]; RCVD_COUNT_THREE(0.00)[3]; MIME_TRACE(0.00)[0:+]; TO_MATCH_ENVRCPT_SOME(0.00)[]; MX_GOOD(-0.01)[mx.bluezbox.com]; NEURAL_SPAM_LONG(0.42)[0.416,0]; RCVD_TLS_LAST(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; SUBJECT_ENDS_QUESTION(1.00)[]; ASN(0.00)[asn:14061, ipnet:45.55.0.0/19, country:US]; MID_RHS_MATCH_FROM(0.00)[]; IP_SCORE(0.62)[asn: 14061(3.20), country: US(-0.08)] X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Dec 2018 21:32:05 -0000 bob prohaska (fbsd@www.zefox.net) wrote: > On Wed, Dec 19, 2018 at 05:14:07PM +1100, Brian Scott wrote: > > > > I believe the problem now is that support for builtin sound on the RPI3 > > is still a work in progress (it goes through the HDMI subsystem and I > > think it was a 32 vs. 64 bit issue but is a mystery to me beyond that). > > > > I infer that sound is only a distant murmur on the Pi3..... > > 8-) > > Thanks for the clarification! Well, it's a bit more than murmur but still nowhere near where it should be. Year ago I spent some time trying to make it work here is the latest WIP patch: https://people.freebsd.org/~gonzo/arm/patches/vchiq-wip-20180217.diff The audio does play for a short while and then locks up and since there is no way to know what happens on the VideoCore side the debugging becomes a bit problematic. -- gonzo