X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=alsa_write.c;h=535e7194c07f021e9958907effc5d8816333a8c7;hb=146316482306dc68ca4ecb4ff2658d2380a75338;hp=a211985ab94bb71406d7729793387bbabc5fc452;hpb=128c594f32be41d928df432298a013a168891ab7;p=paraslash.git diff --git a/alsa_write.c b/alsa_write.c index a211985a..535e7194 100644 --- a/alsa_write.c +++ b/alsa_write.c @@ -324,7 +324,7 @@ again: ret = -E_ALSA; err: assert(ret < 0); - btr_remove_node(btrn); + btr_remove_node(&wn->btrn); t->error = ret; } @@ -358,7 +358,6 @@ void alsa_write_init(struct writer *w) w->pre_select = alsa_write_pre_select; w->post_select = alsa_write_post_select; w->parse_config_or_die = alsa_parse_config_or_die; - w->shutdown = NULL; /* nothing to do */ w->free_config = alsa_free_config; w->help = (struct ggo_help) { .short_help = alsa_write_args_info_help,