state correct interpretation of peak configs

parent e5397816
......@@ -117,9 +117,7 @@ struct fsi_channel_config {
int npeaks; /**< number of valid peaks to be requested in peaks array */
int channel_gain; /**< bool: *do* make use of channel gain */
struct fsi_peak_config
peaks[FSI_MAX_PEAKS]; /**< peak requests
FIXME: should peak params be identical for all of them?
If so, this needs not be an array and npeaks is sufficient */
peaks[FSI_MAX_PEAKS]; /**< peak requests (each peak has separate params */
};
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment