drivers/media/radio/si4713

Silicon Labs Si4713 FM radio transmitter chips

A small Silicon Labs FM broadcast transmitter chip with built-in RDS support, connected over I2C or USB. It showed up in low-power FM transmitter gadgets and hobbyist breakout boards (notably Adafruit's now-discontinued module) during the 2010s, letting devices stream audio to a nearby car or home FM radio.

keep-annotate conf=0.82 deploy=low replacement=none subsystem=media category=media-other
82%

recommendation

Worth keeping but flagging as legacy hardware. The Si4713 chip itself is marked obsolete at Skyworks and the popular Adafruit breakout is no longer stocked, so almost no one is buying new boards in 2025. However, the driver is still receiving routine media-subsystem maintenance (a September 2025 patch series touched it) and existing hobbyist hardware in the field has no in-tree alternative, so removing it would needlessly break working setups.

repository signals

6 files
2,652 source lines
10 commits, 5y
+16 / −20 lines added / removed, 5y
7 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 10 total · active in 8/61 months
2021 2022 2023 2024 2025 2026 2021-04: 0 commits · +0 −0 2021-05: 1 commit · +1 −1 2021-06: 0 commits · +0 −0 2021-07: 0 commits · +0 −0 2021-08: 0 commits · +0 −0 2021-09: 0 commits · +0 −0 2021-10: 0 commits · +0 −0 2021-11: 0 commits · +0 −0 2021-12: 0 commits · +0 −0 2022-01: 0 commits · +0 −0 2022-02: 0 commits · +0 −0 2022-03: 0 commits · +0 −0 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: 2 commits · +2 −4 2022-09: 0 commits · +0 −0 2022-10: 0 commits · +0 −0 2022-11: 0 commits · +0 −0 2022-12: 0 commits · +0 −0 2023-01: 0 commits · +0 −0 2023-02: 0 commits · +0 −0 2023-03: 1 commit · +2 −4 2023-04: 0 commits · +0 −0 2023-05: 1 commit · +1 −1 2023-06: 0 commits · +0 −0 2023-07: 0 commits · +0 −0 2023-08: 0 commits · +0 −0 2023-09: 0 commits · +0 −0 2023-10: 0 commits · +0 −0 2023-11: 0 commits · +0 −0 2023-12: 0 commits · +0 −0 2024-01: 0 commits · +0 −0 2024-02: 0 commits · +0 −0 2024-03: 0 commits · +0 −0 2024-04: 0 commits · +0 −0 2024-05: 1 commit · +2 −2 2024-06: 0 commits · +0 −0 2024-07: 0 commits · +0 −0 2024-08: 0 commits · +0 −0 2024-09: 1 commit · +1 −1 2024-10: 0 commits · +0 −0 2024-11: 0 commits · +0 −0 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: 1 commit · +5 −5 2025-09: 0 commits · +0 −0 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: 2 commits · +2 −2 2026-03: 0 commits · +0 −0 2026-04: 0 commits · +0 −0

sources

  1. lore.kernel.org

    The driver still receives upstream treewide/media API maintenance in 2025; recent lore history does not show a removal/deprecation series for this path.

  2. adafruit.com

    A mainstream SI4713 breakout that once represented hobbyist/new deployments is marked 'No longer stocked'.

  3. digikey.com

    The underlying SI4713 chip is listed as 'Obsolete' and no longer manufactured.

codex reasoning notes (technical)

Real driver directory: local shell read of Kconfig/si4713.c shows Silicon Labs SI4713 FM transmitter support over I2C/USB/platform. lore_file_timeline on radio-platform-si4713.c found 2021-2025 activity, with a 2025 linux-media patch URL above; this looks like ongoing build/API upkeep rather than an abandoned or removal-targeted driver. Web search found Adafruit's SI4713 breakout page marked no longer stocked and DigiKey's SI4713 part page marked obsolete, so new-hardware demand appears effectively gone. With low but nonzero legacy/hobbyist use and no natural in-tree replacement for the same transmitter chip, keep the driver but annotate it as legacy/obsolete hardware rather than deprecating for removal.