pulse-server: refactor some more

This commit is contained in:
Wim Taymans 2020-10-28 16:48:46 +01:00
parent d518e02b19
commit af0d6e5354
3 changed files with 541 additions and 557 deletions

View file

@ -101,7 +101,7 @@ struct sample_spec {
.format = SAMPLE_FLOAT32LE, \
.rate = 44100, \
.channels = 2, \
};
}
static inline uint32_t sample_spec_frame_size(const struct sample_spec *ss)
{