update properties

This commit is contained in:
Wim Taymans 2017-02-28 10:48:53 +01:00
parent dbae2e3f96
commit 9dd826136d
11 changed files with 287 additions and 491 deletions

View file

@ -41,7 +41,6 @@ typedef struct _SpaALSAState SpaALSAState;
typedef struct _SpaALSABuffer SpaALSABuffer;
typedef struct {
SpaProps props;
char device[64];
char device_name[128];
char card_name[128];
@ -84,7 +83,8 @@ struct _SpaALSAState {
SpaNodeEventCallback event_cb;
void *user_data;
SpaALSAProps props[2];
uint8_t props_buffer[1024];
SpaALSAProps props;
bool opened;
snd_pcm_t *hndl;