The ad9631 drivers do not compile with C++, is there a C++ version of the ad9631 code ?
The ad9631 drivers do not compile with C++, is there a C++ version of the ad9631 code ?
Basically one of structures uses initializer not supported by C++ standard.
I fixed it by providing all structure field in initializer:
struct gain_table_info ad9361_adi_gt_info[] =