diff options
author | Vinod Koul <vinod.koul@linux.intel.com> | 2011-12-05 19:13:41 +0530 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-12-05 14:02:31 +0000 |
commit | 03c33042dbcd087303062c51f462c4575eb630d6 (patch) | |
tree | e7199d42c3ebb7272e53673c7a1adf8caf3c90a6 /sound/soc/mid-x86/Kconfig | |
parent | f031efe9402e4ab6a6cd86bbda54b30ed9171237 (diff) |
ASoC: sst_platform: fix the dsp driver interface
lower level drivers typically register with upper layers.
So fix by exporting symbols from sst_platform driver for dsp driver to
register to sst platform driver
Now this driver doesnt depend on sst driver, so remove the dependency
and the header files
Signed-off-by: Vinod Koul <vinod.koul@linux.intel.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/mid-x86/Kconfig')
-rw-r--r-- | sound/soc/mid-x86/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/mid-x86/Kconfig b/sound/soc/mid-x86/Kconfig index 29350428f1c2..61c10bf503d2 100644 --- a/sound/soc/mid-x86/Kconfig +++ b/sound/soc/mid-x86/Kconfig @@ -1,7 +1,6 @@ config SND_MFLD_MACHINE tristate "SOC Machine Audio driver for Intel Medfield MID platform" depends on INTEL_SCU_IPC - depends on SND_INTEL_SST select SND_SOC_SN95031 select SND_SST_PLATFORM help |