Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 81557
b: refs/heads/master
c: 175859b
h: refs/heads/master
i:
  81555: 0292cba
v: v3
  • Loading branch information
David Dillow authored and Jaroslav Kysela committed Jan 31, 2008
1 parent 2c0dfdc commit 7303513
Show file tree
Hide file tree
Showing 5 changed files with 1,816 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3b378e1f7e5b372a88189398f3946fd55da5923a
refs/heads/master: 175859bf1602c7ee38d720daa14a287072cc2b72
10 changes: 10 additions & 0 deletions trunk/sound/pci/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -802,6 +802,16 @@ config SND_RME9652
To compile this driver as a module, choose M here: the module
will be called snd-rme9652.

config SND_SIS7019
tristate "SiS 7019 Audio Accelerator"
depends on SND && X86 && !X86_64
select SND_AC97_CODEC
help
Say Y here to include support for the SiS 7019 Audio Accelerator.

To compile this driver as a module, choose M here: the module
will be called snd-sis7019.

config SND_SONICVIBES
tristate "S3 SonicVibes"
depends on SND
Expand Down
2 changes: 2 additions & 0 deletions trunk/sound/pci/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ snd-intel8x0m-objs := intel8x0m.o
snd-maestro3-objs := maestro3.o
snd-rme32-objs := rme32.o
snd-rme96-objs := rme96.o
snd-sis7019-objs := sis7019.o
snd-sonicvibes-objs := sonicvibes.o
snd-via82xx-objs := via82xx.o
snd-via82xx-modem-objs := via82xx_modem.o
Expand All @@ -48,6 +49,7 @@ obj-$(CONFIG_SND_INTEL8X0M) += snd-intel8x0m.o
obj-$(CONFIG_SND_MAESTRO3) += snd-maestro3.o
obj-$(CONFIG_SND_RME32) += snd-rme32.o
obj-$(CONFIG_SND_RME96) += snd-rme96.o
obj-$(CONFIG_SND_SIS7019) += snd-sis7019.o
obj-$(CONFIG_SND_SONICVIBES) += snd-sonicvibes.o
obj-$(CONFIG_SND_VIA82XX) += snd-via82xx.o
obj-$(CONFIG_SND_VIA82XX_MODEM) += snd-via82xx-modem.o
Expand Down
Loading

0 comments on commit 7303513

Please sign in to comment.