diff options
| -rw-r--r-- | include/linux/mfd/si476x-core.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/include/linux/mfd/si476x-core.h b/include/linux/mfd/si476x-core.h index ede3022c03c4..ba89b94e4a56 100644 --- a/include/linux/mfd/si476x-core.h +++ b/include/linux/mfd/si476x-core.h | |||
| @@ -515,11 +515,11 @@ enum si476x_fm_receiver_properties { | |||
| 515 | }; | 515 | }; |
| 516 | 516 | ||
| 517 | enum si476x_prop_audio_pwr_line_filter_bits { | 517 | enum si476x_prop_audio_pwr_line_filter_bits { |
| 518 | SI476X_PROP_PWR_HARMONICS_MASK = 0b0000000000011111, | 518 | SI476X_PROP_PWR_HARMONICS_MASK = 0x001f, |
| 519 | SI476X_PROP_PWR_GRID_MASK = 0b0000000100000000, | 519 | SI476X_PROP_PWR_GRID_MASK = 0x0100, |
| 520 | SI476X_PROP_PWR_ENABLE_MASK = 0b0000001000000000, | 520 | SI476X_PROP_PWR_ENABLE_MASK = 0x0200, |
| 521 | SI476X_PROP_PWR_GRID_50HZ = 0b0000000000000000, | 521 | SI476X_PROP_PWR_GRID_50HZ = 0x0000, |
| 522 | SI476X_PROP_PWR_GRID_60HZ = 0b0000000100000000, | 522 | SI476X_PROP_PWR_GRID_60HZ = 0x0100, |
| 523 | }; | 523 | }; |
| 524 | 524 | ||
| 525 | enum si476x_prop_fm_rds_config_bits { | 525 | enum si476x_prop_fm_rds_config_bits { |
