-
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: 206522 b: refs/heads/master c: f9b9598 h: refs/heads/master v: v3
- Loading branch information
apatard@mandriva.com
authored and
Mark Brown
committed
May 31, 2010
1 parent
25d9f5a
commit dc3849d
Showing
10 changed files
with
1,048 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: 492e2bf141478e2c1ce3abfda381f73d1f2108f5 | ||
refs/heads/master: f9b95980f87f021f8c69646738929189838ad035 |
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,11 @@ | ||
config SND_KIRKWOOD_SOC | ||
tristate "SoC Audio for the Marvell Kirkwood chip" | ||
depends on ARCH_KIRKWOOD | ||
help | ||
Say Y or M if you want to add support for codecs attached to | ||
the Kirkwood I2S interface. You will also need to select the | ||
audio interfaces to support below. | ||
|
||
config SND_KIRKWOOD_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,6 @@ | ||
snd-soc-kirkwood-objs := kirkwood-dma.o | ||
snd-soc-kirkwood-i2s-objs := kirkwood-i2s.o | ||
|
||
obj-$(CONFIG_SND_KIRKWOOD_SOC) += snd-soc-kirkwood.o | ||
obj-$(CONFIG_SND_KIRKWOOD_SOC_I2S) += snd-soc-kirkwood-i2s.o | ||
|
Oops, something went wrong.