pulse-server: update volume and mute for record streams

This commit is contained in:
Wim Taymans 2020-10-08 19:36:12 +02:00
parent 680f8bc645
commit 13dfa9d64b

View file

@ -1360,6 +1360,10 @@ static int do_create_record_stream(struct client *client, uint32_t command, uint
stream->create_tag = tag; stream->create_tag = tag;
stream->ss = ss; stream->ss = ss;
stream->map = map; stream->map = map;
stream->volume = volume;
stream->volume_set = volume_set;
stream->muted = muted;
stream->muted_set = muted_set;
stream->frame_size = sample_spec_frame_size(&stream->ss); stream->frame_size = sample_spec_frame_size(&stream->ss);