.. | .. |
---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-or-later */ |
---|
1 | 2 | /* |
---|
2 | 3 | * cx18 functions to query card hardware |
---|
3 | 4 | * |
---|
.. | .. |
---|
5 | 6 | * |
---|
6 | 7 | * Copyright (C) 2007 Hans Verkuil <hverkuil@xs4all.nl> |
---|
7 | 8 | * Copyright (C) 2008 Andy Walls <awalls@md.metrocast.net> |
---|
8 | | - * |
---|
9 | | - * This program is free software; you can redistribute it and/or modify |
---|
10 | | - * it under the terms of the GNU General Public License as published by |
---|
11 | | - * the Free Software Foundation; either version 2 of the License, or |
---|
12 | | - * (at your option) any later version. |
---|
13 | | - * |
---|
14 | | - * This program is distributed in the hope that it will be useful, |
---|
15 | | - * but WITHOUT ANY WARRANTY; without even the implied warranty of |
---|
16 | | - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
---|
17 | | - * GNU General Public License for more details. |
---|
18 | 9 | */ |
---|
19 | 10 | |
---|
20 | 11 | /* hardware flags */ |
---|
.. | .. |
---|
83 | 74 | u32 active_hi_mask; /* GPIO outputs that reset i2c chips when high */ |
---|
84 | 75 | int msecs_asserted; /* time period reset must remain asserted */ |
---|
85 | 76 | int msecs_recovery; /* time after deassert for chips to be ready */ |
---|
86 | | - u32 ir_reset_mask; /* GPIO to reset the Zilog Z8F0811 IR contoller */ |
---|
| 77 | + u32 ir_reset_mask; /* GPIO to reset the Zilog Z8F0811 IR controller */ |
---|
87 | 78 | }; |
---|
88 | 79 | |
---|
89 | 80 | struct cx18_gpio_audio_input { /* select tuner/line in input */ |
---|