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 v6.4 23 lines 472 B view raw
1PCM3060 audio CODEC 2 3This driver supports both I2C and SPI. 4 5Required properties: 6 7- compatible: "ti,pcm3060" 8 9- reg : the I2C address of the device for I2C, the chip select 10 number for SPI. 11 12Optional properties: 13 14- ti,out-single-ended: "true" if output is single-ended; 15 "false" or not specified if output is differential. 16 17Examples: 18 19 pcm3060: pcm3060@46 { 20 compatible = "ti,pcm3060"; 21 reg = <0x46>; 22 ti,out-single-ended = "true"; 23 };