diff options
author | Clemens Ladisch <clemens@ladisch.de> | 2010-11-03 12:26:35 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2010-11-03 14:57:32 +0100 |
commit | 2146dcfd15ad55cfdd18b45e1e6601d6a86f0cbe (patch) | |
tree | 0afc42a4f22a14034654d0906ef83c3cf97e4b2e /sound/pci/Kconfig | |
parent | 18f24839f18f1934c1e37e86ce8f3fecbb0328c9 (diff) | |
download | op-kernel-dev-2146dcfd15ad55cfdd18b45e1e6601d6a86f0cbe.zip op-kernel-dev-2146dcfd15ad55cfdd18b45e1e6601d6a86f0cbe.tar.gz |
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 f7139d0..5add96b 100644 --- a/sound/pci/Kconfig +++ b/sound/pci/Kconfig @@ -226,6 +226,7 @@ config SND_OXYGEN * Razer Barracuda AC-1 * Sondigo Inferno * TempoTec/MediaTek HiFier Fantasia + * TempoTec/MediaTek HiFier Serenade To compile this driver as a module, choose M here: the module will be called snd-oxygen. |