]> rtime.felk.cvut.cz Git - hercules2020/nv-tegra/linux-4.4.git/commitdiff
Revert "ASoC: tegra-alt: select hwdep to be compiled"
authorSonghee Baek <sbaek@nvidia.com>
Wed, 22 Feb 2017 19:08:03 +0000 (11:08 -0800)
committermobile promotions <svcmobile_promotions@nvidia.com>
Thu, 2 Mar 2017 06:34:49 +0000 (22:34 -0800)
This reverts commit dc8f2f25d3a1.

Removed hwdep device from tegra-alt, since we don't use hwdep and
reduce maintain effort.

Coverity ID 38817
Bug 1880011

Change-Id: Iff020bfb89170aaedecbd6a3f284c35283df700c
Signed-off-by: Songhee Baek <sbaek@nvidia.com>
Reviewed-on: http://git-master/r/1309630
Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
sound/soc/tegra-alt/Kconfig
sound/soc/tegra-alt/Makefile

index 12a207f162239837ae5937ba58fcba80328b3cd0..8356a783a763384c771751d210301b3d4993c311 100644 (file)
@@ -168,12 +168,6 @@ config SND_SOC_TEGRA210_ADSP_ALT
        help
          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_ASOC_MACHINE_ALT
        tristate "Tegra ASoC machine driver"
@@ -197,7 +191,6 @@ config SND_SOC_TEGRA_VCM30T124_ALT
        select SND_SOC_WM8731
        select SND_SOC_SPDIF
        select SND_SOC_AK4618
-       select SND_SOC_TEGRA_ASOC_HWDEP_ALT
        select SND_SOC_TEGRA_ASOC_MACHINE_ALT
        help
          Say Y or M here if you want to add support for SoC audio on the
index 6ebe2556c98975324840bb9769bdadfa77b450cb..e968cf42a91de40c923cd0c4f49b6cad06c5aaf5 100644 (file)
@@ -42,7 +42,6 @@ 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-tegra210-alt-fpga-clock.o
 obj-$(CONFIG_SND_SOC_TEGRA_ALT) += snd-soc-tegra-alt-isomgr.o
-obj-$(CONFIG_SND_SOC_TEGRA_ASOC_HWDEP_ALT) += snd-soc-tegra-alt-hwdep.o
 obj-$(CONFIG_SND_SOC_TEGRA_ASOC_MACHINE_ALT) += snd-soc-tegra-alt-machine.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