diff options
author | Takashi Iwai <tiwai@suse.de> | 2009-06-10 07:26:48 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2009-06-10 07:26:48 +0200 |
commit | 4ef279205a1ca4c37bf80811dd9d0f65c854fbf7 (patch) | |
tree | 69b16d8f4c43ab66417e9b14abbddaa82d8a0222 /sound/core/Kconfig | |
parent | 1282c824cc4ad5b43fc1813e7ea564c0d6f0d046 (diff) | |
parent | 0528c7494e67c30329d086df141d2dd691f01556 (diff) |
Merge branch 'topic/seq-kconfig-cleanup' into for-linus
* topic/seq-kconfig-cleanup:
ALSA: clean up the logic for building sequencer modules
Diffstat (limited to 'sound/core/Kconfig')
-rw-r--r-- | sound/core/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/core/Kconfig b/sound/core/Kconfig index 7bbdda041a9..6061fb5f4e1 100644 --- a/sound/core/Kconfig +++ b/sound/core/Kconfig @@ -205,3 +205,5 @@ config SND_PCM_XRUN_DEBUG config SND_VMASTER bool + +source "sound/core/seq/Kconfig" |