diff options
author | Tim Blechmann <tim@klingt.org> | 2009-03-24 12:24:35 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2009-04-14 12:01:46 +0200 |
commit | 02bec490450836ebbd628e97ec03f10b57def8ce (patch) | |
tree | cd276c822afc81613f166b7b2e19e1ec0ab12e14 /sound/pci/Makefile | |
parent | 577c9c456f0e1371cbade38eaf91ae8e8a308555 (diff) | |
download | linux-3.10-02bec490450836ebbd628e97ec03f10b57def8ce.tar.gz linux-3.10-02bec490450836ebbd628e97ec03f10b57def8ce.tar.bz2 linux-3.10-02bec490450836ebbd628e97ec03f10b57def8ce.zip |
ALSA: lx6464es - driver for the digigram lx6464es interface
prototype of a driver for the digigram lx6464es 64 channel ethersound
interface.
Signed-off-by: Tim Blechmann <tim@klingt.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/Makefile')
-rw-r--r-- | sound/pci/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/Makefile b/sound/pci/Makefile index 65b25d221cd..7d83e084dcf 100644 --- a/sound/pci/Makefile +++ b/sound/pci/Makefile @@ -62,6 +62,7 @@ obj-$(CONFIG_SND) += \ ca0106/ \ cs46xx/ \ cs5535audio/ \ + lx6464es/ \ echoaudio/ \ emu10k1/ \ hda/ \ |