Add the KLD to the sndstat info.

This commit is contained in:
Alexander Leidinger 2005-09-18 15:38:40 +00:00
parent c61957b5fb
commit edffb4c891

View file

@ -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)) {