forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
kernel/drivers/media/pci/cx88/cx88.h
....@@ -1,17 +1,8 @@
1
+/* SPDX-License-Identifier: GPL-2.0-or-later */
12 /*
23 * v4l2 device driver for cx2388x based TV cards
34 *
45 * (c) 2003,04 Gerd Knorr <kraxel@bytesex.org> [SUSE Labs]
5
- *
6
- * This program is free software; you can redistribute it and/or modify
7
- * it under the terms of the GNU General Public License as published by
8
- * the Free Software Foundation; either version 2 of the License, or
9
- * (at your option) any later version.
10
- *
11
- * This program is distributed in the hope that it will be useful,
12
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
13
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14
- * GNU General Public License for more details.
156 */
167
178 #ifndef CX88_H
....@@ -108,7 +99,6 @@
10899 /* static data */
109100
110101 struct cx8800_fmt {
111
- const char *name;
112102 u32 fourcc; /* v4l2 format id */
113103 int depth;
114104 int flags;
....@@ -238,6 +228,7 @@
238228 #define CX88_BOARD_WINFAST_DTV1800H_XC4000 88
239229 #define CX88_BOARD_WINFAST_TV2000_XP_GLOBAL_6F36 89
240230 #define CX88_BOARD_WINFAST_TV2000_XP_GLOBAL_6F43 90
231
+#define CX88_BOARD_NOTONLYTV_LV3H 91
241232
242233 enum cx88_itype {
243234 CX88_VMUX_COMPOSITE1 = 1,