Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 81627
b: refs/heads/master
c: 17467f2
h: refs/heads/master
i:
  81625: 6e90226
  81623: d07149e
v: v3
  • Loading branch information
Timur Tabi authored and Jaroslav Kysela committed Jan 31, 2008
1 parent ff4283f commit 0b7100a
Show file tree
Hide file tree
Showing 10 changed files with 2,516 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ce22e03e62fd37fb2612abb7af1c66cc17038606
refs/heads/master: 17467f23395f05ba7b361f7b504fe0f1095d5bb7
1 change: 1 addition & 0 deletions trunk/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 trunk/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 trunk/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 trunk/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 0b7100a

Please sign in to comment.