On Thu, Oct 2, 2014 at 9:25 AM, Lars-Peter Clausen lars@metafoo.de wrote:
On 10/01/2014 11:25 PM, Dylan Reid wrote:
diff --git a/Documentation/devicetree/bindings/sound/simple-card.txt b/Documentation/devicetree/bindings/sound/simple-card.txt index c2e9841..72d94b7 100644 --- a/Documentation/devicetree/bindings/sound/simple-card.txt +++ b/Documentation/devicetree/bindings/sound/simple-card.txt @@ -17,6 +17,10 @@ Optional properties: source.
- simple-audio-card,mclk-fs : Multiplication factor between
stream rate and codec mclk. +- simple-audio-card,hp_det_gpio : Reference to GPIO that signals when
headphones are attached.
+- simple-audio-card,mic_det_gpio : Reference to GPIO that signals when
The code has this correct, the "_"s should be "-"s.
Indeed, my fault. Sorry about that. I will post a patch once the first one propagates.
- Lars