diff options
Diffstat (limited to 'include/osmo-fl2k.h')
-rw-r--r-- | include/osmo-fl2k.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/osmo-fl2k.h b/include/osmo-fl2k.h index 8d3cc3b..6a1b3ee 100644 --- a/include/osmo-fl2k.h +++ b/include/osmo-fl2k.h @@ -50,6 +50,9 @@ typedef struct fl2k_data_info { /* filled in by application */ int sampletype_signed; /* are samples signed or unsigned? */ + /* Either iq_buf or (r_buf, g_buf and b_buf) must be non-null */ + char *iq_buf; /* pointer to data containing interleaved r and g + data */ char *r_buf; /* pointer to red buffer */ char *g_buf; /* pointer to green buffer */ char *b_buf; /* pointer to blue buffer */ |