diff options
author | Clemens Ladisch <clemens@ladisch.de> | 2007-12-23 13:52:08 -0500 |
---|---|---|
committer | Jaroslav Kysela <perex@perex.cz> | 2008-01-31 11:29:44 -0500 |
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 | |||
885 | To compile this driver as a module, choose M here: the module | 885 | To compile this driver as a module, choose M here: the module |
886 | will be called snd-via82xx-modem. | 886 | will be called snd-via82xx-modem. |
887 | 887 | ||
888 | config SND_VIRTUOSO | ||
889 | tristate "Asus Virtuoso 200 (Xonar)" | ||
890 | depends on SND | ||
891 | select SND_OXYGEN_LIB | ||
892 | help | ||
893 | Say Y here to include support for sound cards based on the | ||
894 | Asus AV200 chip, i.e., Xonar D2 and Xonar D2X. | ||
895 | |||
896 | To compile this driver as a module, choose M here: the module | ||
897 | will be called snd-virtuoso. | ||
898 | |||
888 | config SND_VX222 | 899 | config SND_VX222 |
889 | tristate "Digigram VX222" | 900 | tristate "Digigram VX222" |
890 | depends on SND | 901 | depends on SND |