| .. | .. |
|---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-or-later */ |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * v4l2 device driver for cx2388x based TV cards |
|---|
| 3 | 4 | * |
|---|
| 4 | 5 | * (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. |
|---|
| 15 | 6 | */ |
|---|
| 16 | 7 | |
|---|
| 17 | 8 | #ifndef CX88_H |
|---|
| .. | .. |
|---|
| 108 | 99 | /* static data */ |
|---|
| 109 | 100 | |
|---|
| 110 | 101 | struct cx8800_fmt { |
|---|
| 111 | | - const char *name; |
|---|
| 112 | 102 | u32 fourcc; /* v4l2 format id */ |
|---|
| 113 | 103 | int depth; |
|---|
| 114 | 104 | int flags; |
|---|
| .. | .. |
|---|
| 238 | 228 | #define CX88_BOARD_WINFAST_DTV1800H_XC4000 88 |
|---|
| 239 | 229 | #define CX88_BOARD_WINFAST_TV2000_XP_GLOBAL_6F36 89 |
|---|
| 240 | 230 | #define CX88_BOARD_WINFAST_TV2000_XP_GLOBAL_6F43 90 |
|---|
| 231 | +#define CX88_BOARD_NOTONLYTV_LV3H 91 |
|---|
| 241 | 232 | |
|---|
| 242 | 233 | enum cx88_itype { |
|---|
| 243 | 234 | CX88_VMUX_COMPOSITE1 = 1, |
|---|