mirror of
https://github.com/armbian/linux-rockchip.git
synced 2026-01-06 11:08:10 -08:00
78c67d98f221895336d41d8799b38eff6b6b7b4e
HDMI-TX hardware is output-only but the driver incorrectly advertises capture capability. This causes PulseAudio to attempt opening capture streams, which triggers busy flag conflicts with playback streams, resulting in mono audio output. Solution: Disable capture support by setting channels_min/max to 0 for both I2S and SPDIF DAIs when used with HDMI-TX. Note: Mainline kernel has the same issue. An official fix is planned with the new HDMI Codec Framework being developed by Linaro (2025). Fixes mono audio on: RK3576 NanoPi R76S, NanoPi M5 Tested-on: NanoPi R76S
…
Merge tag 'mm-hotfixes-stable-2022-12-10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
…
…
…
Purpose of This Repository
This repository contains a customized version of the Linux kernel, maintained by the Armbian team, with specific adaptations for Rockchip SoCs (System-on-Chips) used in a wide range of ARM-based single board computers.
It serves as the base for:
- Kernel development and maintenance for Armbian-supported devices.
- Hardware enablement, performance tuning, and stability patches specific to Rockchip-based platforms.
- Integration with the Armbian build framework to produce ready-to-use OS images.
This repository is intended for developers, testers, and contributors working with the Armbian project and the broader Rockchip ARM ecosystem.
Languages
C
97.2%
Assembly
1.7%
Shell
0.4%
Makefile
0.3%
Python
0.2%
