summaryrefslogtreecommitdiffstats
path: root/broadcastradio
diff options
context:
space:
mode:
authorTomasz Wasilczyk <twasilczyk@google.com>2018-01-05 13:37:19 -0800
committerTomasz Wasilczyk <twasilczyk@google.com>2018-01-05 13:37:44 -0800
commit88960f1d3dc5cccb7c899cdf3341f89c9b90ff45 (patch)
tree35d598d364a4a3c66071b4801fa2dc8b60463ec7 /broadcastradio
parent3fe18f6c0190bc46997e7d53793fd6b2afac48f9 (diff)
downloadandroid_hardware_interfaces-88960f1d3dc5cccb7c899cdf3341f89c9b90ff45.tar.gz
android_hardware_interfaces-88960f1d3dc5cccb7c899cdf3341f89c9b90ff45.tar.bz2
android_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.hal7
1 files changed, 4 insertions, 3 deletions
diff --git a/broadcastradio/2.0/types.hal b/broadcastradio/2.0/types.hal
index d77e8c12f..b6e77155c 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,