From fffa1cca3db6ac0ce612bc52f5cbd23b6672566f Mon Sep 17 00:00:00 2001 From: Vinod Koul Date: Tue, 5 Oct 2010 16:25:17 +0100 Subject: Staging: sst: Intel SST audio driver This is the Intel SST audio driver. As compared to the previous versions it has all the printks and other stuff noted cleaned up and more hardware support. The Aava support is disabled in this patch (is_aava resolves to 0) because the Aava board detection logic is not yet upstream. The driver itself is a combination of a traditional ALSA driver and a hardware assisted offload driver which can play audio while the processor is asleep but which can't do all the more interactive stuff. In the general case most software would use the ALSA interface, but the other interface is needed for certain classes of use such as music playback on highly power consumption sensitive devices. This is going to staging primarily because it depends upon the staging memrar driver. Signed-off-by: Vinod Koul Signed-off-by: Harsha Priya [Merged together and tweaked for -next] Signed-off-by: Alan Cox Signed-off-by: Greg Kroah-Hartman --- drivers/staging/intel_sst/Kconfig | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 drivers/staging/intel_sst/Kconfig (limited to 'drivers/staging/intel_sst/Kconfig') diff --git a/drivers/staging/intel_sst/Kconfig b/drivers/staging/intel_sst/Kconfig new file mode 100644 index 000000000000..b46bd9d1b324 --- /dev/null +++ b/drivers/staging/intel_sst/Kconfig @@ -0,0 +1,18 @@ +config SND_INTEL_SST + tristate "Intel SST (LPE) Driver" + depends on X86 && INTEL_SCU_IPC + default n + help + Say Y here to include support for the Intel(R) MID SST DSP driver + On other PC platforms if you are unsure answer 'N' + +config SND_INTELMID + tristate "Intel MID sound card driver" + select SND_PCM + select SND_SEQUENCER + select SND_JACK + depends on SND_INTEL_SST + default n + help + Say Y here to include support for the Intel(R) MID sound card driver + On other PC platforms if you are unsure answer 'N' -- cgit v1.2.3