-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branches 'asoc/topic/tlv320aic32x4', 'asoc/topi…
…c/tlv320aic3x', 'asoc/topic/tlv320dac33', 'asoc/topic/ts3a227e' and 'asoc/topic/twl4030' into asoc-next
- Loading branch information
Showing
10 changed files
with
518 additions
and
103 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
Texas Instruments TS3A227E | ||
Autonomous Audio Accessory Detection and Configuration Switch | ||
|
||
The TS3A227E detect headsets of 3-ring and 4-ring standards and | ||
switches automatically to route the microphone correctly. It also | ||
handles key press detection in accordance with the Android audio | ||
headset specification v1.0. | ||
|
||
Required properties: | ||
|
||
- compatible: Should contain "ti,ts3a227e". | ||
- reg: The i2c address. Should contain <0x3b>. | ||
- interrupt-parent: The parent interrupt controller | ||
- interrupts: Interrupt number for /INT pin from the 227e | ||
|
||
|
||
Examples: | ||
|
||
i2c { | ||
ts3a227e@3b { | ||
compatible = "ti,ts3a227e"; | ||
reg = <0x3b>; | ||
interrupt-parent = <&gpio>; | ||
interrupts = <3 IRQ_TYPE_LEVEL_LOW>; | ||
}; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.