-
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: 157551 b: refs/heads/master c: b67f448 h: refs/heads/master i: 157549: c780ce2 157547: e844ecd 157543: 8af19a8 157535: 60a7616 v: v3
- Loading branch information
Chaithrika U S
authored and
Mark Brown
committed
Jun 7, 2009
1 parent
ad2c7e5
commit 5ca38ed
Showing
6 changed files
with
956 additions
and
9 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 |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: 5204d49676dae3ae1f9dff5b60bf567d24680872 | ||
refs/heads/master: b67f4487295560599f6cca55fb7e8773ff27f00a |
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 |
---|---|---|
@@ -1,13 +1,16 @@ | ||
# DAVINCI Platform Support | ||
snd-soc-davinci-objs := davinci-pcm.o | ||
snd-soc-davinci-i2s-objs := davinci-i2s.o | ||
snd-soc-davinci-mcasp-objs:= davinci-mcasp.o | ||
|
||
obj-$(CONFIG_SND_DAVINCI_SOC) += snd-soc-davinci.o | ||
obj-$(CONFIG_SND_DAVINCI_SOC_I2S) += snd-soc-davinci-i2s.o | ||
obj-$(CONFIG_SND_DAVINCI_SOC_MCASP) += snd-soc-davinci-mcasp.o | ||
|
||
# DAVINCI Machine Support | ||
snd-soc-evm-objs := davinci-evm.o | ||
snd-soc-sffsdr-objs := davinci-sffsdr.o | ||
|
||
obj-$(CONFIG_SND_DAVINCI_SOC_EVM) += snd-soc-evm.o | ||
obj-$(CONFIG_SND_DM6467_SOC_EVM) += snd-soc-evm.o | ||
obj-$(CONFIG_SND_DAVINCI_SOC_SFFSDR) += snd-soc-sffsdr.o |
Oops, something went wrong.