lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Fri, 20 Nov 2015 11:09:16 +0100
From:	Raphael Poggi <poggi.raph@...il.com>
To:	perex@...ex.cz, tiwai@...e.com
Cc:	devicetree@...r.kernel.org, linux-kernel@...r.kernel.org,
	alsa-devel@...a-project.org, Raphael Poggi <poggi.raph@...il.com>
Subject: [PATCH 3/4] dt-bindings: sound: add binding for pcm1792a

From: Raphael Poggi <poggi.raph@...il.com>

Add a binding for specify channel selection.

Signed-off-by: Raphael Poggi <poggi.raph@...il.com>
---
 Documentation/devicetree/bindings/sound/pcm1792a.txt | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/Documentation/devicetree/bindings/sound/pcm1792a.txt b/Documentation/devicetree/bindings/sound/pcm1792a.txt
index 970ba1e..6e87a3a 100644
--- a/Documentation/devicetree/bindings/sound/pcm1792a.txt
+++ b/Documentation/devicetree/bindings/sound/pcm1792a.txt
@@ -9,10 +9,15 @@ Required properties:
 For required properties on SPI, please consult
 Documentation/devicetree/bindings/spi/spi-bus.txt
 
+Optional properties:
+- ti,side: specifie the channel side
+  insertion, removal.
+
 Examples:
 
 	codec_spi: 1792a@0 {
 		compatible = "ti,pcm1792a";
 		spi-max-frequency = <600000>;
+		ti,side = <left>
 	};
 
-- 
2.1.0

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ