20 lines · plain
1What: /sys/bus/iio/devices/iio:deviceX/buffer/length_align_bytes2KernelVersion: 5.43Contact: linux-iio@vger.kernel.org4Description:5 DMA buffers tend to have a alignment requirement for the6 buffers. If this alignment requirement is not met samples might7 be dropped from the buffer.8 9 This property reports the alignment requirements in bytes.10 This means that the buffer size in bytes needs to be a integer11 multiple of the number reported by this file.12 13 The alignment requirements in number of sample sets will depend14 on the enabled channels and the bytes per channel. This means15 that the alignment requirement in samples sets might change16 depending on which and how many channels are enabled. Whereas17 the alignment requirement reported in bytes by this property18 will remain static and does not depend on which channels are19 enabled.20