1 PCM3060 audio CODEC 1 PCM3060 audio CODEC 2 2 3 This driver supports both I2C and SPI. 3 This driver supports both I2C and SPI. 4 4 5 Required properties: 5 Required properties: 6 6 7 - compatible: "ti,pcm3060" 7 - compatible: "ti,pcm3060" 8 8 9 - reg : the I2C address of the device for I2C, 9 - reg : the I2C address of the device for I2C, the chip select 10 number for SPI. 10 number for SPI. 11 11 12 Optional properties: << 13 << 14 - ti,out-single-ended: "true" if output is sin << 15 "false" or not specifie << 16 << 17 Examples: 12 Examples: 18 13 19 pcm3060: pcm3060@46 { 14 pcm3060: pcm3060@46 { 20 compatible = "ti,pcm3060"; 15 compatible = "ti,pcm3060"; 21 reg = <0x46>; 16 reg = <0x46>; 22 ti,out-single-ended = "true"; << 23 }; 17 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.