-
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/da7213', 'asoc/topic/da732…
…x', 'asoc/topic/da9055', 'asoc/topic/davinci', 'asoc/topic/fsl', 'asoc/topic/fsl-esai', 'asoc/topic/fsl-sai' and 'asoc/topic/fsl-spdif' into asoc-next
- Loading branch information
Showing
30 changed files
with
972 additions
and
533 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,22 @@ | ||
* Dialog DA9055 Audio CODEC | ||
|
||
DA9055 provides Audio CODEC support (I2C only). | ||
|
||
The Audio CODEC device in DA9055 has it's own I2C address which is configurable, | ||
so the device is instantiated separately from the PMIC (MFD) device. | ||
|
||
For details on accompanying PMIC I2C device, see the following: | ||
Documentation/devicetree/bindings/mfd/da9055.txt | ||
|
||
Required properties: | ||
|
||
- compatible: "dlg,da9055-codec" | ||
- reg: Specifies the I2C slave address | ||
|
||
|
||
Example: | ||
|
||
codec: da9055-codec@1a { | ||
compatible = "dlg,da9055-codec"; | ||
reg = <0x1a>; | ||
}; |
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 @@ | ||
Audio complex for Eukrea boards with tlv320aic23 codec. | ||
|
||
Required properties: | ||
- compatible : "eukrea,asoc-tlv320" | ||
- eukrea,model : The user-visible name of this sound complex. | ||
- ssi-controller : The phandle of the SSI controller. | ||
- fsl,mux-int-port : The internal port of the i.MX audio muxer (AUDMUX). | ||
- fsl,mux-ext-port : The external port of the i.MX audio muxer. | ||
|
||
Note: The AUDMUX port numbering should start at 1, which is consistent with | ||
hardware manual. | ||
|
||
Example: | ||
|
||
sound { | ||
compatible = "eukrea,asoc-tlv320"; | ||
eukrea,model = "imx51-eukrea-tlv320aic23"; | ||
ssi-controller = <&ssi2>; | ||
fsl,mux-int-port = <2>; | ||
fsl,mux-ext-port = <3>; | ||
}; |
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.