diff options
Diffstat (limited to 'sound/pci/Kconfig')
-rw-r--r-- | sound/pci/Kconfig | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/sound/pci/Kconfig b/sound/pci/Kconfig index b05435cfee1e..868183bef243 100644 --- a/sound/pci/Kconfig +++ b/sound/pci/Kconfig | |||
@@ -122,6 +122,21 @@ config SND_AU8830 | |||
122 | To compile this driver as a module, choose M here: the module | 122 | To compile this driver as a module, choose M here: the module |
123 | will be called snd-au8830. | 123 | will be called snd-au8830. |
124 | 124 | ||
125 | config SND_AW2 | ||
126 | tristate "Emagic Audiowerk 2" | ||
127 | depends on SND | ||
128 | help | ||
129 | Say Y here to include support for Emagic Audiowerk 2 soundcards. | ||
130 | |||
131 | Supported features: Analog and SPDIF output. Analog or SPDIF input. | ||
132 | Note: Switch between analog and digital input does not always work. | ||
133 | It can produce continuous noise. The workaround is to switch again | ||
134 | (and again) between digital and analog input until it works. | ||
135 | |||
136 | To compile this driver as a module, choose M here: the module | ||
137 | will be called snd-aw2. | ||
138 | |||
139 | |||
125 | config SND_AZT3328 | 140 | config SND_AZT3328 |
126 | tristate "Aztech AZF3328 / PCI168 (EXPERIMENTAL)" | 141 | tristate "Aztech AZF3328 / PCI168 (EXPERIMENTAL)" |
127 | depends on SND && EXPERIMENTAL | 142 | depends on SND && EXPERIMENTAL |