diff options
author | Tomasz Wasilczyk <twasilczyk@google.com> | 2018-01-05 13:37:19 -0800 |
---|---|---|
committer | Tomasz Wasilczyk <twasilczyk@google.com> | 2018-01-05 13:37:44 -0800 |
commit | 88960f1d3dc5cccb7c899cdf3341f89c9b90ff45 (patch) | |
tree | 35d598d364a4a3c66071b4801fa2dc8b60463ec7 /broadcastradio | |
parent | 3fe18f6c0190bc46997e7d53793fd6b2afac48f9 (diff) | |
download | platform_hardware_interfaces-88960f1d3dc5cccb7c899cdf3341f89c9b90ff45.tar.gz platform_hardware_interfaces-88960f1d3dc5cccb7c899cdf3341f89c9b90ff45.tar.bz2 platform_hardware_interfaces-88960f1d3dc5cccb7c899cdf3341f89c9b90ff45.zip |
Fix few typos in broadcast radio HAL 2.0 comments.
Bug: 69958423
Test: none
Change-Id: Ic9e5ddd4fb6d033f6f98eb0b537856abe4e4f025
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 d77e8c12f6..b6e77155c2 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, |