LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* [PATCH v3 0/2] media: dvbsky: Add support for MyGica T230C v2
@ 2018-05-12 18:23 Thomas Hollstegge
0 siblings, 0 replies; only message in thread
From: Thomas Hollstegge @ 2018-05-12 18:23 UTC (permalink / raw)
To: linux-media
Cc: thomas.hollstegge, Mauro Carvalho Chehab, Sean Young,
Hans Verkuil, Stefan Brüns, linux-kernel
Add support for newer revisions of the USB DVB-C/DVB-T/DVB-T2 stick MyGica
T230C, sometimes referred to as MyGica T230C2. The device needs a fixed TS
clock frequency of 10MHz to be able to demod some channels. This is done by
adding two new optional configuration options for the Si2168 demod
(ts_clock_mode and ts_clock_freq).
Although there is a third TS clock mode available (AUTO_FIXED = 0x00), I chose
not to implement it yet as I don't have a device that uses this mode.
Tested with all available DVB-T2 HEVC and DVB-C muxes in my region (Germany).
Patch v3 notes: Fixed issue with other Si2168 devices. Tested with MyGica T230,
T230C and T230C v2.
Thomas Hollstegge (2):
si2168: Set TS clock mode and frequency
dvbsky: Add support for MyGica T230C v2
drivers/media/dvb-frontends/si2168.c | 20 ++++++-
drivers/media/dvb-frontends/si2168.h | 8 +++
drivers/media/dvb-frontends/si2168_priv.h | 2 +
drivers/media/usb/dvb-usb-v2/dvbsky.c | 90 +++++++++++++++++++++++++++++++
include/media/dvb-usb-ids.h | 1 +
5 files changed, 120 insertions(+), 1 deletion(-)
--
2.7.4
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2018-05-12 18:24 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-12 18:23 [PATCH v3 0/2] media: dvbsky: Add support for MyGica T230C v2 Thomas Hollstegge
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).