File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -220,6 +220,7 @@ static const struct ad7173_device_info ad7173_device_info[] = {
220
220
.num_sinc5_data_rates = ARRAY_SIZE (ad7173_sinc5_data_rates ),
221
221
},
222
222
[ID_AD7172_4 ] = {
223
+ .name = "ad7172-4" ,
223
224
.id = AD7172_4_ID ,
224
225
.num_inputs = 9 ,
225
226
.num_channels = 8 ,
@@ -262,6 +263,7 @@ static const struct ad7173_device_info ad7173_device_info[] = {
262
263
.num_sinc5_data_rates = ARRAY_SIZE (ad7175_sinc5_data_rates ),
263
264
},
264
265
[ID_AD7175_8 ] = {
266
+ .name = "ad7175-8" ,
265
267
.id = AD7175_8_ID ,
266
268
.num_inputs = 17 ,
267
269
.num_channels = 16 ,
@@ -290,6 +292,7 @@ static const struct ad7173_device_info ad7173_device_info[] = {
290
292
.num_sinc5_data_rates = ARRAY_SIZE (ad7175_sinc5_data_rates ),
291
293
},
292
294
[ID_AD7177_2 ] = {
295
+ .name = "ad7177-2" ,
293
296
.id = AD7177_ID ,
294
297
.num_inputs = 5 ,
295
298
.num_channels = 4 ,
You can’t perform that action at this time.
0 commit comments