summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornetchild <netchild@FreeBSD.org>2005-09-18 15:38:40 +0000
committernetchild <netchild@FreeBSD.org>2005-09-18 15:38:40 +0000
commita14edd9388fe5884dbb0f59375b1e90ca8a399b7 (patch)
treed7dd70f53934da69a929793efc53c8e6042e7ca2
parent76ba572aab2d004e2b7f1599c7af30846e313dcd (diff)
downloadFreeBSD-src-a14edd9388fe5884dbb0f59375b1e90ca8a399b7.zip
FreeBSD-src-a14edd9388fe5884dbb0f59375b1e90ca8a399b7.tar.gz
Add the KLD to the sndstat info.
-rw-r--r--sys/dev/sound/usb/uaudio_pcm.c2
1 files changed, 1 insertions, 1 deletions
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)) {
OpenPOWER on IntegriCloud