diff options
author | Takashi Iwai <tiwai@suse.de> | 2015-05-22 16:04:45 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2015-05-22 16:04:45 +0200 |
commit | 181a152a09ccbf977ea69405cde4d87b5585de6c (patch) | |
tree | 7da9527a962994fb2c1202c7e63954c1f0e950f3 /sound/core/Kconfig | |
parent | 6ab97f25ad1c3883f0dc20d2d5b7dae30acade74 (diff) | |
parent | 9203dd016a5d8ffb2eb6acdca60cd0b5dfe38c2b (diff) | |
download | linux-181a152a09ccbf977ea69405cde4d87b5585de6c.tar.bz2 |
Merge branch 'topic/hdmi' into for-next
Diffstat (limited to 'sound/core/Kconfig')
-rw-r--r-- | sound/core/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sound/core/Kconfig b/sound/core/Kconfig index 63cc2e967099..937f5c763899 100644 --- a/sound/core/Kconfig +++ b/sound/core/Kconfig @@ -6,6 +6,12 @@ config SND_PCM tristate select SND_TIMER +config SND_PCM_ELD + bool + +config SND_PCM_IEC958 + bool + config SND_DMAENGINE_PCM tristate |