hc
2024-05-13 9d77db3c730780c8ef5ccd4b66403ff5675cfe4e
kernel/include/media/drv-intf/saa7146_vv.h
....@@ -32,7 +32,6 @@
3232 #define FORMAT_IS_PLANAR 0x2
3333
3434 struct saa7146_format {
35
- char *name;
3635 u32 pixelformat;
3736 u32 trans;
3837 u8 depth;
....@@ -151,7 +150,7 @@
151150
152151 struct saa7146_ext_vv
153152 {
154
- /* informations about the video capabilities of the device */
153
+ /* information about the video capabilities of the device */
155154 int inputs;
156155 int audios;
157156 u32 capabilities;
....@@ -241,7 +240,7 @@
241240 #define SAA7146_CLIPPING_MASK 0x6
242241 #define SAA7146_CLIPPING_MASK_INVERTED 0x7
243242
244
-/* output formats: each entry holds four informations */
243
+/* output formats: each entry holds four information */
245244 #define RGB08_COMPOSED 0x0217 /* composed is used in the sense of "not-planar" */
246245 /* this means: planar?=0, yuv2rgb-conversation-mode=2, dither=yes(=1), format-mode = 7 */
247246 #define RGB15_COMPOSED 0x0213