Page MenuHomeFreeBSD

D46857.diff
No OneTemporary

D46857.diff

diff --git a/sys/dev/sound/pcm/sndstat.c b/sys/dev/sound/pcm/sndstat.c
--- a/sys/dev/sound/pcm/sndstat.c
+++ b/sys/dev/sound/pcm/sndstat.c
@@ -1280,7 +1280,7 @@
}
sbuf_printf(s, "\n\t");
- sbuf_printf(s, "interrupts %d, ", c->interrupts);
+ sbuf_printf(s, "\tinterrupts %d, ", c->interrupts);
if (c->direction == PCMDIR_REC) {
sbuf_printf(s,
@@ -1310,14 +1310,14 @@
}
sbuf_printf(s, "\n\t");
- sbuf_printf(s, "channel flags=0x%b", c->flags, CHN_F_BITS);
+ sbuf_printf(s, "\tchannel flags=0x%b", c->flags, CHN_F_BITS);
sbuf_printf(s, "\n\t");
if (c->parentchannel != NULL) {
- sbuf_printf(s, "{%s}", (c->direction == PCMDIR_REC) ?
+ sbuf_printf(s, "\t{%s}", (c->direction == PCMDIR_REC) ?
c->parentchannel->name : "userland");
} else {
- sbuf_printf(s, "{%s}", (c->direction == PCMDIR_REC) ?
+ sbuf_printf(s, "\t{%s}", (c->direction == PCMDIR_REC) ?
"hardware" : "userland");
}
sbuf_printf(s, " -> ");

File Metadata

Mime Type
text/plain
Expires
Thu, Oct 3, 4:16 PM (21 h, 47 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
13296787
Default Alt Text
D46857.diff (972 B)

Event Timeline