diff options
author | David Dillow <dave@thedillows.org> | 2007-12-14 08:40:23 -0500 |
---|---|---|
committer | Jaroslav Kysela <perex@perex.cz> | 2008-01-31 11:29:36 -0500 |
commit | 175859bf1602c7ee38d720daa14a287072cc2b72 (patch) | |
tree | a05379ad2adcd91d8e8dc5d907ab27ccdd87b695 /sound/pci/Kconfig | |
parent | 3b378e1f7e5b372a88189398f3946fd55da5923a (diff) |
[ALSA] sis7019: support the SiS 7019 Audio Accelerator
Basic audio support for the SiS 7019 Audio Accelerator as found in the
SiS 55x SoC. There is currently no synth support at the moment, but
audio playback and capture with two periods per buffer has seen
extensive use. Arbitrary period and buffer sizes (with multiple periods
per buffer) have seen light testing, but are believed to be production
ready.
Signed-off-by: David Dillow <dave@thedillows.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Diffstat (limited to 'sound/pci/Kconfig')
-rw-r--r-- | sound/pci/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sound/pci/Kconfig b/sound/pci/Kconfig index 356bf21a1506..45f0f6c2f353 100644 --- a/sound/pci/Kconfig +++ b/sound/pci/Kconfig | |||
@@ -802,6 +802,16 @@ config SND_RME9652 | |||
802 | To compile this driver as a module, choose M here: the module | 802 | To compile this driver as a module, choose M here: the module |
803 | will be called snd-rme9652. | 803 | will be called snd-rme9652. |
804 | 804 | ||
805 | config SND_SIS7019 | ||
806 | tristate "SiS 7019 Audio Accelerator" | ||
807 | depends on SND && X86 && !X86_64 | ||
808 | select SND_AC97_CODEC | ||
809 | help | ||
810 | Say Y here to include support for the SiS 7019 Audio Accelerator. | ||
811 | |||
812 | To compile this driver as a module, choose M here: the module | ||
813 | will be called snd-sis7019. | ||
814 | |||
805 | config SND_SONICVIBES | 815 | config SND_SONICVIBES |
806 | tristate "S3 SonicVibes" | 816 | tristate "S3 SonicVibes" |
807 | depends on SND | 817 | depends on SND |