From 3245dfcb629ced90a2570dc04db99f59af60b888 Mon Sep 17 00:00:00 2001 From: Bert Vermeulen Date: Thu, 5 Aug 2010 03:52:32 +0200 Subject: [PATCH] define pre/post-trigger capture ratio option --- hwplugin.c | 1 + 1 file changed, 1 insertion(+) diff --git a/hwplugin.c b/hwplugin.c index aa1b8f7f..1fd95214 100644 --- a/hwplugin.c +++ b/hwplugin.c @@ -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}, };