diff options
-rw-r--r-- | Documentation/translations/zh_CN/video4linux/v4l2-framework.txt | 6 | ||||
-rw-r--r-- | drivers/media/pci/bt8xx/Kconfig | 2 | ||||
-rw-r--r-- | drivers/media/pci/cx18/cx18-streams.c | 4 | ||||
-rw-r--r-- | drivers/media/radio/Kconfig | 10 | ||||
-rw-r--r-- | drivers/media/radio/wl128x/Kconfig | 2 | ||||
-rw-r--r-- | drivers/media/usb/gspca/m5602/Kconfig | 2 | ||||
-rw-r--r-- | drivers/staging/media/zoran/Kconfig | 2 |
7 files changed, 13 insertions, 15 deletions
diff --git a/Documentation/translations/zh_CN/video4linux/v4l2-framework.txt b/Documentation/translations/zh_CN/video4linux/v4l2-framework.txt index c77c0f060864..66c7c568bd86 100644 --- a/Documentation/translations/zh_CN/video4linux/v4l2-framework.txt +++ b/Documentation/translations/zh_CN/video4linux/v4l2-framework.txt | |||
@@ -1,4 +1,4 @@ | |||
1 | Chinese translated version of Documentation/video4linux/v4l2-framework.txt | 1 | Chinese translated version of Documentation/media/media_kapi.rst |
2 | 2 | ||
3 | If you have any comment or update to the content, please contact the | 3 | If you have any comment or update to the content, please contact the |
4 | original document maintainer directly. However, if you have a problem | 4 | original document maintainer directly. However, if you have a problem |
@@ -9,7 +9,7 @@ or if there is a problem with the translation. | |||
9 | Maintainer: Mauro Carvalho Chehab <mchehab@kernel.org> | 9 | Maintainer: Mauro Carvalho Chehab <mchehab@kernel.org> |
10 | Chinese maintainer: Fu Wei <tekkamanninja@gmail.com> | 10 | Chinese maintainer: Fu Wei <tekkamanninja@gmail.com> |
11 | --------------------------------------------------------------------- | 11 | --------------------------------------------------------------------- |
12 | Documentation/video4linux/v4l2-framework.txt 的中文翻译 | 12 | Documentation/media/media_kapi.rst 的中文翻译 |
13 | 13 | ||
14 | 如果想评论或更新本文的内容,请直接联系原文档的维护者。如果你使用英文 | 14 | 如果想评论或更新本文的内容,请直接联系原文档的维护者。如果你使用英文 |
15 | 交流有困难的话,也可以向中文版维护者求助。如果本翻译更新不及时或者翻 | 15 | 交流有困难的话,也可以向中文版维护者求助。如果本翻译更新不及时或者翻 |
@@ -777,7 +777,7 @@ v4l2 核心 API 提供了一个处理视频缓冲的标准方法(称为“videob | |||
777 | 线性 DMA(videobuf-dma-contig)以及大多用于 USB 设备的用 vmalloc | 777 | 线性 DMA(videobuf-dma-contig)以及大多用于 USB 设备的用 vmalloc |
778 | 分配的缓冲(videobuf-vmalloc)。 | 778 | 分配的缓冲(videobuf-vmalloc)。 |
779 | 779 | ||
780 | 请参阅 Documentation/video4linux/videobuf,以获得更多关于 videobuf | 780 | 请参阅 Documentation/media/kapi/v4l2-videobuf.rst,以获得更多关于 videobuf |
781 | 层的使用信息。 | 781 | 层的使用信息。 |
782 | 782 | ||
783 | v4l2_fh 结构体 | 783 | v4l2_fh 结构体 |
diff --git a/drivers/media/pci/bt8xx/Kconfig b/drivers/media/pci/bt8xx/Kconfig index 4a93f6ded100..bc89e37608cd 100644 --- a/drivers/media/pci/bt8xx/Kconfig +++ b/drivers/media/pci/bt8xx/Kconfig | |||
@@ -16,7 +16,7 @@ config VIDEO_BT848 | |||
16 | ---help--- | 16 | ---help--- |
17 | Support for BT848 based frame grabber/overlay boards. This includes | 17 | Support for BT848 based frame grabber/overlay boards. This includes |
18 | the Miro, Hauppauge and STB boards. Please read the material in | 18 | the Miro, Hauppauge and STB boards. Please read the material in |
19 | <file:Documentation/video4linux/bttv/> for more information. | 19 | <file:Documentation/media/v4l-drivers/bttv.rst> for more information. |
20 | 20 | ||
21 | To compile this driver as a module, choose M here: the | 21 | To compile this driver as a module, choose M here: the |
22 | module will be called bttv. | 22 | module will be called bttv. |
diff --git a/drivers/media/pci/cx18/cx18-streams.c b/drivers/media/pci/cx18/cx18-streams.c index a594cfdeca20..b36f4ce25d22 100644 --- a/drivers/media/pci/cx18/cx18-streams.c +++ b/drivers/media/pci/cx18/cx18-streams.c | |||
@@ -853,7 +853,7 @@ int cx18_start_v4l2_encode_stream(struct cx18_stream *s) | |||
853 | 853 | ||
854 | /* | 854 | /* |
855 | * Audio related reset according to | 855 | * Audio related reset according to |
856 | * Documentation/video4linux/cx2341x/fw-encoder-api.txt | 856 | * Documentation/media/v4l-drivers/cx2341x.rst |
857 | */ | 857 | */ |
858 | if (atomic_read(&cx->ana_capturing) == 0) | 858 | if (atomic_read(&cx->ana_capturing) == 0) |
859 | cx18_vapi(cx, CX18_CPU_SET_MISC_PARAMETERS, 2, | 859 | cx18_vapi(cx, CX18_CPU_SET_MISC_PARAMETERS, 2, |
@@ -861,7 +861,7 @@ int cx18_start_v4l2_encode_stream(struct cx18_stream *s) | |||
861 | 861 | ||
862 | /* | 862 | /* |
863 | * Number of lines for Field 1 & Field 2 according to | 863 | * Number of lines for Field 1 & Field 2 according to |
864 | * Documentation/video4linux/cx2341x/fw-encoder-api.txt | 864 | * Documentation/media/v4l-drivers/cx2341x.rst |
865 | * Field 1 is 312 for 625 line systems in BT.656 | 865 | * Field 1 is 312 for 625 line systems in BT.656 |
866 | * Field 2 is 313 for 625 line systems in BT.656 | 866 | * Field 2 is 313 for 625 line systems in BT.656 |
867 | */ | 867 | */ |
diff --git a/drivers/media/radio/Kconfig b/drivers/media/radio/Kconfig index b426d6f9787d..9b99dfb2d0c6 100644 --- a/drivers/media/radio/Kconfig +++ b/drivers/media/radio/Kconfig | |||
@@ -35,7 +35,7 @@ config RADIO_SI476X | |||
35 | In order to control your radio card, you will need to use programs | 35 | In order to control your radio card, you will need to use programs |
36 | that are compatible with the Video For Linux 2 API. Information on | 36 | that are compatible with the Video For Linux 2 API. Information on |
37 | this API and pointers to "v4l2" programs may be found at | 37 | this API and pointers to "v4l2" programs may be found at |
38 | <file:Documentation/video4linux/API.html>. | 38 | <file:Documentation/media/media_uapi.rst>. |
39 | 39 | ||
40 | To compile this driver as a module, choose M here: the | 40 | To compile this driver as a module, choose M here: the |
41 | module will be called radio-si476x. | 41 | module will be called radio-si476x. |
@@ -75,7 +75,7 @@ config RADIO_MAXIRADIO | |||
75 | In order to control your radio card, you will need to use programs | 75 | In order to control your radio card, you will need to use programs |
76 | that are compatible with the Video For Linux API. Information on | 76 | that are compatible with the Video For Linux API. Information on |
77 | this API and pointers to "v4l" programs may be found at | 77 | this API and pointers to "v4l" programs may be found at |
78 | <file:Documentation/video4linux/API.html>. | 78 | <file:Documentation/media/media_uapi.rst>. |
79 | 79 | ||
80 | To compile this driver as a module, choose M here: the | 80 | To compile this driver as a module, choose M here: the |
81 | module will be called radio-maxiradio. | 81 | module will be called radio-maxiradio. |
@@ -93,7 +93,7 @@ config RADIO_SHARK | |||
93 | In order to control your radio card, you will need to use programs | 93 | In order to control your radio card, you will need to use programs |
94 | that are compatible with the Video For Linux API. Information on | 94 | that are compatible with the Video For Linux API. Information on |
95 | this API and pointers to "v4l" programs may be found at | 95 | this API and pointers to "v4l" programs may be found at |
96 | <file:Documentation/video4linux/API.html>. | 96 | <file:Documentation/media/media_uapi.rst>. |
97 | 97 | ||
98 | To compile this driver as a module, choose M here: the | 98 | To compile this driver as a module, choose M here: the |
99 | module will be called radio-shark. | 99 | module will be called radio-shark. |
@@ -110,7 +110,7 @@ config RADIO_SHARK2 | |||
110 | In order to control your radio card, you will need to use programs | 110 | In order to control your radio card, you will need to use programs |
111 | that are compatible with the Video For Linux API. Information on | 111 | that are compatible with the Video For Linux API. Information on |
112 | this API and pointers to "v4l" programs may be found at | 112 | this API and pointers to "v4l" programs may be found at |
113 | <file:Documentation/video4linux/API.html>. | 113 | <file:Documentation/media/media_uapi.rst>. |
114 | 114 | ||
115 | To compile this driver as a module, choose M here: the | 115 | To compile this driver as a module, choose M here: the |
116 | module will be called radio-shark2. | 116 | module will be called radio-shark2. |
@@ -217,7 +217,7 @@ config RADIO_WL1273 | |||
217 | In order to control your radio card, you will need to use programs | 217 | In order to control your radio card, you will need to use programs |
218 | that are compatible with the Video For Linux 2 API. Information on | 218 | that are compatible with the Video For Linux 2 API. Information on |
219 | this API and pointers to "v4l2" programs may be found at | 219 | this API and pointers to "v4l2" programs may be found at |
220 | <file:Documentation/video4linux/API.html>. | 220 | <file:Documentation/media/media_uapi.rst>. |
221 | 221 | ||
222 | To compile this driver as a module, choose M here: the | 222 | To compile this driver as a module, choose M here: the |
223 | module will be called radio-wl1273. | 223 | module will be called radio-wl1273. |
diff --git a/drivers/media/radio/wl128x/Kconfig b/drivers/media/radio/wl128x/Kconfig index 2add222ea346..64b66bbdae72 100644 --- a/drivers/media/radio/wl128x/Kconfig +++ b/drivers/media/radio/wl128x/Kconfig | |||
@@ -12,6 +12,6 @@ config RADIO_WL128X | |||
12 | In order to control your radio card, you will need to use programs | 12 | In order to control your radio card, you will need to use programs |
13 | that are compatible with the Video For Linux 2 API. Information on | 13 | that are compatible with the Video For Linux 2 API. Information on |
14 | this API and pointers to "v4l2" programs may be found at | 14 | this API and pointers to "v4l2" programs may be found at |
15 | <file:Documentation/video4linux/API.html>. | 15 | <file:Documentation/media/media_uapi.rst>. |
16 | 16 | ||
17 | endmenu | 17 | endmenu |
diff --git a/drivers/media/usb/gspca/m5602/Kconfig b/drivers/media/usb/gspca/m5602/Kconfig index 5a69016ed75f..13a00399ced9 100644 --- a/drivers/media/usb/gspca/m5602/Kconfig +++ b/drivers/media/usb/gspca/m5602/Kconfig | |||
@@ -5,7 +5,5 @@ config USB_M5602 | |||
5 | Say Y here if you want support for cameras based on the | 5 | Say Y here if you want support for cameras based on the |
6 | ALi m5602 connected to various image sensors. | 6 | ALi m5602 connected to various image sensors. |
7 | 7 | ||
8 | See <file:Documentation/video4linux/m5602.txt> for more info. | ||
9 | |||
10 | To compile this driver as a module, choose M here: the | 8 | To compile this driver as a module, choose M here: the |
11 | module will be called gspca_m5602. | 9 | module will be called gspca_m5602. |
diff --git a/drivers/staging/media/zoran/Kconfig b/drivers/staging/media/zoran/Kconfig index 63df5de5068d..34a18135ede0 100644 --- a/drivers/staging/media/zoran/Kconfig +++ b/drivers/staging/media/zoran/Kconfig | |||
@@ -7,7 +7,7 @@ config VIDEO_ZORAN | |||
7 | 36057/36067 PCI controller chipset. This includes the Iomega | 7 | 36057/36067 PCI controller chipset. This includes the Iomega |
8 | Buz, Pinnacle DC10+ and the Linux Media Labs LML33. There is | 8 | Buz, Pinnacle DC10+ and the Linux Media Labs LML33. There is |
9 | a driver homepage at <http://mjpeg.sf.net/driver-zoran/>. For | 9 | a driver homepage at <http://mjpeg.sf.net/driver-zoran/>. For |
10 | more information, check <file:Documentation/video4linux/Zoran>. | 10 | more information, check <file:Documentation/media/v4l-drivers/zoran.rst>. |
11 | 11 | ||
12 | To compile this driver as a module, choose M here: the | 12 | To compile this driver as a module, choose M here: the |
13 | module will be called zr36067. | 13 | module will be called zr36067. |