summaryrefslogtreecommitdiff
path: root/sound/core/seq/Kconfig
blob: b851fd890a896c450360b2fa7f50458662b9da11 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# define SND_XXX_SEQ to min(SND_SEQUENCER,SND_XXX)

config SND_RAWMIDI_SEQ
	def_tristate SND_SEQUENCER && SND_RAWMIDI

config SND_OPL3_LIB_SEQ
	def_tristate SND_SEQUENCER && SND_OPL3_LIB

config SND_OPL4_LIB_SEQ
	def_tristate SND_SEQUENCER && SND_OPL4_LIB

config SND_SBAWE_SEQ
	def_tristate SND_SEQUENCER && SND_SBAWE

config SND_EMU10K1_SEQ
	def_tristate SND_SEQUENCER && SND_EMU10K1
gi/linux/net-next.git/commit/?id=b668b9030c0168cf86e054adfe72e89df49b2772'>b668b9030c0168cf86e054adfe72e89df49b2772 (diff)parentf4563a75fb93d6a756416d97e13f0773ac373a24 (diff)
Merge branch 'net-checkpatch'
Tobin C. Harding says: ==================== Whitespace checkpatch fixes This patch set fixes various whitespace checkpatch errors and warnings. ==================== Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat
-rw-r--r--net/core/dev.c259
1 files changed, 137 insertions, 122 deletions
diff --git a/net/core/dev.c b/net/core/dev.c