-
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.
[ALSA] Add ASoC drivers for the Freescale MPC8610 SoC
Add the ASoC drivers for the Freescale MPC8610 SoC and the MPC8610 HPCD reference board. Signed-off-by: Timur Tabi <timur@freescale.com> Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Jaroslav Kysela <perex@perex.cz>
- Loading branch information
Timur Tabi
authored and
Jaroslav Kysela
committed
Jan 31, 2008
1 parent
ce22e03
commit 17467f2
Showing
9 changed files
with
2,515 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
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,4 +1,4 @@ | ||
snd-soc-core-objs := soc-core.o soc-dapm.o | ||
|
||
obj-$(CONFIG_SND_SOC) += snd-soc-core.o | ||
obj-$(CONFIG_SND_SOC) += codecs/ at91/ pxa/ s3c24xx/ sh/ | ||
obj-$(CONFIG_SND_SOC) += codecs/ at91/ pxa/ s3c24xx/ sh/ fsl/ |
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,20 @@ | ||
menu "ALSA SoC audio for Freescale SOCs" | ||
|
||
config SND_SOC_MPC8610 | ||
bool "ALSA SoC support for the MPC8610 SOC" | ||
depends on SND_SOC && MPC8610_HPCD | ||
default y if MPC8610 | ||
help | ||
Say Y if you want to add support for codecs attached to the SSI | ||
device on an MPC8610. | ||
|
||
config SND_SOC_MPC8610_HPCD | ||
bool "ALSA SoC support for the Freescale MPC8610 HPCD board" | ||
depends on SND_SOC_MPC8610 | ||
select SND_SOC_CS4270 | ||
select SND_SOC_CS4270_VD33_ERRATA | ||
default y if MPC8610_HPCD | ||
help | ||
Say Y if you want to enable audio on the Freescale MPC8610 HPCD. | ||
|
||
endmenu |
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 @@ | ||
# MPC8610 HPCD Machine Support | ||
obj-$(CONFIG_SND_SOC_MPC8610_HPCD) += mpc8610_hpcd.o | ||
|
||
# MPC8610 Platform Support | ||
obj-$(CONFIG_SND_SOC_MPC8610) += fsl_ssi.o fsl_dma.o | ||
|
Oops, something went wrong.