define pre/post-trigger capture ratio option

This commit is contained in:
Bert Vermeulen 2010-08-05 03:52:32 +02:00
parent b5698bd71e
commit 3245dfcb62
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@ GSList *plugins;
*/
struct hwcap_option hwcap_options[] = {
{HWCAP_SAMPLERATE, T_UINT64, "Sample rate", "samplerate"},
{HWCAP_CAPTURE_RATIO, T_UINT64, "Pre-trigger capture ratio", "captureratio"},
{0, 0, NULL, NULL},
};