]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/iio/dac/ad5686.c
iio:dac:ad5686 move to info_mask_(shared_by_type/separate)
[karo-tx-linux.git] / drivers / iio / dac / ad5686.c
index 5e554af21703cad89c4490427859e4e8b8812520..06439b1af9b6ff1edcbc55a7a021e87a9c8f9137 100644 (file)
@@ -276,9 +276,9 @@ static const struct iio_chan_spec_ext_info ad5686_ext_info[] = {
                .indexed = 1,                                   \
                .output = 1,                                    \
                .channel = chan,                                \
-               .info_mask = IIO_CHAN_INFO_RAW_SEPARATE_BIT |   \
-               IIO_CHAN_INFO_SCALE_SHARED_BIT,                 \
-               .address = AD5686_ADDR_DAC(chan),                       \
+               .info_mask_separate = BIT(IIO_CHAN_INFO_RAW),   \
+               .info_mask_shared_by_type = BIT(IIO_CHAN_INFO_SCALE),\
+               .address = AD5686_ADDR_DAC(chan),               \
                .scan_type = IIO_ST('u', bits, 16, shift),      \
                .ext_info = ad5686_ext_info,                    \
 }