iio: core: add high pass filter attributes
[deliverable/linux.git] / drivers / iio / industrialio-core.c
index dfa81db3b910e860c5c8ad0418a0a18657343a06..9688a88b6198ee0a27a8336519ba3a30776e7e8d 100644 (file)
@@ -117,6 +117,8 @@ static const char * const iio_chan_info_postfix[] = {
        [IIO_CHAN_INFO_AVERAGE_RAW] = "mean_raw",
        [IIO_CHAN_INFO_LOW_PASS_FILTER_3DB_FREQUENCY]
        = "filter_low_pass_3db_frequency",
+       [IIO_CHAN_INFO_HIGH_PASS_FILTER_3DB_FREQUENCY]
+       = "filter_high_pass_3db_frequency",
        [IIO_CHAN_INFO_SAMP_FREQ] = "sampling_frequency",
        [IIO_CHAN_INFO_FREQUENCY] = "frequency",
        [IIO_CHAN_INFO_PHASE] = "phase",
This page took 0.027263 seconds and 5 git commands to generate.