-
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: 375231 b: refs/heads/master c: f91eeeb h: refs/heads/master i: 375229: 688cf25 375227: 32eecd3 375223: e9e4c7d 375215: a1c2828 375199: f8b31db 375167: d73c1e5 v: v3
- Loading branch information
Takashi Iwai
committed
May 3, 2013
1 parent
8dc75be
commit b779463
Showing
270 changed files
with
7,341 additions
and
3,785 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: 9631c02e240236ec206394fb52380647d0e70e4f | ||
refs/heads/master: f91eeeb59583087722dc0699ac8aaf4b6af4a77f |
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,19 @@ | ||
AK5386 Single-ended 24-Bit 192kHz delta-sigma ADC | ||
|
||
This device has no control interface. | ||
|
||
Required properties: | ||
|
||
- compatible : "asahi-kasei,ak5386" | ||
|
||
Optional properties: | ||
|
||
- reset-gpio : a GPIO spec for the reset/power down pin. | ||
If specified, it will be deasserted at probe time. | ||
|
||
Example: | ||
|
||
spdif: ak5386@0 { | ||
compatible = "asahi-kasei,ak5386"; | ||
reset-gpio = <&gpio0 23>; | ||
}; |
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
32 changes: 32 additions & 0 deletions
32
trunk/Documentation/devicetree/bindings/sound/ti,tas5086.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,32 @@ | ||
Texas Instruments TAS5086 6-channel PWM Processor | ||
|
||
Required properties: | ||
|
||
- compatible: Should contain "ti,tas5086". | ||
- reg: The i2c address. Should contain <0x1b>. | ||
|
||
Optional properties: | ||
|
||
- reset-gpio: A GPIO spec to define which pin is connected to the | ||
chip's !RESET pin. If specified, the driver will | ||
assert a hardware reset at probe time. | ||
|
||
- ti,charge-period: This property should contain the time in microseconds | ||
that closely matches the external single-ended | ||
split-capacitor charge period. The hardware chip | ||
waits for this period of time before starting the | ||
PWM signals. This helps reduce pops and clicks. | ||
|
||
When not specified, the hardware default of 1300ms | ||
is retained. | ||
|
||
Examples: | ||
|
||
i2c_bus { | ||
tas5086@1b { | ||
compatible = "ti,tas5086"; | ||
reg = <0x1b>; | ||
reset-gpio = <&gpio 23 0>; | ||
ti,charge-period = <156000>; | ||
}; | ||
}; |
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
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.