From nobody Wed May 27 15:33:39 2026 X-Original-To: dev-commits-src-main@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 4gQYYb4TsZz6fCL3 for ; Wed, 27 May 2026 15:33:39 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (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-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R13" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4gQYYb2yjKz3Xjq for ; Wed, 27 May 2026 15:33:39 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1779896019; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=D6kHCszV2oeilqRW30EEGTgC9vKJnWUvyWM+Nza1UJ4=; b=fsyLVluvEpgwwBBuKh6PWNPmfat4oideO9p3F+nxX39l8USFWH6r/iLz8+syChZ+9cbzDQ oxUhYKPwOOIGYmdmVYfbyX/oZ3MsxtEOPbZN4OgBF3CWeXF8SzhsMG9idiYH87KTVJK8si KYwcuJqgfjliOEIMYWez9ulH2tCEtByOIYvUSW+l7iN1r4L1Dmo9uuhX6hnhQqhM+yLrf6 sLUFPcC26BAEcrmOGM5+LbRFX1TqMzxxA5cTl/leC1HW5zjv5FziNvHYKCceU9GXgThQIB xd9EBlqV4N0L6ltCMs+emNQwSoOzRu/xpoqa7IbgX4Mi0zShtB8w/CYtdBLY4g== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1779896019; a=rsa-sha256; cv=none; b=UVnuakxaph6cyu0LRZGU16tslYVG7jhmQdqp2zAdmaprPLZAFCMIgv45TTha7yLwIRQbmI 2z5BdmUZ5LDCGFDeKSU2sa8QJizaXUikwxtigdaQh6h0bqKkpQ+RW4xIZHSrg67NfFYLms Zn9UzoD1WtaZ2tncUhfKDN/XbRSu2CAotIVc9d8Fp0jp4dJEex+z/Gf4Dpm3xKS/lsExg/ nvZEK5nvttOb7YOLG2P7U0MBuh7kTX19u1sksOs1KwwUOpeiv9VWTCYu0lg99ZYlCpTGm9 ilSZfb/eUIboVKO8Jzy1mIuUG25Prf/P05loZOtkFZ603RkkK9n0ojKIja2Slw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1779896019; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=D6kHCszV2oeilqRW30EEGTgC9vKJnWUvyWM+Nza1UJ4=; b=UQjCCpF7yfdLAOvs4FPwgrZ94Pyv8Vge1tdeCKrFfxCd6t5kb8KMX+YSjbO8cIgtbEayvs C5GzAfn789YWKhtZsizP9ksLKfmXvJCA76DGX1tg5NbRbSy9c/+BmeRnc78Q+SVrcGo+r1 BlNz2Tp3p7G+JA0vSV2rjKVlnHfOyEMKdEbmWayxV2OiLP3cVsTBn+hD6tTV8US4IrUpG3 QQIWdTLPgsLc1Kk0AugfbR+ylfFFUOpSvGTFbM1b1WY/Iuu5F4+zAXqJN6ub7tcEs5m4qK IkqY/Mbwroy3gAqPH97MQp2pJdJ4iw6Ww6eeztNlG5RZWt2q9/qJebverfIpoQ== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4gQYYb2P7kz14kC for ; Wed, 27 May 2026 15:33:39 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 27143 by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Wed, 27 May 2026 15:33:39 +0000 To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org From: Christos Margiolis Subject: git: 773bbfc57328 - main - sound: Update mixer.c LICENSE header List-Id: Commit messages for the main branch of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-src-main@freebsd.org Sender: owner-dev-commits-src-main@FreeBSD.org List-Id: List-Post: List-Help: List-Subscribe: List-Unsubscribe: List-Owner: Precedence: list MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: christos X-Git-Repository: src X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 773bbfc57328f0a7947f2ad9a30de6a45ccce758 Auto-Submitted: auto-generated Date: Wed, 27 May 2026 15:33:39 +0000 Message-Id: <6a170ed3.27143.29e28ff@gitrepo.freebsd.org> The branch main has been updated by christos: URL: https://cgit.FreeBSD.org/src/commit/?id=773bbfc57328f0a7947f2ad9a30de6a45ccce758 commit 773bbfc57328f0a7947f2ad9a30de6a45ccce758 Author: Christos Margiolis AuthorDate: 2026-04-17 17:33:00 +0000 Commit: Christos Margiolis CommitDate: 2026-05-27 15:32:12 +0000 sound: Update mixer.c LICENSE header Sponsored by: The FreeBSD Foundation MFC after: 1 week Pull Request: https://ron-dev.freebsd.org/FreeBSD/src/pulls/18 --- sys/dev/sound/pcm/mixer.c | 4 ++++ sys/dev/sound/pcm/mixer.h | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/sys/dev/sound/pcm/mixer.c b/sys/dev/sound/pcm/mixer.c index 8d96486c862b..3ddee24417cc 100644 --- a/sys/dev/sound/pcm/mixer.c +++ b/sys/dev/sound/pcm/mixer.c @@ -5,6 +5,10 @@ * Portions Copyright (c) Ryan Beasley - GSoC 2006 * Copyright (c) 1999 Cameron Grant * All rights reserved. + * Copyright (c) 2026 The FreeBSD Foundation + * + * Portions of this software were developed by Christos Margiolis + * under sponsorship from the FreeBSD Foundation. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/sys/dev/sound/pcm/mixer.h b/sys/dev/sound/pcm/mixer.h index 34f0514c6271..6f764307cfc8 100644 --- a/sys/dev/sound/pcm/mixer.h +++ b/sys/dev/sound/pcm/mixer.h @@ -4,6 +4,10 @@ * Copyright (c) 2005-2009 Ariff Abdullah * Copyright (c) 1999 Cameron Grant * All rights reserved. + * Copyright (c) 2026 The FreeBSD Foundation + * + * Portions of this software were developed by Christos Margiolis + * under sponsorship from the FreeBSD Foundation. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions