mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-16 08:56:45 -05:00
update properties
This commit is contained in:
parent
dbae2e3f96
commit
9dd826136d
11 changed files with 287 additions and 491 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue