aboutsummaryrefslogtreecommitdiffstats
path: root/sound/core
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2012-01-17 13:48:13 -0500
committerLinus Torvalds <torvalds@linux-foundation.org>2012-01-17 13:48:13 -0500
commitd3569d163cba40f9c5682df083dbed3f049478a4 (patch)
tree1a473b4378d3184859424b2bd1389f3d46083fec /sound/core
parent20c300b10c358daa507be335aec6aa3987ef425a (diff)
parentf0e48b6bd4e407459715240cd241ddb6b89bdf81 (diff)
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound
* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound: ALSA: virtuoso: Xonar DS: fix polarity of front output ALSA: Au88x0 - Reduce the number of playback subdevices of au8830 from 32 to 16 ALSA: Au88x0 - Support 4 channels playback when AC97 codecs has SDAC bit ALSA: HDA: Fix internal microphone on Dell Studio 16 XPS 1645 ALSA: Don't prompt for CONFIG_SND_COMPRESS_OFFLOAD ALSA: HDA: Use LPIB position fix for Macbook Pro 7,1
Diffstat (limited to 'sound/core')
-rw-r--r--sound/core/Kconfig13
1 files changed, 3 insertions, 10 deletions
diff --git a/sound/core/Kconfig b/sound/core/Kconfig
index ad409381f8cc..b413ed05e74d 100644
--- a/sound/core/Kconfig
+++ b/sound/core/Kconfig
@@ -12,6 +12,9 @@ config SND_HWDEP
12config SND_RAWMIDI 12config SND_RAWMIDI
13 tristate 13 tristate
14 14
15config SND_COMPRESS_OFFLOAD
16 tristate
17
15# To be effective this also requires INPUT - users should say: 18# To be effective this also requires INPUT - users should say:
16# select SND_JACK if INPUT=y || INPUT=SND 19# select SND_JACK if INPUT=y || INPUT=SND
17# to avoid having to force INPUT on. 20# to avoid having to force INPUT on.
@@ -154,16 +157,6 @@ config SND_DYNAMIC_MINORS
154 157
155 If you are unsure about this, say N here. 158 If you are unsure about this, say N here.
156 159
157config SND_COMPRESS_OFFLOAD
158 tristate "ALSA Compressed audio offload support"
159 default n
160 help
161 If you want support for offloading compressed audio and have such
162 a hardware, then you should say Y here and also to the DSP driver
163 of your platform.
164
165 If you are unsure about this, say N here.
166
167config SND_SUPPORT_OLD_API 160config SND_SUPPORT_OLD_API
168 bool "Support old ALSA API" 161 bool "Support old ALSA API"
169 default y 162 default y