[ALSA] ASoC: Make CPU and codec DAI operations have same type
[deliverable/linux.git] / sound / soc / Kconfig
1 #
2 # SoC audio configuration
3 #
4
5 menu "System on Chip audio support"
6 depends on SND!=n
7
8 config SND_SOC_AC97_BUS
9 bool
10
11 config SND_SOC
12 tristate "ALSA for SoC audio support"
13 depends on SND
14 select SND_PCM
15 ---help---
16
17 If you want ASoC support, you should say Y here and also to the
18 specific driver for your SoC platform below.
19
20 ASoC provides power efficient ALSA support for embedded battery powered
21 SoC based systems like PDA's, Phones and Personal Media Players.
22
23 This ASoC audio support can also be built as a module. If so, the module
24 will be called snd-soc-core.
25
26 # All the supported Soc's
27 source "sound/soc/at91/Kconfig"
28 source "sound/soc/pxa/Kconfig"
29 source "sound/soc/s3c24xx/Kconfig"
30 source "sound/soc/sh/Kconfig"
31 source "sound/soc/fsl/Kconfig"
32 source "sound/soc/davinci/Kconfig"
33 source "sound/soc/omap/Kconfig"
34
35 # Supported codecs
36 source "sound/soc/codecs/Kconfig"
37
38 endmenu
This page took 0.031644 seconds and 5 git commands to generate.