summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound/pci/solo.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/sound/pci/solo.c')
-rw-r--r--sys/dev/sound/pci/solo.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/sound/pci/solo.c b/sys/dev/sound/pci/solo.c
index 0a4ed4d..1e213b6 100644
--- a/sys/dev/sound/pci/solo.c
+++ b/sys/dev/sound/pci/solo.c
@@ -997,9 +997,9 @@ ess_attach(device_t dev)
goto no;
}
- snprintf(status, SND_STATUSLEN, "at io 0x%lx,0x%lx,0x%lx irq %ld",
+ snprintf(status, SND_STATUSLEN, "at io 0x%lx,0x%lx,0x%lx irq %ld %s",
rman_get_start(sc->io), rman_get_start(sc->sb), rman_get_start(sc->vc),
- rman_get_start(sc->irq));
+ rman_get_start(sc->irq),PCM_KLDSTRING(snd_solo));
if (pcm_register(dev, sc, 1, 1))
goto no;
OpenPOWER on IntegriCloud