Publish config key capabilities on session driver.
This commit is contained in:
parent
90cefe0cc7
commit
68ac991dba
|
@ -50,9 +50,9 @@ struct session_vdev {
|
|||
};
|
||||
|
||||
static const uint32_t devopts[] = {
|
||||
SR_CONF_CAPTUREFILE,
|
||||
SR_CONF_CAPTURE_UNITSIZE,
|
||||
SR_CONF_SAMPLERATE,
|
||||
SR_CONF_CAPTUREFILE | SR_CONF_SET,
|
||||
SR_CONF_CAPTURE_UNITSIZE | SR_CONF_GET | SR_CONF_SET,
|
||||
SR_CONF_SAMPLERATE | SR_CONF_GET | SR_CONF_SET,
|
||||
};
|
||||
|
||||
static int receive_data(int fd, int revents, void *cb_data)
|
||||
|
|
Loading…
Reference in New Issue