| .. | .. |
|---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-only */ |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * FM Driver for Connectivity chip of Texas Instruments. |
|---|
| 3 | 4 | * |
|---|
| 4 | 5 | * Common header for all FM driver sub-modules. |
|---|
| 5 | 6 | * |
|---|
| 6 | 7 | * Copyright (C) 2011 Texas Instruments |
|---|
| 7 | | - * |
|---|
| 8 | | - * This program is free software; you can redistribute it and/or modify |
|---|
| 9 | | - * it under the terms of the GNU General Public License version 2 as |
|---|
| 10 | | - * published by the Free Software Foundation. |
|---|
| 11 | | - * |
|---|
| 12 | | - * This program is distributed in the hope that it will be useful, |
|---|
| 13 | | - * but WITHOUT ANY WARRANTY; without even the implied warranty of |
|---|
| 14 | | - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|---|
| 15 | | - * GNU General Public License for more details. |
|---|
| 16 | | - * |
|---|
| 17 | 8 | */ |
|---|
| 18 | 9 | |
|---|
| 19 | 10 | #ifndef _FM_DRV_H |
|---|
| .. | .. |
|---|
| 133 | 124 | /* |
|---|
| 134 | 125 | * Current RX channel Alternate Frequency cache. |
|---|
| 135 | 126 | * This info is used to switch to other freq (AF) |
|---|
| 136 | | - * when current channel signal strengh is below RSSI threshold. |
|---|
| 127 | + * when current channel signal strength is below RSSI threshold. |
|---|
| 137 | 128 | */ |
|---|
| 138 | 129 | struct tuned_station_info { |
|---|
| 139 | 130 | u16 picode; |
|---|
| .. | .. |
|---|
| 228 | 219 | struct fm_rx rx; /* FM receiver info */ |
|---|
| 229 | 220 | struct fmtx_data tx_data; |
|---|
| 230 | 221 | |
|---|
| 231 | | - /* V4L2 ctrl framwork handler*/ |
|---|
| 222 | + /* V4L2 ctrl framework handler*/ |
|---|
| 232 | 223 | struct v4l2_ctrl_handler ctrl_handler; |
|---|
| 233 | 224 | |
|---|
| 234 | 225 | /* For core assisted locking */ |
|---|