-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
From: Giuliano Pochini <pochini@shiny.it>Add echoaudio sound drivers (darla20, darla24, echo3g, gina20, gina24, indigo, indigodj, indigoio, layla20, lala24, mia, mona) Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Jaroslav Kysela <perex@suse.cz>
- Loading branch information
Giuliano Pochini
authored and
Jaroslav Kysela
committed
Jun 28, 2006
1 parent
cb9d24e
commit dd7b254
Showing
35 changed files
with
9,949 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -57,6 +57,7 @@ obj-$(CONFIG_SND) += \ | |
ca0106/ \ | ||
cs46xx/ \ | ||
cs5535audio/ \ | ||
echoaudio/ \ | ||
emu10k1/ \ | ||
hda/ \ | ||
ice1712/ \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# | ||
# Makefile for ALSA Echoaudio soundcard drivers | ||
# Copyright (c) 2003 by Giuliano Pochini <pochini@shiny.it> | ||
# | ||
|
||
snd-darla20-objs := darla20.o | ||
snd-gina20-objs := gina20.o | ||
snd-layla20-objs := layla20.o | ||
snd-darla24-objs := darla24.o | ||
snd-gina24-objs := gina24.o | ||
snd-layla24-objs := layla24.o | ||
snd-mona-objs := mona.o | ||
snd-mia-objs := mia.o | ||
snd-echo3g-objs := echo3g.o | ||
snd-indigo-objs := indigo.o | ||
snd-indigoio-objs := indigoio.o | ||
snd-indigodj-objs := indigodj.o |
Oops, something went wrong.