From a14edd9388fe5884dbb0f59375b1e90ca8a399b7 Mon Sep 17 00:00:00 2001 From: netchild Date: Sun, 18 Sep 2005 15:38:40 +0000 Subject: Add the KLD to the sndstat info. --- sys/dev/sound/usb/uaudio_pcm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/sound/usb/uaudio_pcm.c b/sys/dev/sound/usb/uaudio_pcm.c index 134fc7c..320a3d0 100644 --- a/sys/dev/sound/usb/uaudio_pcm.c +++ b/sys/dev/sound/usb/uaudio_pcm.c @@ -334,7 +334,7 @@ ua_attach(device_t dev) return(ENXIO); } - snprintf(status, SND_STATUSLEN, "at addr ?"); + snprintf(status, SND_STATUSLEN, "at ? %s", PCM_KLDSTRING(snd_uaudio)); #ifndef NO_RECORDING if (pcm_register(dev, ua, 1, 1)) { -- cgit v1.1