diff options
Diffstat (limited to 'sound/usb/Kconfig')
-rw-r--r-- | sound/usb/Kconfig | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/sound/usb/Kconfig b/sound/usb/Kconfig index 225dfd737265..de9408b83f75 100644 --- a/sound/usb/Kconfig +++ b/sound/usb/Kconfig | |||
@@ -115,5 +115,36 @@ config SND_USB_6FIRE | |||
115 | and further help can be found at | 115 | and further help can be found at |
116 | http://sixfireusb.sourceforge.net | 116 | http://sixfireusb.sourceforge.net |
117 | 117 | ||
118 | config SND_USB_HIFACE | ||
119 | tristate "M2Tech hiFace USB-SPDIF driver" | ||
120 | select SND_PCM | ||
121 | help | ||
122 | Select this option to include support for M2Tech hiFace USB-SPDIF | ||
123 | interface. | ||
124 | |||
125 | This driver supports the original M2Tech hiFace and some other | ||
126 | compatible devices. The supported products are: | ||
127 | |||
128 | * M2Tech Young | ||
129 | * M2Tech hiFace | ||
130 | * M2Tech North Star | ||
131 | * M2Tech W4S Young | ||
132 | * M2Tech Corrson | ||
133 | * M2Tech AUDIA | ||
134 | * M2Tech SL Audio | ||
135 | * M2Tech Empirical | ||
136 | * M2Tech Rockna | ||
137 | * M2Tech Pathos | ||
138 | * M2Tech Metronome | ||
139 | * M2Tech CAD | ||
140 | * M2Tech Audio Esclusive | ||
141 | * M2Tech Rotel | ||
142 | * M2Tech Eeaudio | ||
143 | * The Chord Company CHORD | ||
144 | * AVA Group A/S Vitus | ||
145 | |||
146 | To compile this driver as a module, choose M here: the module | ||
147 | will be called snd-usb-hiface. | ||
148 | |||
118 | endif # SND_USB | 149 | endif # SND_USB |
119 | 150 | ||