This is replaced by SR_CONF_BUFFERSIZE.
case SR_DI_HWCAPS:
*data = hwcaps;
break;
- case SR_DI_BUFFERSIZES:
- *data = buffersizes;
- break;
case SR_DI_TIMEBASES:
*data = timebases;
break;
(void)sdi;
switch (key) {
+ case SR_CONF_BUFFERSIZE:
+ *data = buffersizes;
+ break;
default:
return SR_ERR_ARG;
}
SR_DI_HWCAPS,
/** Types of logic trigger supported, out of "01crf" (char *). */
SR_DI_TRIGGER_TYPES,
- /** Supported buffer sizes. */
- SR_DI_BUFFERSIZES,
/** Supported time bases. */
SR_DI_TIMEBASES,
/** Supported trigger sources. */