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 v4.14 14 lines 347 B view raw
1Samsung SMDK audio complex 2 3Required properties: 4- compatible : "samsung,smdk-wm8994" 5- samsung,i2s-controller: The phandle of the Samsung I2S0 controller 6- samsung,audio-codec: The phandle of the WM8994 audio codec 7Example: 8 9sound { 10 compatible = "samsung,smdk-wm8994"; 11 12 samsung,i2s-controller = <&i2s0>; 13 samsung,audio-codec = <&wm8994>; 14};