diff options
author | Tomasz Wasilczyk <twasilczyk@google.com> | 2018-01-08 23:54:09 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2018-01-08 23:54:09 +0000 |
commit | 06c82dd9329e4814bdd03b4c2377f81a44b49e40 (patch) | |
tree | 0b3e3ae54b1997984097b96c1344d5eb1c04a7fd /broadcastradio | |
parent | 1a5fca60197e53023ef64ad9a0f8f7ca66141ddb (diff) | |
parent | 88960f1d3dc5cccb7c899cdf3341f89c9b90ff45 (diff) | |
download | platform_hardware_interfaces-06c82dd9329e4814bdd03b4c2377f81a44b49e40.tar.gz platform_hardware_interfaces-06c82dd9329e4814bdd03b4c2377f81a44b49e40.tar.bz2 platform_hardware_interfaces-06c82dd9329e4814bdd03b4c2377f81a44b49e40.zip |
Merge "Fix few typos in broadcast radio HAL 2.0 comments."
Diffstat (limited to 'broadcastradio')
-rw-r--r-- | broadcastradio/2.0/types.hal | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/broadcastradio/2.0/types.hal b/broadcastradio/2.0/types.hal index c5880e27e8..1fd3715eb0 100644 --- a/broadcastradio/2.0/types.hal +++ b/broadcastradio/2.0/types.hal @@ -67,7 +67,7 @@ enum ConfigFlag : uint32_t { * Forces the digital playback for the supporting radio technology. * * User may disable digital-analog handover that happens with poor - * receiption conditions. With digital forced, the radio will remain silent + * reception conditions. With digital forced, the radio will remain silent * instead of switching to analog channel if it's available. This is purely * user choice, it does not reflect the actual state of handover. */ @@ -76,8 +76,9 @@ enum ConfigFlag : uint32_t { /** * RDS Alternative Frequencies. * - * If set, radio tuner automatically switches to the best available - * frequency that currently listened RDS station broadcasts. + * If set and the currently tuned RDS station broadcasts on multiple + * channels, radio tuner automatically switches to the best available + * alternative. */ RDS_AF, |