diff options
Diffstat (limited to 'sound/pci/Kconfig')
-rw-r--r-- | sound/pci/Kconfig | 27 |
1 files changed, 24 insertions, 3 deletions
diff --git a/sound/pci/Kconfig b/sound/pci/Kconfig index 6e3a1848447c..93422e3a3f0c 100644 --- a/sound/pci/Kconfig +++ b/sound/pci/Kconfig | |||
@@ -400,6 +400,26 @@ config SND_INDIGODJ | |||
400 | To compile this driver as a module, choose M here: the module | 400 | To compile this driver as a module, choose M here: the module |
401 | will be called snd-indigodj | 401 | will be called snd-indigodj |
402 | 402 | ||
403 | config SND_INDIGOIOX | ||
404 | tristate "(Echoaudio) Indigo IOx" | ||
405 | select FW_LOADER | ||
406 | select SND_PCM | ||
407 | help | ||
408 | Say 'Y' or 'M' to include support for Echoaudio Indigo IOx. | ||
409 | |||
410 | To compile this driver as a module, choose M here: the module | ||
411 | will be called snd-indigoiox | ||
412 | |||
413 | config SND_INDIGODJX | ||
414 | tristate "(Echoaudio) Indigo DJx" | ||
415 | select FW_LOADER | ||
416 | select SND_PCM | ||
417 | help | ||
418 | Say 'Y' or 'M' to include support for Echoaudio Indigo DJx. | ||
419 | |||
420 | To compile this driver as a module, choose M here: the module | ||
421 | will be called snd-indigodjx | ||
422 | |||
403 | config SND_EMU10K1 | 423 | config SND_EMU10K1 |
404 | tristate "Emu10k1 (SB Live!, Audigy, E-mu APS)" | 424 | tristate "Emu10k1 (SB Live!, Audigy, E-mu APS)" |
405 | select FW_LOADER | 425 | select FW_LOADER |
@@ -487,7 +507,7 @@ config SND_FM801 | |||
487 | config SND_FM801_TEA575X_BOOL | 507 | config SND_FM801_TEA575X_BOOL |
488 | bool "ForteMedia FM801 + TEA5757 tuner" | 508 | bool "ForteMedia FM801 + TEA5757 tuner" |
489 | depends on SND_FM801 | 509 | depends on SND_FM801 |
490 | depends on VIDEO_V4L1=y || VIDEO_V4L1=SND_FM801 | 510 | depends on VIDEO_V4L2=y || VIDEO_V4L2=SND_FM801 |
491 | help | 511 | help |
492 | Say Y here to include support for soundcards based on the ForteMedia | 512 | Say Y here to include support for soundcards based on the ForteMedia |
493 | FM801 chip with a TEA5757 tuner connected to GPIO1-3 pins (Media | 513 | FM801 chip with a TEA5757 tuner connected to GPIO1-3 pins (Media |
@@ -744,8 +764,9 @@ config SND_VIRTUOSO | |||
744 | select SND_OXYGEN_LIB | 764 | select SND_OXYGEN_LIB |
745 | help | 765 | help |
746 | Say Y here to include support for sound cards based on the | 766 | Say Y here to include support for sound cards based on the |
747 | Asus AV100/AV200 chips, i.e., Xonar D1, DX, D2, D2X and | 767 | Asus AV100/AV200 chips, i.e., Xonar D1, DX, D2, D2X, and |
748 | HDAV1.3 (Deluxe). | 768 | Essence STX. |
769 | Support for the HDAV1.3 (Deluxe) is very experimental. | ||
749 | 770 | ||
750 | To compile this driver as a module, choose M here: the module | 771 | To compile this driver as a module, choose M here: the module |
751 | will be called snd-virtuoso. | 772 | will be called snd-virtuoso. |