Commit 98f2a97f authored by Cedric Bregardis's avatar Cedric Bregardis Committed by Takashi Iwai
Browse files

[ALSA] Emagic Audiowerk 2 ALSA driver.

parent 67ebcb03
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
@@ -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
+1 −0
Original line number Diff line number Diff line
@@ -58,6 +58,7 @@ obj-$(CONFIG_SND) += \
	ac97/ \
	ali5451/ \
	au88x0/ \
	aw2/ \
	ca0106/ \
	cs46xx/ \
	cs5535audio/ \

sound/pci/aw2/Makefile

0 → 100644
+3 −0
Original line number Diff line number Diff line
snd-aw2-objs := aw2-alsa.o aw2-saa7146.o

obj-$(CONFIG_SND_AW2) += snd-aw2.o
+787 −0

File added.

Preview size limit exceeded, changes collapsed.

+464 −0

File added.

Preview size limit exceeded, changes collapsed.

Loading