forked from torvalds/linux
-
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/fsl-spdif', 'asoc/topic/hd…
…mi', 'asoc/topic/maintainers' and 'asoc/topic/max8960' into asoc-next
- Loading branch information
Showing
9 changed files
with
976 additions
and
13 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,28 @@ | ||
MAX9860 Mono Audio Voice Codec | ||
|
||
Required properties: | ||
|
||
- compatible : "maxim,max9860" | ||
|
||
- reg : the I2C address of the device | ||
|
||
- AVDD-supply, DVDD-supply and DVDDIO-supply : power supplies for | ||
the device, as covered in bindings/regulator/regulator.txt | ||
|
||
- clock-names : Required element: "mclk". | ||
|
||
- clocks : A clock specifier for the clock connected as MCLK. | ||
|
||
Examples: | ||
|
||
max9860: max9860@10 { | ||
compatible = "maxim,max9860"; | ||
reg = <0x10>; | ||
|
||
AVDD-supply = <®_1v8>; | ||
DVDD-supply = <®_1v8>; | ||
DVDDIO-supply = <®_3v0>; | ||
|
||
clock-names = "mclk"; | ||
clocks = <&pck2>; | ||
}; |
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 |
---|---|---|
|
@@ -7270,6 +7270,13 @@ F: Documentation/devicetree/bindings/i2c/max6697.txt | |
F: drivers/hwmon/max6697.c | ||
F: include/linux/platform_data/max6697.h | ||
|
||
MAX9860 MONO AUDIO VOICE CODEC DRIVER | ||
M: Peter Rosin <[email protected]> | ||
L: [email protected] (moderated for non-subscribers) | ||
S: Maintained | ||
F: Documentation/devicetree/bindings/sound/max9860.txt | ||
F: sound/soc/codecs/max9860.* | ||
|
||
MAXIM MUIC CHARGER DRIVERS FOR EXYNOS BASED BOARDS | ||
M: Krzysztof Kozlowski <[email protected]> | ||
L: [email protected] | ||
|
@@ -10724,6 +10731,7 @@ T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git | |
L: [email protected] (moderated for non-subscribers) | ||
W: http://alsa-project.org/main/index.php/ASoC | ||
S: Supported | ||
F: Documentation/devicetree/bindings/sound/ | ||
F: Documentation/sound/alsa/soc/ | ||
F: sound/soc/ | ||
F: include/sound/soc* | ||
|
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.