alsa: support planar formats

This commit is contained in:
Wim Taymans 2020-07-01 11:42:10 +02:00
parent 6e03b4005d
commit f65d71dd5b
4 changed files with 57 additions and 38 deletions

View file

@ -107,6 +107,7 @@ struct state {
int rate;
int channels;
size_t frame_size;
int blocks;
int rate_denom;
uint32_t delay;
uint32_t read_size;