drivers/media/tuners

Analog TV, DVB, FM Radio, and SDR Tuner ICs

A collection of radio-frequency tuner chips used on TV cards, USB DVB sticks, FM radios, and software-defined radio dongles from the mid-2000s onward. The chips convert over-the-air analog TV, digital TV (DVB-T/T2/C/S), and FM broadcasts down to a baseband signal that a separate demodulator or SDR frontend can sample.

keep-annotate conf=0.78 last_sold=2026 deploy=low replacement=none subsystem=media category=media-other
78%

recommendation

Worth keeping but documenting as legacy-heavy because this directory bundles dozens of tuner chips spanning roughly two decades, most of them long out of production, alongside a small number of parts (notably Silicon Labs Si2157/Si2177 and Rafael Micro R820T2) that still see active patch traffic on the linux-media list as recently as 2026 and remain in current retail SDR dongles. A blanket deprecation would break niche but real users; per-driver pruning would be the better path.

repository signals

95 files
39,083 source lines
62 commits, 5y
+892 / −861 lines added / removed, 5y
29 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 62 total · active in 28/61 months
2021 2022 2023 2024 2025 2026 2021-04: 0 commits · +0 −0 2021-05: 0 commits · +0 −0 2021-06: 1 commit · +0 −9 2021-07: 0 commits · +0 −0 2021-08: 0 commits · +0 −0 2021-09: 0 commits · +0 −0 2021-10: 2 commits · +8 −5 2021-11: 2 commits · +24 −14 2021-12: 9 commits · +264 −159 2022-01: 4 commits · +28 −23 2022-02: 0 commits · +0 −0 2022-03: 5 commits · +183 −182 2022-04: 0 commits · +0 −0 2022-05: 0 commits · +0 −0 2022-06: 0 commits · +0 −0 2022-07: 0 commits · +0 −0 2022-08: 1 commit · +11 −28 2022-09: 1 commit · +1 −3 2022-10: 1 commit · +1 −1 2022-11: 11 commits · +23 −32 2022-12: 0 commits · +0 −0 2023-01: 0 commits · +0 −0 2023-02: 1 commit · +8 −4 2023-03: 1 commit · +2 −4 2023-04: 0 commits · +0 −0 2023-05: 1 commit · +11 −11 2023-06: 0 commits · +0 −0 2023-07: 1 commit · +6 −5 2023-08: 0 commits · +0 −0 2023-09: 1 commit · +14 −14 2023-10: 0 commits · +0 −0 2023-11: 0 commits · +0 −0 2023-12: 1 commit · +2 −2 2024-01: 0 commits · +0 −0 2024-02: 2 commits · +3 −2 2024-03: 0 commits · +0 −0 2024-04: 1 commit · +17 −22 2024-05: 1 commit · +10 −10 2024-06: 3 commits · +30 −1 2024-07: 1 commit · +1 −3 2024-08: 1 commit · +158 −158 2024-09: 2 commits · +8 −8 2024-10: 1 commit · +2 −2 2024-11: 1 commit · +0 −75 2024-12: 0 commits · +0 −0 2025-01: 0 commits · +0 −0 2025-02: 0 commits · +0 −0 2025-03: 0 commits · +0 −0 2025-04: 0 commits · +0 −0 2025-05: 0 commits · +0 −0 2025-06: 0 commits · +0 −0 2025-07: 0 commits · +0 −0 2025-08: 2 commits · +11 −18 2025-09: 1 commit · +1 −1 2025-10: 0 commits · +0 −0 2025-11: 0 commits · +0 −0 2025-12: 0 commits · +0 −0 2026-01: 0 commits · +0 −0 2026-02: 3 commits · +65 −65 2026-03: 0 commits · +0 −0 2026-04: 0 commits · +0 −0

sources

  1. lore.kernel.org

    linux-media saw a 2026 patch adding Si2177 support in si2157.c, showing ongoing functional development rather than abandonment.

  2. lore.kernel.org

    linux-media carried a 2026 si2157 analog-format fix series, indicating current bug-fix traffic in this directory.

  3. nooelec.com

    R820T2-based SDR hardware was still being sold new on a current retail product page, evidencing ongoing niche deployments.

  4. rtl-sdr.com

    R820T/R820T2 are legacy chips with discontinuation pressure, but the article documents continuing downstream product availability and demand.

codex reasoning notes (technical)

Not a removal candidate: local Kconfig/sources show a live driver directory with many tuner IC drivers spanning analog TV, digital TV, radio, and SDR. lore_file_timeline on si2157.c (MCP lore-http) showed activity through 2026-03-24, and the cited lore URLs came from that MCP result; an attempted lore_regex removal scan found no hits for drivers/media/tuners and the subject scan timed out, so there is no positive evidence of active deprecation/removal discussion. Web search produced the Nooelec retail URL and the rtl-sdr.com article: together they show at least some supported tuner families are still sold new, but mostly in niche SDR/TV-receiver markets. Because the directory mixes actively maintained niche parts with many clearly old tuner ICs, the right posture is keep but annotate as legacy-heavy rather than deprecate or remove.