From owner-freebsd-arch@freebsd.org Mon Jan 11 07:10:01 2021 Return-Path: Delivered-To: freebsd-arch@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 843B44CEB4F for ; Mon, 11 Jan 2021 07:10:01 +0000 (UTC) (envelope-from gonzo@freebsd.org) Received: from mailman.nyi.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 4DDlG133Tnz4nt8 for ; Mon, 11 Jan 2021 07:10:01 +0000 (UTC) (envelope-from gonzo@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id 66F5B4CECEC; Mon, 11 Jan 2021 07:10:01 +0000 (UTC) Delivered-To: arch@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 66BD74CEB4D for ; Mon, 11 Jan 2021 07:10:01 +0000 (UTC) (envelope-from gonzo@freebsd.org) 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 4DDlG10tWhz4p2M for ; Mon, 11 Jan 2021 07:10:00 +0000 (UTC) (envelope-from gonzo@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=bluezbox.com; s=mail; h=Content-Type:MIME-Version:Message-ID:Subject:To: From:Date:Sender:Reply-To:Cc:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=hDpssxoPnPHkt8EK8ve9CjtYz4/5u0IywI72pCvx3Yg=; b=AMKrJsQ95ThWDHBPnUn/J8daL8 YqzmxbrvzI3/LUiOqAVinES7Qj1lk6J3IKP0B4lRG+nRqbS9JK0zD5q4GhF+L9xKHnbpF4BOYiass jEJ91ad8bJvTpqqKSHApbpbeg7/qmrPadhZXM2DpmXsGJiCzmGUThO3s5mYoyTn/LLf4=; Received: from localhost ([127.0.0.1] helo=id.bluezbox.com) by id.bluezbox.com with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94 (FreeBSD)) (envelope-from ) id 1kyrKs-000HKQ-Gu for arch@freebsd.org; Sun, 10 Jan 2021 23:09:55 -0800 Received: (from gonzo@localhost) by id.bluezbox.com (8.15.2/8.15.2/Submit) id 10B79sxW066613 for arch@freebsd.org; Sun, 10 Jan 2021 23:09:54 -0800 (PST) (envelope-from gonzo@freebsd.org) X-Authentication-Warning: id.bluezbox.com: gonzo set sender to gonzo@freebsd.org using -f Date: Sun, 10 Jan 2021 23:09:54 -0800 From: Oleksandr Tymoshenko To: arch@freebsd.org Subject: RFC: SoC audio framework Message-ID: <20210111070954.GA66409@bluezbox.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Operating-System: FreeBSD/11.2-RELEASE-p10 (amd64) 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: Hi, For some time I've been working on an audio support for ARM-based SoCs. I submitted the framework part for review and also on included two drivers to illustrate the framework usage. It's pretty low-in [...] 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: 4DDlG10tWhz4p2M X-Spamd-Bar: / Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [0.00 / 15.00]; local_wl_from(0.00)[freebsd.org]; ASN(0.00)[asn:14061, ipnet:45.55.0.0/19, country:US] X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Jan 2021 07:10:01 -0000 Hi, For some time I've been working on an audio support for ARM-based SoCs. I submitted the framework part for review and also on included two drivers to illustrate the framework usage. It's pretty low-intrusive and self-contained so I don't expect to break things in a major way but would appreciate if somebody went through it with a fresh pair of eyes. Review URL: https://reviews.freebsd.org/D27830 Full branch with more drivers: https://github.com/gonzoua/freebsd-src/tree/projects/socaudio Thank you -- gonzo