From nobody Sat Apr 18 10:50:36 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 4fyT703P2Dz6ZTdM for ; Sat, 18 Apr 2026 10:50:36 +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 4fyT702kg9z46bv for ; Sat, 18 Apr 2026 10:50:36 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1776509436; 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=96pEWjlKEA3tWecNGC3qP80ofQ4tF0dQEHZuv/nHxyo=; b=LlqM+kF3ORxuWYxve1ob0lGYPdSYCZI3ft+3gbJLLqF8mtg83J0AV0V8xiw4bc2D9feKcZ zO4ine8buYea28xUK+MeR+yXKVQ+qcKwPj17CJPWEp7qp1y+BemF7S+EtQxclS6MVX2IAa P3TjaWcg54uU6RvpK3rigyc8JML6zZB1QxxufXYjzH0QFW71dY7qJmu18VOZJL4a4xYiZx xbYQwMwT/ltucUr7rtYc/xcbB7LYx9uzYspazYZXOalRH4Xd8BMQBq5vUkIktsgsehc0ON ZkSHmhKI+Y/le6y2KN/dEZYKMO4zUMG3BKwinzTfaTjcbpr4uAXB6Z+kCu+H6w== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1776509436; a=rsa-sha256; cv=none; b=iWa7FOA138AHgUIdeNJkys1aRa4Z2+f98n2QI+3LWMYTjYIh0Ej7ZSpC0JpXWIahT0GmVz chjdU6m7skrm8zQ7/VomvOlglaaaPSi9oTC8Wp8YjiDl+m2ufOj6IwrMHjG8Utg3dmP3Gk FJb8rYpAiNs5zFO3OYbnH1IxkjPtp4URL1tAIB9elC5Od1k+W45waL4d3ryXM+2/jY9HcE uuz/F/bzvLsXZ4Tdo1uM5gFIvLQTQ1h0xdlnVn8g+4hSRhMgNdAKn+FDvsWjdE2xRCOnkF Vl2hsuU63tdAA7/+L+Kvam3hS/boyvSoEROkzHVIsTHhdOkC1Z/fIcH+xnqXhA== 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=1776509436; 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=96pEWjlKEA3tWecNGC3qP80ofQ4tF0dQEHZuv/nHxyo=; b=DUV+szRKOR/sb4LGO4RoXt6kMPIJboA4cpBE7evAEBtprBXNJmJox3uonHSuQxYdFTpYQc H6k3AoxjT06rOlL5KxIrqCcCpUiTigR1dGhVA9A8GBZnJ6K4GWjToduxYqqIwqLATrcoCe 5iXdwY/Wzh1c1GnNJFwpIBCufmnUURmcG+N3uVhfFDlp9Hnt2vebSMbUrbOAMX5082NzyY o+vrNdWz7mIfmX+WJ+5XwQzzSg/3aCZkK7DN2sIvPg2g5shFPCrFnUczsJLPJfyBC32k0N U8qowjmzVG3KWrOfmmbw2X7LkX0tcuwC5Tx9003OGlSgNAzRKZpv6Z0uNXb7AQ== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4fyT702KSRzdMD for ; Sat, 18 Apr 2026 10:50:36 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 325ed by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Sat, 18 Apr 2026 10:50:36 +0000 To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org From: Christos Margiolis Subject: git: 602249f033d1 - main - sound: Remove some forward declarations from sound.h and uaudio.h 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 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: 602249f033d146d9c731d8b1cb4b2e0899c61ad9 Auto-Submitted: auto-generated Date: Sat, 18 Apr 2026 10:50:36 +0000 Message-Id: <69e361fc.325ed.76cd59ea@gitrepo.freebsd.org> The branch main has been updated by christos: URL: https://cgit.FreeBSD.org/src/commit/?id=602249f033d146d9c731d8b1cb4b2e0899c61ad9 commit 602249f033d146d9c731d8b1cb4b2e0899c61ad9 Author: Christos Margiolis AuthorDate: 2026-04-18 10:50:03 +0000 Commit: Christos Margiolis CommitDate: 2026-04-18 10:50:03 +0000 sound: Remove some forward declarations from sound.h and uaudio.h Sponsored by: The FreeBSD Foundation MFC after: 1 week --- sys/dev/sound/pcm/sound.h | 5 +---- sys/dev/sound/usb/uaudio.h | 2 -- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/sys/dev/sound/pcm/sound.h b/sys/dev/sound/pcm/sound.h index de9af6bd5324..56ef6af8e546 100644 --- a/sys/dev/sound/pcm/sound.h +++ b/sys/dev/sound/pcm/sound.h @@ -75,15 +75,12 @@ #include #include -struct pcm_channel; -struct pcm_feeder; -struct snd_dbuf; struct snd_mixer; -#include #include #include #include +#include #include #include diff --git a/sys/dev/sound/usb/uaudio.h b/sys/dev/sound/usb/uaudio.h index 54b31a4e7bd2..05858473eb00 100644 --- a/sys/dev/sound/usb/uaudio.h +++ b/sys/dev/sound/usb/uaudio.h @@ -33,9 +33,7 @@ struct uaudio_chan; struct uaudio_softc; -struct snd_dbuf; struct snd_mixer; -struct pcm_channel; extern int uaudio_attach_sub(device_t dev, kobj_class_t mixer_class, kobj_class_t chan_class);