diff options
Diffstat (limited to 'sound/pci/Kconfig')
-rw-r--r-- | sound/pci/Kconfig | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/sound/pci/Kconfig b/sound/pci/Kconfig index 9823d59d7ad7..389cd7931668 100644 --- a/sound/pci/Kconfig +++ b/sound/pci/Kconfig | |||
@@ -152,10 +152,16 @@ config SND_AZT3328 | |||
152 | select SND_MPU401_UART | 152 | select SND_MPU401_UART |
153 | select SND_PCM | 153 | select SND_PCM |
154 | select SND_RAWMIDI | 154 | select SND_RAWMIDI |
155 | select SND_AC97_CODEC | ||
155 | help | 156 | help |
156 | Say Y here to include support for Aztech AZF3328 (PCI168) | 157 | Say Y here to include support for Aztech AZF3328 (PCI168) |
157 | soundcards. | 158 | soundcards. |
158 | 159 | ||
160 | Supported features: AC97-"conformant" mixer, MPU401/OPL3, analog I/O | ||
161 | (16bit/8bit, many sample rates [<= 66.2kHz], NO hardware mixing), | ||
162 | Digital Enhanced Game Port, 1.024MHz multimedia sequencer timer, | ||
163 | ext. codec (I2S port), onboard amp (4W/4Ohms/ch), suspend/resume. | ||
164 | |||
159 | To compile this driver as a module, choose M here: the module | 165 | To compile this driver as a module, choose M here: the module |
160 | will be called snd-azt3328. | 166 | will be called snd-azt3328. |
161 | 167 | ||
@@ -572,13 +578,13 @@ comment "Don't forget to add built-in firmwares for HDSP driver" | |||
572 | depends on SND_HDSP=y | 578 | depends on SND_HDSP=y |
573 | 579 | ||
574 | config SND_HDSPM | 580 | config SND_HDSPM |
575 | tristate "RME Hammerfall DSP MADI" | 581 | tristate "RME Hammerfall DSP MADI/RayDAT/AIO" |
576 | select SND_HWDEP | 582 | select SND_HWDEP |
577 | select SND_RAWMIDI | 583 | select SND_RAWMIDI |
578 | select SND_PCM | 584 | select SND_PCM |
579 | help | 585 | help |
580 | Say Y here to include support for RME Hammerfall DSP MADI | 586 | Say Y here to include support for RME Hammerfall DSP MADI, |
581 | soundcards. | 587 | RayDAT and AIO soundcards. |
582 | 588 | ||
583 | To compile this driver as a module, choose M here: the module | 589 | To compile this driver as a module, choose M here: the module |
584 | will be called snd-hdspm. | 590 | will be called snd-hdspm. |