.. | .. |
---|
32 | 32 | #define FORMAT_IS_PLANAR 0x2 |
---|
33 | 33 | |
---|
34 | 34 | struct saa7146_format { |
---|
35 | | - char *name; |
---|
36 | 35 | u32 pixelformat; |
---|
37 | 36 | u32 trans; |
---|
38 | 37 | u8 depth; |
---|
.. | .. |
---|
151 | 150 | |
---|
152 | 151 | struct saa7146_ext_vv |
---|
153 | 152 | { |
---|
154 | | - /* informations about the video capabilities of the device */ |
---|
| 153 | + /* information about the video capabilities of the device */ |
---|
155 | 154 | int inputs; |
---|
156 | 155 | int audios; |
---|
157 | 156 | u32 capabilities; |
---|
.. | .. |
---|
241 | 240 | #define SAA7146_CLIPPING_MASK 0x6 |
---|
242 | 241 | #define SAA7146_CLIPPING_MASK_INVERTED 0x7 |
---|
243 | 242 | |
---|
244 | | -/* output formats: each entry holds four informations */ |
---|
| 243 | +/* output formats: each entry holds four information */ |
---|
245 | 244 | #define RGB08_COMPOSED 0x0217 /* composed is used in the sense of "not-planar" */ |
---|
246 | 245 | /* this means: planar?=0, yuv2rgb-conversation-mode=2, dither=yes(=1), format-mode = 7 */ |
---|
247 | 246 | #define RGB15_COMPOSED 0x0213 |
---|