summaryrefslogtreecommitdiff
path: root/sys/dev/sound/pci
diff options
context:
space:
mode:
authorAlexander Motin <mav@FreeBSD.org>2009-03-16 12:42:23 +0000
committerAlexander Motin <mav@FreeBSD.org>2009-03-16 12:42:23 +0000
commitad7de3aafbd53fa0fd0b4d339d8c3c65c6d805f0 (patch)
tree00c3e0e5d52186bf22541bc2c760f63fda5e7cac /sys/dev/sound/pci
parented53753dac4c203fe471dbaa5b26d29ff049893d (diff)
Notes
Diffstat (limited to 'sys/dev/sound/pci')
-rw-r--r--sys/dev/sound/pci/hda/hdac.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/sound/pci/hda/hdac.c b/sys/dev/sound/pci/hda/hdac.c
index 1f997f79acd1..d828dd9f3569 100644
--- a/sys/dev/sound/pci/hda/hdac.c
+++ b/sys/dev/sound/pci/hda/hdac.c
@@ -7923,9 +7923,9 @@ hdac_pcm_attach(device_t dev)
device_printf(dev, "+--------------------------------------+\n");
hdac_dump_pcmchannels(pdevinfo);
device_printf(dev, "\n");
- device_printf(dev, "+--------------------------------+\n");
- device_printf(dev, "| DUMPING Playback/Record Pathes |\n");
- device_printf(dev, "+--------------------------------+\n");
+ device_printf(dev, "+-------------------------------+\n");
+ device_printf(dev, "| DUMPING Playback/Record Paths |\n");
+ device_printf(dev, "+-------------------------------+\n");
hdac_dump_dac(pdevinfo);
hdac_dump_adc(pdevinfo);
hdac_dump_mix(pdevinfo);