Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 305574
b: refs/heads/master
c: d9bba49
h: refs/heads/master
v: v3
  • Loading branch information
Stephen Warren authored and Mark Brown committed Apr 1, 2012
1 parent 4877cb8 commit cb53ade
Show file tree
Hide file tree
Showing 3 changed files with 11 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: 7deb2b450df9975ab05deb885e386d59a16213a9
refs/heads/master: d9bba496d47085555f4b011be6d716308cf4de03
9 changes: 9 additions & 0 deletions trunk/sound/soc/tegra/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,18 @@ config SND_SOC_TEGRA
help
Say Y or M here if you want support for SoC audio on Tegra.

config SND_SOC_TEGRA_DAS
tristate "Tegra Digital Audio Switch driver"
depends on SND_SOC_TEGRA
help
Say Y or M if you want to add support for the Tegra DAS module.
You will also need to select the individual machine drivers to
support below.

config SND_SOC_TEGRA_I2S
tristate
depends on SND_SOC_TEGRA
select SND_SOC_TEGRA_DAS
help
Say Y or M if you want to add support for codecs attached to the
Tegra I2S interface. You will also need to select the individual
Expand Down
2 changes: 1 addition & 1 deletion trunk/sound/soc/tegra/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ snd-soc-tegra-spdif-objs := tegra_spdif.o
snd-soc-tegra-utils-objs += tegra_asoc_utils.o

obj-$(CONFIG_SND_SOC_TEGRA) += snd-soc-tegra-utils.o
obj-$(CONFIG_SND_SOC_TEGRA) += snd-soc-tegra-das.o
obj-$(CONFIG_SND_SOC_TEGRA_DAS) += snd-soc-tegra-das.o
obj-$(CONFIG_SND_SOC_TEGRA) += snd-soc-tegra-pcm.o
obj-$(CONFIG_SND_SOC_TEGRA_I2S) += snd-soc-tegra-i2s.o
obj-$(CONFIG_SND_SOC_TEGRA_SPDIF) += snd-soc-tegra-spdif.o
Expand Down

0 comments on commit cb53ade

Please sign in to comment.