drivers/staging/vc04_services/bcm2835-audio

Raspberry Pi BCM2835 Built-in Audio (3.5mm jack and HDMI)

Provides ALSA sound output for the built-in 3.5mm analog headphone jack and HDMI audio on Raspberry Pi boards based on Broadcom's BCM2835 family (Pi 1, Pi Zero, Pi Zero 2 W, and related models). Audio is routed through the VideoCore GPU's VCHIQ message interface to the closed firmware that actually drives the audio hardware.

keep-annotate conf=0.79 deploy=medium replacement=none subsystem=staging category=audio
79%

recommendation

Worth keeping but its staging status should be documented because, although the hardware is widely deployed on Raspberry Pi boards still sold new (the Pi 4 is in production through 2034 and the Pi Zero 2 W through 2030) and the code is still being touched as recently as November 2025, it has lingered in drivers/staging for years and depends on the proprietary VideoCore VCHIQ firmware interface. That combination argues against either promotion out of staging or removal — annotation is the honest middle ground.

repository signals

8 files
1,522 source lines
30 commits, 5y
+108 / −183 lines added / removed, 5y
12 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 30 total · active in 15/61 months
2021 2022 2023 2024 2025 2026 2021-04: 0 commits · +0 −0 2021-05: 0 commits · +0 −0 2021-06: 0 commits · +0 −0 2021-07: 1 commit · +1 −1 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: 1 commit · +3 −9 2022-01: 0 commits · +0 −0 2022-02: 0 commits · +0 −0 2022-03: 0 commits · +0 −0 2022-04: 8 commits · +24 −122 2022-05: 4 commits · +24 −16 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: 2 commits · +6 −6 2023-01: 2 commits · +3 −4 2023-02: 0 commits · +0 −0 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: 0 commits · +0 −0 2023-09: 2 commits · +16 −10 2023-10: 2 commits · +7 −2 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: 1 commit · +1 −1 2024-04: 1 commit · +4 −1 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 · +2 −1 2024-11: 0 commits · +0 −0 2024-12: 1 commit · +1 −1 2025-01: 0 commits · +0 −0 2025-02: 0 commits · +0 −0 2025-03: 0 commits · +0 −0 2025-04: 1 commit · +6 −0 2025-05: 0 commits · +0 −0 2025-06: 0 commits · +0 −0 2025-07: 0 commits · +0 −0 2025-08: 0 commits · +0 −0 2025-09: 0 commits · +0 −0 2025-10: 1 commit · +6 −5 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 maps CONFIG_SND_BCM2835 to drivers/staging/vc04_services/bcm2835-audio and describes it as the BCM2835 built-in audio driver using VCHIQ for 3.5mm and HDMI audio.

  2. raspberrypi.com

    Raspberry Pi 4 Model B is still in production until at least January 2034 and exposes stereo audio plus HDMI outputs relevant to this driver family.

  3. raspberrypi.com

    Raspberry Pi Zero 2 W is still in production until at least January 2030 and remains a current Raspberry Pi deployment target with HDMI-capable built-in multimedia hardware.

codex reasoning notes (technical)

Real driver directory: ALSA module snd-bcm2835 with Kconfig help stating it handles 3.5mm and HDMI audio through VCHIQ. Upstream activity was checked locally via shell using git log on this path; there are substantive touches through 2025-11-09 and no visible local-history sign of an active removal series, so removal/deprecate would be too aggressive. Cited URLs were obtained via web.search_query results: LKDDb for driver identity/deployment surface, and official Raspberry Pi product pages for ongoing sale/production evidence. Lore MCP was unavailable in this environment, and a web lore search did not surface a removal discussion. Staging status and firmware dependency argue for annotation rather than promotion, but continuing maintenance plus still-sold hardware argue to keep.