Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a405ed85 authored by Tom Saeger's avatar Tom Saeger Committed by Jonathan Corbet
Browse files

Documentation: fix media related doc refs



Make media doc refs valid.

Signed-off-by: default avatarTom Saeger <tom.saeger@oracle.com>
Signed-off-by: default avatarJonathan Corbet <corbet@lwn.net>
parent c7f66400
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -439,7 +439,7 @@
	bttv.card=	[HW,V4L] bttv (bt848 + bt878 based grabber cards)
	bttv.card=	[HW,V4L] bttv (bt848 + bt878 based grabber cards)
	bttv.radio=	Most important insmod options are available as
	bttv.radio=	Most important insmod options are available as
			kernel args too.
			kernel args too.
	bttv.pll=	See Documentation/video4linux/bttv/Insmod-options
	bttv.pll=	See Documentation/media/v4l-drivers/bttv.rst
	bttv.tuner=
	bttv.tuner=


	bulk_remove=off	[PPC]  This parameter disables the use of the pSeries
	bulk_remove=off	[PPC]  This parameter disables the use of the pSeries
@@ -2251,7 +2251,7 @@
			See Documentation/admin-guide/pm/sleep-states.rst.
			See Documentation/admin-guide/pm/sleep-states.rst.


	meye.*=		[HW] Set MotionEye Camera parameters
	meye.*=		[HW] Set MotionEye Camera parameters
			See Documentation/video4linux/meye.txt.
			See Documentation/media/v4l-drivers/meye.rst.


	mfgpt_irq=	[IA-32] Specify the IRQ to use for the
	mfgpt_irq=	[IA-32] Specify the IRQ to use for the
			Multi-Function General Purpose Timers on AMD Geode
			Multi-Function General Purpose Timers on AMD Geode
+4 −4
Original line number Original line Diff line number Diff line
@@ -18,7 +18,7 @@ General information


This class of cards has a bt878a as the PCI interface, and require the bttv driver
This class of cards has a bt878a as the PCI interface, and require the bttv driver
for accessing the i2c bus and the gpio pins of the bt8xx chipset.
for accessing the i2c bus and the gpio pins of the bt8xx chipset.
Please see Documentation/dvb/cards.txt => o Cards based on the Conexant Bt8xx PCI bridge:
Please see Documentation/media/dvb-drivers/cards.rst => o Cards based on the Conexant Bt8xx PCI bridge:


Compiling kernel please enable:
Compiling kernel please enable:


@@ -45,7 +45,7 @@ Loading Modules
Regular case: If the bttv driver detects a bt8xx-based DVB card, all frontend and backend modules will be loaded automatically.
Regular case: If the bttv driver detects a bt8xx-based DVB card, all frontend and backend modules will be loaded automatically.
Exceptions are:
Exceptions are:
- Old TwinHan DST cards or clones with or without CA slot and not containing an Eeprom.
- Old TwinHan DST cards or clones with or without CA slot and not containing an Eeprom.
People running udev please see Documentation/dvb/udev.txt.
People running udev please see Documentation/media/dvb-drivers/udev.rst.


In the following cases overriding the PCI type detection for dvb-bt8xx might be necessary:
In the following cases overriding the PCI type detection for dvb-bt8xx might be necessary:


@@ -72,7 +72,7 @@ Useful parameters for verbosity level and debugging the dst module:
The autodetected values are determined by the cards' "response string".
The autodetected values are determined by the cards' "response string".
In your logs see f. ex.: dst_get_device_id: Recognize [DSTMCI].
In your logs see f. ex.: dst_get_device_id: Recognize [DSTMCI].
For bug reports please send in a complete log with verbose=4 activated.
For bug reports please send in a complete log with verbose=4 activated.
Please also see Documentation/dvb/ci.txt.
Please also see Documentation/media/dvb-drivers/ci.rst.


Running multiple cards
Running multiple cards
~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~
@@ -100,7 +100,7 @@ Examples of card ID's:


	$ modprobe bttv card=113 card=135
	$ modprobe bttv card=113 card=135


For a full list of card ID's please see Documentation/video4linux/CARDLIST.bttv.
For a full list of card ID's please see Documentation/media/v4l-drivers/bttv-cardlist.rst.
In case of further problems please subscribe and send questions to the mailing list: linux-dvb@linuxtv.org.
In case of further problems please subscribe and send questions to the mailing list: linux-dvb@linuxtv.org.


Probing the cards with broken PCI subsystem ID
Probing the cards with broken PCI subsystem ID
+1 −1
Original line number Original line Diff line number Diff line
@@ -431,7 +431,7 @@ MPEG stream.
*Historical context*: This format specification originates from a
*Historical context*: This format specification originates from a
custom, embedded, sliced VBI data format used by the ``ivtv`` driver.
custom, embedded, sliced VBI data format used by the ``ivtv`` driver.
This format has already been informally specified in the kernel sources
This format has already been informally specified in the kernel sources
in the file ``Documentation/video4linux/cx2341x/README.vbi`` . The
in the file ``Documentation/media/v4l-drivers/cx2341x.rst`` . The
maximum size of the payload and other aspects of this format are driven
maximum size of the payload and other aspects of this format are driven
by the CX23415 MPEG decoder's capabilities and limitations with respect
by the CX23415 MPEG decoder's capabilities and limitations with respect
to extracting, decoding, and displaying sliced VBI data embedded within
to extracting, decoding, and displaying sliced VBI data embedded within
+1 −1
Original line number Original line Diff line number Diff line
@@ -284,7 +284,7 @@ enum v4l2_mpeg_stream_vbi_fmt -
    * - ``V4L2_MPEG_STREAM_VBI_FMT_IVTV``
    * - ``V4L2_MPEG_STREAM_VBI_FMT_IVTV``
      - VBI in private packets, IVTV format (documented in the kernel
      - VBI in private packets, IVTV format (documented in the kernel
	sources in the file
	sources in the file
	``Documentation/video4linux/cx2341x/README.vbi``)
	``Documentation/media/v4l-drivers/cx2341x.rst``)






+1 −1
Original line number Original line Diff line number Diff line
@@ -52,7 +52,7 @@ please make a proposal on the linux-media mailing list.
	`http://www.ivtvdriver.org/ <http://www.ivtvdriver.org/>`__
	`http://www.ivtvdriver.org/ <http://www.ivtvdriver.org/>`__


	The format is documented in the kernel sources in the file
	The format is documented in the kernel sources in the file
	``Documentation/video4linux/cx2341x/README.hm12``
	``Documentation/media/v4l-drivers/cx2341x.rst``
    * .. _V4L2-PIX-FMT-CPIA1:
    * .. _V4L2-PIX-FMT-CPIA1:


      - ``V4L2_PIX_FMT_CPIA1``
      - ``V4L2_PIX_FMT_CPIA1``
Loading