summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound/pci/au88x0.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/sound/pci/au88x0.c')
-rw-r--r--sys/dev/sound/pci/au88x0.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/sound/pci/au88x0.c b/sys/dev/sound/pci/au88x0.c
index d5191b2..12691cd 100644
--- a/sys/dev/sound/pci/au88x0.c
+++ b/sys/dev/sound/pci/au88x0.c
@@ -529,9 +529,9 @@ au88x0_set_status(device_t dev)
struct au88x0_info *aui;
aui = pcm_getdevinfo(dev);
- snprintf(status, sizeof status, "at %s 0x%lx irq %ld",
+ snprintf(status, sizeof status, "at %s 0x%lx irq %ld %s",
(aui->aui_regtype == SYS_RES_IOPORT)? "io" : "memory",
- rman_get_start(aui->aui_reg), rman_get_start(aui->aui_irq));
+ rman_get_start(aui->aui_reg), rman_get_start(aui->aui_irq),PCM_KLDSTRING(snd_au88x0));
pcm_setstatus(dev, status);
}
OpenPOWER on IntegriCloud