forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-09 b22da3d8526a935aa31e086e63f60ff3246cb61c
kernel/drivers/media/pci/cx18/cx18-cards.h
....@@ -1,3 +1,4 @@
1
+/* SPDX-License-Identifier: GPL-2.0-or-later */
12 /*
23 * cx18 functions to query card hardware
34 *
....@@ -5,16 +6,6 @@
56 *
67 * Copyright (C) 2007 Hans Verkuil <hverkuil@xs4all.nl>
78 * 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.
189 */
1910
2011 /* hardware flags */
....@@ -83,7 +74,7 @@
8374 u32 active_hi_mask; /* GPIO outputs that reset i2c chips when high */
8475 int msecs_asserted; /* time period reset must remain asserted */
8576 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 */
8778 };
8879
8980 struct cx18_gpio_audio_input { /* select tuner/line in input */