mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add the KLD to the sndstat info.
This commit is contained in:
parent
c61957b5fb
commit
edffb4c891
1 changed files with 1 additions and 1 deletions
|
|
@ -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)) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue