Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 92057
b: refs/heads/master
c: 98f2a97
h: refs/heads/master
i:
  92055: 9468b92
v: v3
  • Loading branch information
Cedric Bregardis authored and Takashi Iwai committed Apr 24, 2008
1 parent df0417b commit 6e865bf
Show file tree
Hide file tree
Showing 9 changed files with 1,660 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: 67ebcb0311110dc7268bb5b135bf437d8033337e
refs/heads/master: 98f2a97f207a776603173ee96327d977e592579d
15 changes: 15 additions & 0 deletions trunk/sound/pci/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,21 @@ config SND_AU8830
To compile this driver as a module, choose M here: the module
will be called snd-au8830.

config SND_AW2
tristate "Emagic Audiowerk 2"
depends on SND
help
Say Y here to include support for Emagic Audiowerk 2 soundcards.

Supported features: Analog and SPDIF output. Analog or SPDIF input.
Note: Switch between analog and digital input does not always work.
It can produce continuous noise. The workaround is to switch again
(and again) between digital and analog input until it works.

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


config SND_AZT3328
tristate "Aztech AZF3328 / PCI168 (EXPERIMENTAL)"
depends on SND && EXPERIMENTAL
Expand Down
1 change: 1 addition & 0 deletions trunk/sound/pci/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ obj-$(CONFIG_SND) += \
ac97/ \
ali5451/ \
au88x0/ \
aw2/ \
ca0106/ \
cs46xx/ \
cs5535audio/ \
Expand Down
3 changes: 3 additions & 0 deletions trunk/sound/pci/aw2/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
snd-aw2-objs := aw2-alsa.o aw2-saa7146.o

obj-$(CONFIG_SND_AW2) += snd-aw2.o
Loading

0 comments on commit 6e865bf

Please sign in to comment.