drivers/media/pci/cobalt

Cisco Cobalt PCIe HD video capture and output card

A PCIe HD video capture and playback card developed internally at Cisco (PCI ID 1137:2732) that handles SDI and HDMI video streams. It was never offered as a retail product, so its use has always been confined to Cisco's own appliances and engineering systems.

keep-annotate conf=0.84 deploy=low replacement=none subsystem=media category=media-other
84%

recommendation

Worth keeping but the niche should be documented: the Cobalt card was never sold outside Cisco, so real-world users are essentially limited to legacy Cisco appliances and internal lab systems. Even so, the code is not abandoned — it received cobalt-specific cleanups in 2025 and was still being updated as part of broader media subsystem API work in 2026, so removal would be premature.

repository signals

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

sources

  1. cateee.net

    LKDDb mirrors the kernel help text stating this is the Cisco PCIe Cobalt card and that the board is not available outside Cisco; it also maps the driver to PCI ID 1137:2732.

  2. lore.kernel.org

    linux-media saw a 2025 cobalt-specific patch ('media: cobalt: Use str_enabled_disabled() helper'), showing the driver still receives upstream maintenance.

  3. lore.kernel.org

    A 2026 treewide media patch still touched cobalt-driver.c, indicating the code remains integrated with current media subsystem API work rather than being abandoned or under removal.

codex reasoning notes (technical)

Cisco Cobalt is a real PCIe media driver, but kernel Kconfig/LKDDb says the board was never broadly sold outside Cisco, so present-day deployments are likely limited to internal/lab or legacy appliance use; I therefore marked hardware_still_sold_new_in_2025=false and last_widely_available_year=null. Upstream activity is still visible: the lore_file_timeline MCP query on drivers/media/pci/cobalt/cobalt-driver.c showed 2025 cobalt-specific maintenance and 2026 API-adjustment touches, with no removal evidence in the sampled history, so removal/deprecation is premature. URLs were obtained via web search for LKDDb and via lore_file_timeline MCP for the two lore links.