-
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.
- Loading branch information
Mark Brown
committed
Aug 15, 2009
1 parent
de975d3
commit 46ae0c0
Showing
9 changed files
with
1,970 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: 2a708137fd7d3e0928f27157aaed8aba404b11c9 | ||
refs/heads/master: 08229de4b42816079ed5d15f0689fcd0af946d5e |
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,21 @@ | ||
config SND_MX1_MX2_SOC | ||
tristate "SoC Audio for Freecale i.MX1x i.MX2x CPUs" | ||
depends on (ARCH_MX2 || ARCH_MX1) && SND | ||
select SND_PCM | ||
help | ||
Say Y or M if you want to add support for codecs attached to | ||
the MX1 or MX2 SSI interface. | ||
|
||
config SND_MXC_SOC_SSI | ||
tristate | ||
|
||
config SND_SOC_MX27VIS_WM8974 | ||
tristate "SoC Audio support for MX27 - WM8974 Visstrim_sm10 board" | ||
depends on SND_MX1_MX2_SOC && MACH_MX27 && MACH_IMX27_VISSTRIM_M10 | ||
select SND_MXC_SOC_SSI | ||
select SND_SOC_WM8974 | ||
help | ||
Say Y if you want to add support for SoC audio on Visstrim SM10 | ||
board with WM8974. | ||
|
||
|
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,10 @@ | ||
# i.MX Platform Support | ||
snd-soc-mx1_mx2-objs := mx1_mx2-pcm.o | ||
snd-soc-mxc-ssi-objs := mxc-ssi.o | ||
|
||
obj-$(CONFIG_SND_MX1_MX2_SOC) += snd-soc-mx1_mx2.o | ||
obj-$(CONFIG_SND_MXC_SOC_SSI) += snd-soc-mxc-ssi.o | ||
|
||
# i.MX Machine Support | ||
snd-soc-mx27vis-wm8974-objs := mx27vis_wm8974.o | ||
obj-$(CONFIG_SND_SOC_MX27VIS_WM8974) += snd-soc-mx27vis-wm8974.o |
Oops, something went wrong.