Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Documentation: ABI: add sinc1 and sinc5+pf1 filter

Add sinc1 and sinc5+pf1 filter types used for ad4080 device.

Include these two options into the filter_type available attribute.

Add also the option for filter disabled.

Signed-off-by: Antoniu Miclaus <antoniu.miclaus@analog.com>
Link: https://patch.msgid.link/20250516082630.8236-11-antoniu.miclaus@analog.com
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>

authored by

Antoniu Miclaus and committed by
Jonathan Cameron
1543572f 6b31ba18

+4
+4
Documentation/ABI/testing/sysfs-bus-iio
··· 2278 2278 Reading returns a list with the possible filter modes. Options 2279 2279 for the attribute: 2280 2280 2281 + * "none" - Filter is disabled/bypassed. 2282 + * "sinc1" - The digital sinc1 filter. Fast 1st 2283 + conversion time. Poor noise performance. 2281 2284 * "sinc3" - The digital sinc3 filter. Moderate 1st 2282 2285 conversion time. Good noise performance. 2283 2286 * "sinc4" - Sinc 4. Excellent noise performance. Long ··· 2296 2293 * "sinc3+pf2" - Sinc3 + device specific Post Filter 2. 2297 2294 * "sinc3+pf3" - Sinc3 + device specific Post Filter 3. 2298 2295 * "sinc3+pf4" - Sinc3 + device specific Post Filter 4. 2296 + * "sinc5+pf1" - Sinc5 + device specific Post Filter 1. 2299 2297 * "wideband" - filter with wideband low ripple passband 2300 2298 and sharp transition band. 2301 2299