The branch main has been updated by christos:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=5cc36854ee63dc695d90a841d9db587bec67ba24

commit 5cc36854ee63dc695d90a841d9db587bec67ba24
Author:     Christos Margiolis <[email protected]>
AuthorDate: 2025-10-01 08:18:32 +0000
Commit:     Christos Margiolis <[email protected]>
CommitDate: 2025-10-01 08:23:02 +0000

    devd: Remove SND package
    
    This was done by accident, build snd.conf always.
    
    Reported by:    ivy
    Fixes:          2ffaca551eaf ("snd_hda: Implement automatic redirection 
between associations")
    Sponsored by:   The FreeBSD Foundation
    MFC after:      1 day
---
 sbin/devd/Makefile | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/sbin/devd/Makefile b/sbin/devd/Makefile
index f65eee93dd4b..dad6f4f9c340 100644
--- a/sbin/devd/Makefile
+++ b/sbin/devd/Makefile
@@ -4,7 +4,7 @@ WARNS?= 6
 PACKAGE=devd
 CONFGROUPS=    CONFS DEVD
 CONFS= devd.conf
-DEVD=  devmatch.conf
+DEVD=  devmatch.conf snd.conf
 DEVDDIR=       /etc/devd
 .if ${MK_ACPI} != "no"
 DEVD+= asus.conf
@@ -51,11 +51,6 @@ NVMEDIR=             ${DEVDDIR}
 NVME+=                 nvmf.conf
 NVMEPACKAGE=           nvme-tools
 
-CONFGROUPS+=   SND
-SNDDIR=                ${DEVDDIR}
-SND+=          snd.conf
-SNDPACKAGE=    snd
-
 .if ${MK_USB} != "no"
 DEVD+= uath.conf ulpt.conf
 .endif

Reply via email to