diff options
author | Clemens Ladisch <clemens@ladisch.de> | 2010-11-03 07:26:35 -0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2010-11-03 09:57:32 -0400 |
commit | 2146dcfd15ad55cfdd18b45e1e6601d6a86f0cbe (patch) | |
tree | 0afc42a4f22a14034654d0906ef83c3cf97e4b2e /sound/pci/Kconfig | |
parent | 18f24839f18f1934c1e37e86ce8f3fecbb0328c9 (diff) |
ALSA: oxygen: add HiFier Serenade support
Add support for the TempoTec/MediaTek HiFier Serenade sound card.
The PCI ID was already there, but the driver handled it like the
Fantasia model, which resulted in a dummy recording device. As
a stereo output-only card, this model is to be handled exactly
like the HG2PCI.
Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/Kconfig')
-rw-r--r-- | sound/pci/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/Kconfig b/sound/pci/Kconfig index f7139d09cbbe..5add96bdf172 100644 --- a/sound/pci/Kconfig +++ b/sound/pci/Kconfig | |||
@@ -226,6 +226,7 @@ config SND_OXYGEN | |||
226 | * Razer Barracuda AC-1 | 226 | * Razer Barracuda AC-1 |
227 | * Sondigo Inferno | 227 | * Sondigo Inferno |
228 | * TempoTec/MediaTek HiFier Fantasia | 228 | * TempoTec/MediaTek HiFier Fantasia |
229 | * TempoTec/MediaTek HiFier Serenade | ||
229 | 230 | ||
230 | To compile this driver as a module, choose M here: the module | 231 | To compile this driver as a module, choose M here: the module |
231 | will be called snd-oxygen. | 232 | will be called snd-oxygen. |