···11111212- Frontend drivers that are usually implemented as two separate drivers:13131414- - A tuner driver that implements the logic with commands the part of the1515- hardware with is responsible to tune into a digital TV transponder or1414+ - A tuner driver that implements the logic which commands the part of1515+ the hardware responsible for tuning into a digital TV transponder or1616 physical channel. The output of a tuner is usually a baseband or1717 Intermediate Frequency (IF) signal;18181919- - A demodulator driver (a.k.a "demod") that implements the logic with1919+ - A demodulator driver (a.k.a "demod") that implements the logic which2020 commands the digital TV decoding hardware. The output of a demod is2121 a digital stream, with multiple audio, video and data channels typically2222 multiplexed using MPEG Transport Stream [#f1]_.
+2-2
include/media/dvbdev.h
···8686 * @priv: private data8787 * @device: pointer to struct device8888 * @module: pointer to struct module8989- * @mfe_shared: mfe shared: indicates mutually exclusive frontends9090- * Thie usage of this flag is currently deprecated8989+ * @mfe_shared: indicates mutually exclusive frontends.9090+ * Use of this flag is currently deprecated.9191 * @mfe_dvbdev: Frontend device in use, in the case of MFE9292 * @mfe_lock: Lock to prevent using the other frontends when MFE is9393 * used.