-
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.
yaml --- r: 62039 b: refs/heads/master c: 198de43 h: refs/heads/master i: 62037: 2698798 62035: e6cab63 62031: 04e9b75 v: v3
- Loading branch information
Adrian McMenamin
authored and
Jaroslav Kysela
committed
Jul 20, 2007
1 parent
220c5db
commit 14c210a
Showing
7 changed files
with
781 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: aef3b06ac69783d6a6d1e4357c62bab46dd16141 | ||
refs/heads/master: 198de43d758ca2700e2b52b49c0b189b4931466c |
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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# ALSA SH drivers | ||
|
||
menu "SUPERH devices" | ||
depends on SND!=n && SUPERH | ||
|
||
config SND_AICA | ||
tristate "Dreamcast Yamaha AICA sound" | ||
depends on SH_DREAMCAST && SND | ||
select SND_PCM | ||
help | ||
ALSA Sound driver for the SEGA Dreamcast console. | ||
|
||
endmenu | ||
|
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,8 @@ | ||
# | ||
# Makefile for ALSA | ||
# | ||
|
||
snd-aica-objs := aica.o | ||
|
||
# Toplevel Module Dependency | ||
obj-$(CONFIG_SND_AICA) += snd-aica.o |
Oops, something went wrong.