mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-22 09:11:26 +03:00
ASoC: tegra-alt: adding tegra_machine_hwdep device
This change is for adding hwdep device to update AMX/ADX mapping table so user can access AMX/ADX mapping table through hwdep device. Bug 1531057 Change-Id: I3c0053ca6548a05b0a44e30b9d6c4a76f9fc3521 Signed-off-by: Songhee Baek <sbaek@nvidia.com> Reviewed-on: http://git-master/r/434526 Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit Reviewed-by: Dara Ramesh <dramesh@nvidia.com> Reviewed-by: Thomas Cherry <tcherry@nvidia.com>
This commit is contained in:
committed by
Sameer Pujar
parent
831e3f9c2f
commit
8bc6cf9eee
@@ -5,6 +5,7 @@ subdir-ccflags-y := -Werror
|
||||
# Tegra platform Support
|
||||
snd-soc-tegra-alt-pcm-objs := tegra_pcm_alt.o
|
||||
snd-soc-tegra-alt-utils-objs := tegra_asoc_utils_alt.o
|
||||
snd-soc-tegra-alt-hwdep-objs := tegra_asoc_hwdep_alt.o
|
||||
snd-soc-tegra30-alt-apbif-objs := tegra30_apbif_alt.o
|
||||
snd-soc-tegra30-alt-xbar-objs := tegra30_xbar_alt.o
|
||||
snd-soc-tegra30-alt-i2s-objs := tegra30_i2s_alt.o
|
||||
@@ -29,6 +30,7 @@ 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-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_TEGRA30_APBIF_ALT) += snd-soc-tegra30-alt-apbif.o
|
||||
obj-$(CONFIG_SND_SOC_TEGRA30_XBAR_ALT) += snd-soc-tegra30-alt-xbar.o
|
||||
|
||||
Reference in New Issue
Block a user