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

ASoC: Add documentation for pcm3060 property out-single-ended

Output of pcm3060 codec may be configured as single-ended or differential

Signed-off-by: Kirill Marinushkin <kmarinushkin@birdec.tech>
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Kirill Marinushkin and committed by
Mark Brown
fd7de637 e81a2a6d

+6
+6
Documentation/devicetree/bindings/sound/pcm3060.txt
··· 9 9 - reg : the I2C address of the device for I2C, the chip select 10 10 number for SPI. 11 11 12 + Optional properties: 13 + 14 + - ti,out-single-ended: "true" if output is single-ended; 15 + "false" or not specified if output is differential. 16 + 12 17 Examples: 13 18 14 19 pcm3060: pcm3060@46 { 15 20 compatible = "ti,pcm3060"; 16 21 reg = <0x46>; 22 + ti,out-single-ended = "true"; 17 23 };