Skip to content

Commit

Permalink
[ALSA] Emagic Audiowerk 2 ALSA driver.
Browse files Browse the repository at this point in the history
Signed-off-by: Cedric Bregardis <cedric.bregardis@free.fr>
Signed-off-by: Jean-Christian Hassler <jhassler@free.fr>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
  • Loading branch information
Cedric Bregardis authored and Takashi Iwai committed Apr 24, 2008
1 parent 67ebcb0 commit 98f2a97
Show file tree
Hide file tree
Showing 8 changed files with 1,659 additions and 0 deletions.
15 changes: 15 additions & 0 deletions 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 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 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 98f2a97

Please sign in to comment.