| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0+ |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * Driver for Analog Devices ADV748X 8 channel analog front end (AFE) receiver |
|---|
| 3 | 4 | * with standard definition processor (SDP) |
|---|
| 4 | 5 | * |
|---|
| 5 | 6 | * Copyright (C) 2017 Renesas Electronics Corp. |
|---|
| 6 | | - * |
|---|
| 7 | | - * This program is free software; you can redistribute it and/or modify it |
|---|
| 8 | | - * under the terms of the GNU General Public License as published by the |
|---|
| 9 | | - * Free Software Foundation; either version 2 of the License, or (at your |
|---|
| 10 | | - * option) any later version. |
|---|
| 11 | 7 | */ |
|---|
| 12 | 8 | |
|---|
| 13 | 9 | #include <linux/delay.h> |
|---|
| .. | .. |
|---|
| 286 | 282 | goto unlock; |
|---|
| 287 | 283 | } |
|---|
| 288 | 284 | |
|---|
| 289 | | - ret = adv748x_txb_power(state, enable); |
|---|
| 285 | + ret = adv748x_tx_power(afe->tx, enable); |
|---|
| 290 | 286 | if (ret) |
|---|
| 291 | 287 | goto unlock; |
|---|
| 292 | 288 | |
|---|