git: bd9a9c001951 - stable/14 - snd_uaudio: Remove undefined functions

From: Christos Margiolis <christos_at_FreeBSD.org>
Date: Tue, 04 Mar 2025 15:47:05 UTC
The branch stable/14 has been updated by christos:

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

commit bd9a9c0019517bb1433172e59c9df3c0cb171eb8
Author:     Christos Margiolis <christos@FreeBSD.org>
AuthorDate: 2025-02-25 11:44:18 +0000
Commit:     Christos Margiolis <christos@FreeBSD.org>
CommitDate: 2025-03-04 15:46:06 +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
    
    (cherry picked from commit 352aa9ad1d77a8ea8e4afef66691dc1a06344618)
---
 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_ */