diff options
author | Vinod Koul <vinod.koul@intel.com> | 2014-10-15 16:42:56 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2014-10-20 13:20:32 +0200 |
commit | 4fa805738e497c6f5bad53fcdc76b9759bc9dc80 (patch) | |
tree | 4176fa874eafaac9112c72c3bbf1d2361d106324 /sound/soc/intel/Kconfig | |
parent | Linux 3.18-rc1 (diff) | |
download | linux-4fa805738e497c6f5bad53fcdc76b9759bc9dc80.tar.xz linux-4fa805738e497c6f5bad53fcdc76b9759bc9dc80.zip |
ASoC: Intel: mrfld: add the gain controls
The DSP has various gain modules in the path,
add these as ALSA gain controls
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Signed-off-by: Subhransu S. Prusty <subhransu.s.prusty@intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/intel/Kconfig')
-rw-r--r-- | sound/soc/intel/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/intel/Kconfig b/sound/soc/intel/Kconfig index f5b4a9c79cdf..726f7d891a7a 100644 --- a/sound/soc/intel/Kconfig +++ b/sound/soc/intel/Kconfig @@ -1,6 +1,6 @@ config SND_MFLD_MACHINE tristate "SOC Machine Audio driver for Intel Medfield MID platform" - depends on INTEL_SCU_IPC + depends on INTEL_SCU_IPC || COMPILE_TEST select SND_SOC_SN95031 select SND_SST_MFLD_PLATFORM help |