From owner-dev-commits-src-main@freebsd.org Fri Sep 24 07:35:10 2021 Return-Path: Delivered-To: dev-commits-src-main@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 5AFEE6B7A35; Fri, 24 Sep 2021 07:35:10 +0000 (UTC) (envelope-from hselasky@freebsd.org) Received: from mail.turbocat.net (turbocat.net [88.99.82.50]) (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 4HG3ht1GRNz4RKX; Fri, 24 Sep 2021 07:35:10 +0000 (UTC) (envelope-from hselasky@freebsd.org) Received: from hps2020.home.selasky.org (unknown [178.17.145.105]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by mail.turbocat.net (Postfix) with ESMTPSA id 24CE3260196; Fri, 24 Sep 2021 09:35:09 +0200 (CEST) Subject: Re: git: 903873ce1560 - main - Implement and use new mixer(3) library for FreeBSD. To: Konstantin Belousov Cc: src-committers@freebsd.org, dev-commits-src-all@freebsd.org, dev-commits-src-main@freebsd.org References: <202109221803.18MI3gdA013391@gitrepo.freebsd.org> From: Hans Petter Selasky Message-ID: Date: Fri, 24 Sep 2021 09:34:55 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:78.0) Gecko/20100101 Thunderbird/78.14.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4HG3ht1GRNz4RKX X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-BeenThere: dev-commits-src-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for the main branch of the src repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Sep 2021 07:35:10 -0000 On 9/24/21 2:46 AM, Konstantin Belousov wrote: > On Wed, Sep 22, 2021 at 06:03:42PM +0000, Hans Petter Selasky wrote: >> The branch main has been updated by hselasky: >> >> URL: https://cgit.FreeBSD.org/src/commit/?id=903873ce15600fc02a0ea42cbf888cff232b411d >> >> commit 903873ce15600fc02a0ea42cbf888cff232b411d >> Author: Hans Petter Selasky >> AuthorDate: 2021-09-22 13:42:51 +0000 >> Commit: Hans Petter Selasky >> CommitDate: 2021-09-22 17:43:56 +0000 >> >> Implement and use new mixer(3) library for FreeBSD. >> >> Wiki article: https://wiki.freebsd.org/SummerOfCode2021Projects/SoundMixerImprovements >> This project was part of Google Summer of Code 2021. >> >> Submitted by: christos@ >> Differential Revision: https://reviews.freebsd.org/D31636 >> Sponsored by: NVIDIA Networking > > This library is supposed to be used by user' applications, right? > If yes, it is highly desirable to provide symbol versioning from the > start. Yes. --HPS