|
205 | 205 | <setting id="hdradio_prepend_channel_numbers" type="boolean" label="30117" help="30517">
|
206 | 206 | <dependencies>
|
207 | 207 | <dependency type="enable">
|
208 |
| - <or> |
209 |
| - <condition setting="region_regioncode" operator="is">0</condition> |
210 |
| - <condition setting="region_regioncode" operator="is">2</condition> |
211 |
| - </or> |
| 208 | + <and> |
| 209 | + <or> |
| 210 | + <condition setting="region_regioncode" operator="is">0</condition> |
| 211 | + <condition setting="region_regioncode" operator="is">2</condition> |
| 212 | + </or> |
| 213 | + <condition setting="hdradio_enable" operator="is">true</condition> |
| 214 | + </and> |
212 | 215 | </dependency>
|
213 |
| - <dependency type="enable" setting="hdradio_enable">true</dependency> |
214 | 216 | </dependencies>
|
215 | 217 | <level>0</level>
|
216 | 218 | <default>false</default>
|
|
220 | 222 | <setting id="hdradio_output_gain" type="number" label="30109" help="30509">
|
221 | 223 | <dependencies>
|
222 | 224 | <dependency type="enable">
|
223 |
| - <or> |
224 |
| - <condition setting="region_regioncode" operator="is">0</condition> |
225 |
| - <condition setting="region_regioncode" operator="is">2</condition> |
226 |
| - </or> |
| 225 | + <and> |
| 226 | + <or> |
| 227 | + <condition setting="region_regioncode" operator="is">0</condition> |
| 228 | + <condition setting="region_regioncode" operator="is">2</condition> |
| 229 | + </or> |
| 230 | + <condition setting="hdradio_enable" operator="is">true</condition> |
| 231 | + </and> |
227 | 232 | </dependency>
|
228 |
| - <dependency type="enable" setting="hdradio_enable">true</dependency> |
229 | 233 | </dependencies>
|
230 | 234 | <level>0</level>
|
231 | 235 | <default>-3.0</default>
|
|
284 | 288 | <setting id="dabradio_coarse_corrector" type="boolean" label="30104" help="30204">
|
285 | 289 | <dependencies>
|
286 | 290 | <dependency type="enable">
|
287 |
| - <or> |
288 |
| - <condition setting="region_regioncode" operator="is">0</condition> |
289 |
| - <condition setting="region_regioncode" operator="is">3</condition> |
290 |
| - </or> |
291 |
| - <dependency type="enable" setting="dabradio_enable">true</dependency> |
| 291 | + <and> |
| 292 | + <or> |
| 293 | + <condition setting="region_regioncode" operator="is">0</condition> |
| 294 | + <condition setting="region_regioncode" operator="is">3</condition> |
| 295 | + </or> |
| 296 | + <condition setting="dabradio_enable" operator="is">true</condition> |
| 297 | + </and> |
292 | 298 | </dependency>
|
293 | 299 | </dependencies>
|
294 | 300 | <level>0</level>
|
|
299 | 305 | <setting id="dabradio_coarse_corrector_type" type="integer" label="30113" help="30203">
|
300 | 306 | <dependencies>
|
301 | 307 | <dependency type="enable">
|
302 |
| - <or> |
303 |
| - <condition setting="region_regioncode" operator="is">0</condition> |
304 |
| - <condition setting="region_regioncode" operator="is">3</condition> |
305 |
| - </or> |
306 |
| - <dependency type="enable" setting="dabradio_enable">true</dependency> |
307 |
| - <dependency type="enable" setting="dabradio_coarse_corrector">true</dependency> |
| 308 | + <and> |
| 309 | + <or> |
| 310 | + <condition setting="region_regioncode" operator="is">0</condition> |
| 311 | + <condition setting="region_regioncode" operator="is">3</condition> |
| 312 | + </or> |
| 313 | + <condition setting="dabradio_enable" operator="is">true</condition> |
| 314 | + <condition setting="dabradio_coarse_corrector" operator="is">true</condition> |
| 315 | + </and> |
308 | 316 | </dependency>
|
309 | 317 | </dependencies>
|
310 | 318 | <level>0</level>
|
|
342 | 350 | <setting id="wxradio_sample_rate" type="integer" label="30110" help="30510">
|
343 | 351 | <dependencies>
|
344 | 352 | <dependency type="enable">
|
345 |
| - <or> |
346 |
| - <condition setting="region_regioncode" operator="is">0</condition> |
347 |
| - <condition setting="region_regioncode" operator="is">2</condition> |
348 |
| - </or> |
| 353 | + <and> |
| 354 | + <or> |
| 355 | + <condition setting="region_regioncode" operator="is">0</condition> |
| 356 | + <condition setting="region_regioncode" operator="is">2</condition> |
| 357 | + </or> |
| 358 | + <condition setting="wxradio_enable" operator="is">true</condition> |
| 359 | + </and> |
349 | 360 | </dependency>
|
350 |
| - <dependency type="enable" setting="wxradio_enable">true</dependency> |
351 | 361 | </dependencies>
|
352 | 362 | <level>0</level>
|
353 | 363 | <default>1600000</default>
|
|
369 | 379 | <setting id="wxradio_output_samplerate" type="integer" label="30105" help="30505">
|
370 | 380 | <dependencies>
|
371 | 381 | <dependency type="enable">
|
372 |
| - <or> |
373 |
| - <condition setting="region_regioncode" operator="is">0</condition> |
374 |
| - <condition setting="region_regioncode" operator="is">2</condition> |
375 |
| - </or> |
| 382 | + <and> |
| 383 | + <or> |
| 384 | + <condition setting="region_regioncode" operator="is">0</condition> |
| 385 | + <condition setting="region_regioncode" operator="is">2</condition> |
| 386 | + </or> |
| 387 | + <condition setting="wxradio_enable" operator="is">true</condition> |
| 388 | + </and> |
376 | 389 | </dependency>
|
377 |
| - <dependency type="enable" setting="wxradio_enable">true</dependency> |
378 | 390 | </dependencies>
|
379 | 391 | <level>0</level>
|
380 | 392 | <default>48000</default>
|
|
390 | 402 | <setting id="wxradio_output_gain" type="number" label="30109" help="30509">
|
391 | 403 | <dependencies>
|
392 | 404 | <dependency type="enable">
|
393 |
| - <or> |
394 |
| - <condition setting="region_regioncode" operator="is">0</condition> |
395 |
| - <condition setting="region_regioncode" operator="is">2</condition> |
396 |
| - </or> |
| 405 | + <and> |
| 406 | + <or> |
| 407 | + <condition setting="region_regioncode" operator="is">0</condition> |
| 408 | + <condition setting="region_regioncode" operator="is">2</condition> |
| 409 | + </or> |
| 410 | + <condition setting="wxradio_enable" operator="is">true</condition> |
| 411 | + </and> |
397 | 412 | </dependency>
|
398 |
| - <dependency type="enable" setting="wxradio_enable">true</dependency> |
399 | 413 | </dependencies>
|
400 | 414 | <level>0</level>
|
401 | 415 | <default>-3.0</default>
|
|
0 commit comments