-
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/fix/atmel', 'asoc/fix/intel', 'a…
…soc/fix/rt5645', 'asoc/fix/rt5677' and 'asoc/fix/samsung' into asoc-linus
- Loading branch information
Showing
244 changed files
with
17,578 additions
and
5,862 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,24 @@ | ||
Audio Binding for Arndale boards | ||
|
||
Required properties: | ||
- compatible : Can be the following, | ||
"samsung,arndale-rt5631" | ||
|
||
- samsung,audio-cpu: The phandle of the Samsung I2S controller | ||
- samsung,audio-codec: The phandle of the audio codec | ||
|
||
Optional: | ||
- samsung,model: The name of the sound-card | ||
|
||
Arndale Boards has many audio daughter cards, one of them is | ||
rt5631/alc5631. Below example shows audio bindings for rt5631/ | ||
alc5631 based codec. | ||
|
||
Example: | ||
|
||
sound { | ||
compatible = "samsung,arndale-rt5631"; | ||
|
||
samsung,audio-cpu = <&i2s0> | ||
samsung,audio-codec = <&rt5631>; | ||
}; |
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
61 changes: 34 additions & 27 deletions
61
Documentation/devicetree/bindings/sound/imx-audio-sgtl5000.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
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
45 changes: 26 additions & 19 deletions
45
Documentation/devicetree/bindings/sound/imx-audio-wm8962.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
Oops, something went wrong.