mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 17:08:10 +00:00
03c33042db
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>
13 lines
441 B
Text
13 lines
441 B
Text
config SND_MFLD_MACHINE
|
|
tristate "SOC Machine Audio driver for Intel Medfield MID platform"
|
|
depends on INTEL_SCU_IPC
|
|
select SND_SOC_SN95031
|
|
select SND_SST_PLATFORM
|
|
help
|
|
This adds support for ASoC machine driver for Intel(R) MID Medfield platform
|
|
used as alsa device in audio substem in Intel(R) MID devices
|
|
Say Y if you have such a device
|
|
If unsure select "N".
|
|
|
|
config SND_SST_PLATFORM
|
|
tristate
|