mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-22 17:25:35 +03:00
ASoC: tegra: Fix build error due to tegra186_ahc.h
Add config based header inclusion for AHC driver. The ASRC and ARAD drivers are not POR for L4T releases and also AHC driver is not yet up with Kernel OOT. For now, ensure ASRC and ARAD functionality without dependency on AHC driver. Later if there is a requirement test functionality with AHC module. Bug 3583581 Change-Id: I5e586886ae91b1dcaa9e3aa945364dc21a23f281 Signed-off-by: Sameer Pujar <spujar@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2774432 Reviewed-by: Mohan Kumar D <mkumard@nvidia.com> Reviewed-by: Sharad Gupta <sharadg@nvidia.com> GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
c61527fb8f
commit
f4e2af6f57
@@ -14,7 +14,9 @@
|
||||
#include <linux/platform_device.h>
|
||||
#include <linux/pm_runtime.h>
|
||||
#include <linux/regmap.h>
|
||||
#ifdef CONFIG_TEGRA186_AHC
|
||||
#include <linux/tegra186_ahc.h>
|
||||
#endif
|
||||
#include <sound/core.h>
|
||||
#include <sound/pcm.h>
|
||||
#include <sound/pcm_params.h>
|
||||
|
||||
@@ -14,7 +14,9 @@
|
||||
#include <linux/platform_device.h>
|
||||
#include <linux/pm_runtime.h>
|
||||
#include <linux/regmap.h>
|
||||
#ifdef CONFIG_TEGRA186_AHC
|
||||
#include <linux/tegra186_ahc.h>
|
||||
#endif
|
||||
#include <sound/core.h>
|
||||
#include <sound/pcm.h>
|
||||
#include <sound/pcm_params.h>
|
||||
|
||||
Reference in New Issue
Block a user