|
@@ -125,7 +125,7 @@ static const struct iio_chan_spec ad5933_channels[] = {
|
|
|
.type = IIO_VOLTAGE,
|
|
|
.indexed = 1,
|
|
|
.channel = 0,
|
|
|
- .extend_name = "real_raw",
|
|
|
+ .extend_name = "real",
|
|
|
.address = AD5933_REG_REAL_DATA,
|
|
|
.scan_index = 0,
|
|
|
.scan_type = {
|
|
@@ -137,7 +137,7 @@ static const struct iio_chan_spec ad5933_channels[] = {
|
|
|
.type = IIO_VOLTAGE,
|
|
|
.indexed = 1,
|
|
|
.channel = 0,
|
|
|
- .extend_name = "imag_raw",
|
|
|
+ .extend_name = "imag",
|
|
|
.address = AD5933_REG_IMAG_DATA,
|
|
|
.scan_index = 1,
|
|
|
.scan_type = {
|