-
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: 206543 b: refs/heads/master c: db5bf41 h: refs/heads/master i: 206541: ea046c2 206539: d86dc62 206535: a976361 206527: 96a08ff v: v3
- Loading branch information
Ryan Mallon
authored and
Mark Brown
committed
Jun 7, 2010
1 parent
ae85eba
commit 7c0a478
Showing
9 changed files
with
866 additions
and
1 deletion.
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: 91157888f28ae94761eaf25533f76a55542b2a3f | ||
refs/heads/master: db5bf412baf8df4df30eed2bd37af2a5b77f90ac |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
config SND_EP93XX_SOC | ||
tristate "SoC Audio support for the Cirrus Logic EP93xx series" | ||
depends on ARCH_EP93XX && SND_SOC | ||
help | ||
Say Y or M if you want to add support for codecs attached to | ||
the EP93xx I2S interface. | ||
|
||
config SND_EP93XX_SOC_I2S | ||
tristate |
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,8 @@ | ||
# EP93xx Platform Support | ||
snd-soc-ep93xx-objs := ep93xx-pcm.o | ||
snd-soc-ep93xx-i2s-objs := ep93xx-i2s.o | ||
|
||
obj-$(CONFIG_SND_EP93XX_SOC) += snd-soc-ep93xx.o | ||
obj-$(CONFIG_SND_EP93XX_SOC_I2S) += snd-soc-ep93xx-i2s.o | ||
|
||
# EP93XX Machine Support |
Oops, something went wrong.