Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
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
Show file tree
Hide file tree
Showing 7 changed files with 781 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: aef3b06ac69783d6a6d1e4357c62bab46dd16141
refs/heads/master: 198de43d758ca2700e2b52b49c0b189b4931466c
2 changes: 2 additions & 0 deletions trunk/sound/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ source "sound/arm/Kconfig"

source "sound/mips/Kconfig"

source "sound/sh/Kconfig"

# the following will depend on the order of config.
# here assuming USB is defined before ALSA
source "sound/usb/Kconfig"
Expand Down
2 changes: 1 addition & 1 deletion trunk/sound/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ obj-$(CONFIG_SOUND) += soundcore.o
obj-$(CONFIG_SOUND_PRIME) += sound_firmware.o
obj-$(CONFIG_SOUND_PRIME) += oss/
obj-$(CONFIG_DMASOUND) += oss/
obj-$(CONFIG_SND) += core/ i2c/ drivers/ isa/ pci/ ppc/ arm/ synth/ usb/ sparc/ parisc/ pcmcia/ mips/ soc/
obj-$(CONFIG_SND) += core/ i2c/ drivers/ isa/ pci/ ppc/ arm/ sh/ synth/ usb/ sparc/ parisc/ pcmcia/ mips/ soc/
obj-$(CONFIG_SND_AOA) += aoa/

# This one must be compilable even if sound is configured out
Expand Down
14 changes: 14 additions & 0 deletions trunk/sound/sh/Kconfig
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

8 changes: 8 additions & 0 deletions trunk/sound/sh/Makefile
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
Loading

0 comments on commit 14c210a

Please sign in to comment.