Page MenuHomeFreeBSD

D53558.diff
No OneTemporary

D53558.diff

diff --git a/sys/dev/sound/pcm/feeder.c b/sys/dev/sound/pcm/feeder.c
--- a/sys/dev/sound/pcm/feeder.c
+++ b/sys/dev/sound/pcm/feeder.c
@@ -88,19 +88,10 @@
if (f == NULL)
return NULL;
- f->data = NULL;
- f->source = NULL;
- f->parent = NULL;
f->class = fc;
f->desc = &(f->desc_static);
-
- if (desc) {
+ if (desc != NULL)
*(f->desc) = *desc;
- } else {
- f->class->type = FEEDER_ROOT;
- f->desc->in = 0;
- f->desc->out = 0;
- }
err = FEEDER_INIT(f);
if (err) {

File Metadata

Mime Type
text/plain
Expires
Mon, Apr 6, 7:49 AM (9 h, 44 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
30948888
Default Alt Text
D53558.diff (484 B)

Event Timeline