Commit ce34a89
committed
iio: dac: ad5686: fix triggered buffer support
Sample for the first channel was repeated over all the channels.
Endianness conversion is already taken care inside the write function
implementation. Also, IIO_TRIGGERED_BUFFER dependency is missing in
Kconfig.
Signed-off-by: Rodrigo Alencar <rodrigo.alencar@analog.com>1 parent bf41747 commit ce34a89
3 files changed
+9
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
224 | 224 | | |
225 | 225 | | |
226 | 226 | | |
| 227 | + | |
| 228 | + | |
227 | 229 | | |
228 | 230 | | |
229 | 231 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
511 | 511 | | |
512 | 512 | | |
513 | 513 | | |
514 | | - | |
515 | | - | |
516 | | - | |
517 | | - | |
| 514 | + | |
| 515 | + | |
518 | 516 | | |
519 | | - | |
| 517 | + | |
520 | 518 | | |
521 | 519 | | |
522 | 520 | | |
523 | 521 | | |
524 | | - | |
525 | | - | |
526 | | - | |
527 | | - | |
| 522 | + | |
| 523 | + | |
528 | 524 | | |
529 | | - | |
| 525 | + | |
530 | 526 | | |
531 | 527 | | |
532 | 528 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
| |||
0 commit comments