From edffb4c89179cfec15a549a3a53d89c5efe2f507 Mon Sep 17 00:00:00 2001 From: Alexander Leidinger Date: Sun, 18 Sep 2005 15:38:40 +0000 Subject: [PATCH] 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 134fc7c9765..320a3d074c1 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)) {