Kconfig (8c57a5e7b2820f349c95b8c8393fec1e0f4070d2) | Kconfig (0181307abc1d2eb2a0dead93870bcffadddb827c) |
---|---|
1# ALSA PCI drivers 2 3menuconfig SND_PCI 4 bool "PCI sound devices" 5 depends on PCI 6 default y 7 help 8 Support for sound devices connected via the PCI bus. --- 463 unchanged lines hidden (view full) --- 472 473 The confusing multitude of mixer controls is documented in 474 <file:Documentation/sound/alsa/SB-Live-mixer.txt> and 475 <file:Documentation/sound/alsa/Audigy-mixer.txt>. 476 477 To compile this driver as a module, choose M here: the module 478 will be called snd-emu10k1. 479 | 1# ALSA PCI drivers 2 3menuconfig SND_PCI 4 bool "PCI sound devices" 5 depends on PCI 6 default y 7 help 8 Support for sound devices connected via the PCI bus. --- 463 unchanged lines hidden (view full) --- 472 473 The confusing multitude of mixer controls is documented in 474 <file:Documentation/sound/alsa/SB-Live-mixer.txt> and 475 <file:Documentation/sound/alsa/Audigy-mixer.txt>. 476 477 To compile this driver as a module, choose M here: the module 478 will be called snd-emu10k1. 479 |
480# select SEQ stuff to min(SND_SEQUENCER,SND_XXX) 481config SND_EMU10K1_SEQ 482 def_tristate SND_SEQUENCER && SND_EMU10K1 483 select SND_SEQ_MIDI_EMUL 484 select SND_SEQ_VIRMIDI 485 |
|
480config SND_EMU10K1X 481 tristate "Emu10k1X (Dell OEM Version)" 482 select SND_AC97_CODEC 483 select SND_RAWMIDI 484 depends on ZONE_DMA 485 help 486 Say Y here to include support for the Dell OEM version of the 487 Sound Blaster Live!. --- 417 unchanged lines hidden --- | 486config SND_EMU10K1X 487 tristate "Emu10k1X (Dell OEM Version)" 488 select SND_AC97_CODEC 489 select SND_RAWMIDI 490 depends on ZONE_DMA 491 help 492 Say Y here to include support for the Dell OEM version of the 493 Sound Blaster Live!. --- 417 unchanged lines hidden --- |