ASoC: tegra-alt: select hwdep to be compiled

This change is needed by tegra-alt asoc driver compilation with
hwdep device.

Bug 1531057

Change-Id: I39a7c97acb4bb360df4e366658d0705b5df910bb
Signed-off-by: Songhee Baek <sbaek@nvidia.com>
Reviewed-on: http://git-master/r/448517
Reviewed-by: Arun Shamanna Lakshmi <aruns@nvidia.com>
Tested-by: Justin Kim (SW-TEGRA) <juskim@nvidia.com>
Reviewed-by: Bob Johnston <bjohnston@nvidia.com>
GVS: Gerrit_Virtual_Submit
Reviewed-by: Thomas Cherry <tcherry@nvidia.com>
This commit is contained in:
Songhee Baek
2014-07-29 11:25:57 -07:00
committed by Sameer Pujar
parent 8bc6cf9eee
commit 1f9341aa31
2 changed files with 9 additions and 1 deletions

View File

@@ -148,6 +148,13 @@ config SND_SOC_TEGRA210_ADSP_ALT
help help
Say Y or M if you want to add support for Tegra210 ADSP module. Say Y or M if you want to add support for Tegra210 ADSP module.
config SND_SOC_TEGRA_ASOC_HWDEP_ALT
tristate "Tegra asoc hwdep driver"
depends on SND_SOC_TEGRA_ALT
select SND_HWDEP
help
Say Y or M if you want to add support for Tegra ASoC HWDEP module.
config SND_SOC_TEGRA_VCM30T124_ALT config SND_SOC_TEGRA_VCM30T124_ALT
tristate "SoC Audio support for VCM30_T124" tristate "SoC Audio support for VCM30_T124"
depends on SND_SOC_TEGRA_ALT depends on SND_SOC_TEGRA_ALT
@@ -164,6 +171,7 @@ config SND_SOC_TEGRA_VCM30T124_ALT
select SND_SOC_WM8731 select SND_SOC_WM8731
select SND_SOC_SPDIF select SND_SOC_SPDIF
select SND_SOC_AK4618 select SND_SOC_AK4618
select SND_SOC_TEGRA_ASOC_HWDEP_ALT
help help
Say Y or M here if you want to add support for SoC audio on the Say Y or M here if you want to add support for SoC audio on the
TEGRA VCM30_T124 using wm8731 and ad1937 codecs or using ak4618 TEGRA VCM30_T124 using wm8731 and ad1937 codecs or using ak4618

View File

@@ -30,8 +30,8 @@ snd-soc-tegra210-alt-fpga-clock-objs := ahub_unit_fpga_clock.o
obj-$(CONFIG_SND_SOC_TEGRA_ALT) += snd-soc-tegra-alt-utils.o obj-$(CONFIG_SND_SOC_TEGRA_ALT) += snd-soc-tegra-alt-utils.o
obj-$(CONFIG_SND_SOC_TEGRA_ALT) += snd-soc-tegra-alt-pcm.o obj-$(CONFIG_SND_SOC_TEGRA_ALT) += snd-soc-tegra-alt-pcm.o
obj-$(CONFIG_SND_SOC_TEGRA_ALT) += snd-soc-tegra-alt-hwdep.o
obj-$(CONFIG_SND_SOC_TEGRA_ALT) += snd-soc-tegra210-alt-fpga-clock.o obj-$(CONFIG_SND_SOC_TEGRA_ALT) += snd-soc-tegra210-alt-fpga-clock.o
obj-$(CONFIG_SND_SOC_TEGRA_ASOC_HWDEP_ALT) += snd-soc-tegra-alt-hwdep.o
obj-$(CONFIG_SND_SOC_TEGRA30_APBIF_ALT) += snd-soc-tegra30-alt-apbif.o obj-$(CONFIG_SND_SOC_TEGRA30_APBIF_ALT) += snd-soc-tegra30-alt-apbif.o
obj-$(CONFIG_SND_SOC_TEGRA30_XBAR_ALT) += snd-soc-tegra30-alt-xbar.o obj-$(CONFIG_SND_SOC_TEGRA30_XBAR_ALT) += snd-soc-tegra30-alt-xbar.o
obj-$(CONFIG_SND_SOC_TEGRA30_I2S_ALT) += snd-soc-tegra30-alt-i2s.o obj-$(CONFIG_SND_SOC_TEGRA30_I2S_ALT) += snd-soc-tegra30-alt-i2s.o