From nobody Thu Sep 1 08:27:50 2022 X-Original-To: freebsd-arm@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 4MJDgv66fYz4ZnCQ for ; Thu, 1 Sep 2022 08:27:55 +0000 (UTC) (envelope-from ronald-lists@klop.ws) Received: from smarthost1.greenhost.nl (smarthost1.greenhost.nl [195.190.28.88]) (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 4MJDgt3K8pz3dNV for ; Thu, 1 Sep 2022 08:27:54 +0000 (UTC) (envelope-from ronald-lists@klop.ws) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=klop.ws; s=mail; h=Content-Transfer-Encoding:Content-Type:In-Reply-To:From:References: To:Subject:MIME-Version:Date:Message-ID:Sender:Reply-To:Cc:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=EbuFNx/0OrpOjDHI9BCQXEQNAGs5GGgIqQr9/G7bp6g=; b=cSAxP3XkF402sV9ZWRXUcmpqTE b9bhGxTjpRzEqQ7unrnogh2KowHlki3jznGy5lrJFPddx2ng3JKp9omHlmsrMUiAHTuMn8dBd0E48 VDVkaG4D/1/R2mcgy5eUOG4thVIiOJWCEP+VUhG6f+dAhkYa53MjU76VEGtGIG+NHMr4=; Message-ID: Date: Thu, 1 Sep 2022 10:27:50 +0200 List-Id: Porting FreeBSD to ARM processors List-Archive: https://lists.freebsd.org/archives/freebsd-arm List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-arm@freebsd.org MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:91.0) Gecko/20100101 Thunderbird/91.13.0 Subject: Re: sound on raspberry pi 4 Content-Language: en-US To: Hans Petter Selasky , freebsd-arm@freebsd.org, Marco Devesas Campos <",devesas.campos"@gmail.com>, Warner Losh References: <1e9994f4-39f9-5adf-2cb7-03c9981b424e@selasky.org> From: Ronald Klop In-Reply-To: <1e9994f4-39f9-5adf-2cb7-03c9981b424e@selasky.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Authenticated-As-Hash: 398f5522cb258ce43cb679602f8cfe8b62a256d1 X-Virus-Scanned: by clamav at smarthost1.greenhost.nl X-Spam-Level: / X-Spam-Score: -0.4 X-Spam-Status: No, score=-0.4 required=5.0 tests=ALL_TRUSTED,BAYES_50,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,NICE_REPLY_A,T_SCC_BODY_TEXT_LINE autolearn=disabled version=3.4.2 X-Scan-Signature: 71684ae416b12bc74806129cb02de027 X-Rspamd-Queue-Id: 4MJDgt3K8pz3dNV X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=klop.ws header.s=mail header.b=cSAxP3Xk; dmarc=pass (policy=quarantine) header.from=klop.ws; spf=pass (mx1.freebsd.org: domain of ronald-lists@klop.ws designates 195.190.28.88 as permitted sender) smtp.mailfrom=ronald-lists@klop.ws X-Spamd-Result: default: False [-2.49 / 15.00]; SUSPICIOUS_RECIPS(1.50)[]; NEURAL_HAM_MEDIUM(-1.00)[-0.999]; NEURAL_HAM_SHORT(-1.00)[-0.999]; NEURAL_HAM_LONG(-1.00)[-0.995]; DMARC_POLICY_ALLOW(-0.50)[klop.ws,quarantine]; R_DKIM_ALLOW(-0.20)[klop.ws:s=mail]; R_SPF_ALLOW(-0.20)[+ip4:195.190.28.64/27]; MIME_GOOD(-0.10)[text/plain]; FROM_EQ_ENVFROM(0.00)[]; MLMMJ_DEST(0.00)[freebsd-arm@freebsd.org]; RCVD_COUNT_ZERO(0.00)[0]; FREEMAIL_TO(0.00)[selasky.org,freebsd.org,gmail.com,bsdimp.com]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:47172, ipnet:195.190.28.0/24, country:NL]; DKIM_TRACE(0.00)[klop.ws:+]; MID_RHS_MATCH_FROM(0.00)[]; RCPT_COUNT_THREE(0.00)[4]; FROM_HAS_DN(0.00)[]; RCVD_IN_DNSWL_NONE(0.00)[195.190.28.88:from]; TO_DN_SOME(0.00)[]; TO_MATCH_ENVRCPT_SOME(0.00)[]; TAGGED_RCPT(0.00)[]; ARC_NA(0.00)[] X-ThisMailContainsUnwantedMimeParts: N On 9/1/22 10:02, Hans Petter Selasky wrote: > On 9/1/22 09:05, Ronald Klop wrote: >> >> A patch is available which fixes this. I tested it myself. >> https://lists.freebsd.org/archives/freebsd-arm/2022-February/000949.html > > Can you upload your patch to: > > reviews.freebsd.org - differential revision ? > > w/ full patch context? > > Just add me as a reviewer. > > --HPS According to this mail https://lists.freebsd.org/archives/freebsd-arm/2022-February/001073.html. I think it is best if Marco or Warner take a look at that. If they don't react before the weekend I will try to create a Review. Regards, Ronald.