-
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.
yaml --- r: 332035 b: refs/heads/master c: b10be23 h: refs/heads/master i: 332033: 2deae9d 332031: 92ac686 v: v3
- Loading branch information
Mark Brown
committed
Aug 25, 2012
1 parent
32aeed9
commit 3dde379
Showing
561 changed files
with
8,016 additions
and
3,548 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 |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: db61550931957ee6c7dba751662919424b4344f3 | ||
refs/heads/master: b10be23b88566c0f14889dd981ebfca1ef427b8b |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
CS4270 audio CODEC | ||
|
||
The driver for this device currently only supports I2C. | ||
|
||
Required properties: | ||
|
||
- compatible : "cirrus,cs4270" | ||
|
||
- reg : the I2C address of the device for I2C | ||
|
||
Optional properties: | ||
|
||
- reset-gpio : a GPIO spec for the reset pin. If specified, it will be | ||
deasserted before communication to the codec starts. | ||
|
||
Example: | ||
|
||
codec: cs4270@48 { | ||
compatible = "cirrus,cs4270"; | ||
reg = <0x48>; | ||
}; |
91 changes: 91 additions & 0 deletions
91
trunk/Documentation/devicetree/bindings/sound/omap-abe-twl6040.txt
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,91 @@ | ||
* Texas Instruments OMAP4+ and twl6040 based audio setups | ||
|
||
Required properties: | ||
- compatible: "ti,abe-twl6040" | ||
- ti,model: Name of the sound card ( for example "SDP4430") | ||
- ti,mclk-freq: MCLK frequency for HPPLL operation | ||
- ti,mcpdm: phandle for the McPDM node | ||
- ti,twl6040: phandle for the twl6040 core node | ||
- ti,audio-routing: List of connections between audio components. | ||
Each entry is a pair of strings, the first being the connection's sink, | ||
the second being the connection's source. | ||
|
||
Optional properties: | ||
- ti,dmic: phandle for the OMAP dmic node if the machine have it connected | ||
- ti,jack_detection: Need to be set to <1> if the board capable to detect jack | ||
insertion, removal. | ||
|
||
Available audio endpoints for the audio-routing table: | ||
|
||
Board connectors: | ||
* Headset Stereophone | ||
* Earphone Spk | ||
* Ext Spk | ||
* Line Out | ||
* Vibrator | ||
* Headset Mic | ||
* Main Handset Mic | ||
* Sub Handset Mic | ||
* Line In | ||
* Digital Mic | ||
|
||
twl6040 pins: | ||
* HSOL | ||
* HSOR | ||
* EP | ||
* HFL | ||
* HFR | ||
* AUXL | ||
* AUXR | ||
* VIBRAL | ||
* VIBRAR | ||
* HSMIC | ||
* MAINMIC | ||
* SUBMIC | ||
* AFML | ||
* AFMR | ||
|
||
* Headset Mic Bias | ||
* Main Mic Bias | ||
* Digital Mic1 Bias | ||
* Digital Mic2 Bias | ||
|
||
Digital mic pins: | ||
* DMic | ||
|
||
Example: | ||
|
||
sound { | ||
compatible = "ti,abe-twl6040"; | ||
ti,model = "SDP4430"; | ||
|
||
ti,jack-detection = <1>; | ||
ti,mclk-freq = <38400000>; | ||
|
||
ti,mcpdm = <&mcpdm>; | ||
ti,dmic = <&dmic>; | ||
|
||
ti,twl6040 = <&twl6040>; | ||
|
||
/* Audio routing */ | ||
ti,audio-routing = | ||
"Headset Stereophone", "HSOL", | ||
"Headset Stereophone", "HSOR", | ||
"Earphone Spk", "EP", | ||
"Ext Spk", "HFL", | ||
"Ext Spk", "HFR", | ||
"Line Out", "AUXL", | ||
"Line Out", "AUXR", | ||
"Vibrator", "VIBRAL", | ||
"Vibrator", "VIBRAR", | ||
"HSMIC", "Headset Mic", | ||
"Headset Mic", "Headset Mic Bias", | ||
"MAINMIC", "Main Handset Mic", | ||
"Main Handset Mic", "Main Mic Bias", | ||
"SUBMIC", "Sub Handset Mic", | ||
"Sub Handset Mic", "Main Mic Bias", | ||
"AFML", "Line In", | ||
"AFMR", "Line In", | ||
"DMic", "Digital Mic", | ||
"Digital Mic", "Digital Mic1 Bias"; | ||
}; |
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
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.