Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v5.9 16 lines 245 B view raw
1Device-Tree bindings for dummy HDMI codec 2 3Required properties: 4 - compatible: should be "linux,hdmi-audio". 5 6CODEC output pins: 7 * TX 8 9CODEC input pins: 10 * RX 11 12Example node: 13 14 hdmi_audio: hdmi_audio@0 { 15 compatible = "linux,hdmi-audio"; 16 };