Commit e96a8819 authored by Marc Gonzalez's avatar Marc Gonzalez Committed by Mauro Carvalho Chehab

media: docs: fix minor typos

Fix minor typos in the DVB demux documentation.
Signed-off-by: default avatarMarc Gonzalez <marc.w.gonzalez@free.fr>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab+samsung@kernel.org>
parent 9ff4d4e0
...@@ -11,12 +11,12 @@ Digital TV devices are implemented by several different drivers: ...@@ -11,12 +11,12 @@ Digital TV devices are implemented by several different drivers:
- Frontend drivers that are usually implemented as two separate drivers: - Frontend drivers that are usually implemented as two separate drivers:
- A tuner driver that implements the logic with commands the part of the - A tuner driver that implements the logic which commands the part of
hardware with is responsible to tune into a digital TV transponder or the hardware responsible for tuning into a digital TV transponder or
physical channel. The output of a tuner is usually a baseband or physical channel. The output of a tuner is usually a baseband or
Intermediate Frequency (IF) signal; Intermediate Frequency (IF) signal;
- A demodulator driver (a.k.a "demod") that implements the logic with - A demodulator driver (a.k.a "demod") that implements the logic which
commands the digital TV decoding hardware. The output of a demod is commands the digital TV decoding hardware. The output of a demod is
a digital stream, with multiple audio, video and data channels typically a digital stream, with multiple audio, video and data channels typically
multiplexed using MPEG Transport Stream [#f1]_. multiplexed using MPEG Transport Stream [#f1]_.
......
...@@ -86,8 +86,8 @@ struct dvb_frontend; ...@@ -86,8 +86,8 @@ struct dvb_frontend;
* @priv: private data * @priv: private data
* @device: pointer to struct device * @device: pointer to struct device
* @module: pointer to struct module * @module: pointer to struct module
* @mfe_shared: mfe shared: indicates mutually exclusive frontends * @mfe_shared: indicates mutually exclusive frontends.
* Thie usage of this flag is currently deprecated * Use of this flag is currently deprecated.
* @mfe_dvbdev: Frontend device in use, in the case of MFE * @mfe_dvbdev: Frontend device in use, in the case of MFE
* @mfe_lock: Lock to prevent using the other frontends when MFE is * @mfe_lock: Lock to prevent using the other frontends when MFE is
* used. * used.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment