diff options
author | Clemens Ladisch | 2007-12-23 19:52:08 +0100 |
---|---|---|
committer | Jaroslav Kysela | 2008-01-31 17:29:44 +0100 |
commit | 1b8ff22fa8d724e7f4367ec220c2c44ae38743fc (patch) | |
tree | 81810c7414f1af02b58952f19ee7bed4c4c17abe /sound/pci/Kconfig | |
parent | d0ce9946c52e7bdf95afb09553775cf28b752254 (diff) |
[ALSA] add Asus Xonar driver
Add the snd-virtuoso driver for the Asus Virtuoso 200 chip used on the
PCI and PCI-E models of the Xonar sound card.
Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Diffstat (limited to 'sound/pci/Kconfig')
-rw-r--r-- | sound/pci/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sound/pci/Kconfig b/sound/pci/Kconfig index d3be87d11259..5baee6bbdc04 100644 --- a/sound/pci/Kconfig +++ b/sound/pci/Kconfig @@ -885,6 +885,17 @@ config SND_VIA82XX_MODEM To compile this driver as a module, choose M here: the module will be called snd-via82xx-modem. +config SND_VIRTUOSO + tristate "Asus Virtuoso 200 (Xonar)" + depends on SND + select SND_OXYGEN_LIB + help + Say Y here to include support for sound cards based on the + Asus AV200 chip, i.e., Xonar D2 and Xonar D2X. + + To compile this driver as a module, choose M here: the module + will be called snd-virtuoso. + config SND_VX222 tristate "Digigram VX222" depends on SND |