Skip to content

Commit

Permalink
[ALSA] Add ASoC drivers for the Freescale MPC8610 SoC
Browse files Browse the repository at this point in the history
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
Show file tree
Hide file tree
Showing 9 changed files with 2,515 additions and 1 deletion.
1 change: 1 addition & 0 deletions sound/soc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ source "sound/soc/at91/Kconfig"
source "sound/soc/pxa/Kconfig"
source "sound/soc/s3c24xx/Kconfig"
source "sound/soc/sh/Kconfig"
source "sound/soc/fsl/Kconfig"

# Supported codecs
source "sound/soc/codecs/Kconfig"
Expand Down
2 changes: 1 addition & 1 deletion sound/soc/Makefile
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/
20 changes: 20 additions & 0 deletions sound/soc/fsl/Kconfig
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
6 changes: 6 additions & 0 deletions sound/soc/fsl/Makefile
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

Loading

0 comments on commit 17467f2

Please sign in to comment.