The branch main has been updated by christos:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=352aa9ad1d77a8ea8e4afef66691dc1a06344618

commit 352aa9ad1d77a8ea8e4afef66691dc1a06344618
Author:     Christos Margiolis <chris...@freebsd.org>
AuthorDate: 2025-02-25 11:44:18 +0000
Commit:     Christos Margiolis <chris...@freebsd.org>
CommitDate: 2025-02-25 11:44:18 +0000

    snd_uaudio: Remove undefined functions
    
    Sponsored by:   The FreeBSD Foundation
    MFC after:      1 week
    Reviewed by:    dev_submerge.ch, markj, emaste
    Differential Revision:  https://reviews.freebsd.org/D48424
---
 sys/dev/sound/usb/uaudio.h | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/sys/dev/sound/usb/uaudio.h b/sys/dev/sound/usb/uaudio.h
index 08144701efe5..54b31a4e7bd2 100644
--- a/sys/dev/sound/usb/uaudio.h
+++ b/sys/dev/sound/usb/uaudio.h
@@ -64,8 +64,4 @@ extern void   uaudio_mixer_set(struct uaudio_softc *, struct 
snd_mixer *,
 extern uint32_t        uaudio_mixer_setrecsrc(struct uaudio_softc *, struct 
snd_mixer *,
                    uint32_t src);
 
-int    uaudio_get_vendor(device_t dev);
-int    uaudio_get_product(device_t dev);
-int    uaudio_get_release(device_t dev);
-
 #endif                 /* _UAUDIO_H_ */

Reply via email to