make bitfields unsigned

Remove driver property from client-node of client-stream.
This commit is contained in:
Wim Taymans 2019-04-10 17:52:42 +02:00
parent 787900e8bf
commit 092a0c660d
19 changed files with 64 additions and 59 deletions

View file

@ -121,7 +121,7 @@ struct impl {
uint32_t cpu_flags;
struct convert conv;
int is_passthrough:1;
unsigned int is_passthrough:1;
};
#define CHECK_PORT(this,d,id) (id == 0)