Commit 437b466a authored by Jaroslav Kysela's avatar Jaroslav Kysela

ALSA CVS update - Jaroslav Kysela <perex@suse.cz>

ALSA Core,Generic drivers
Russell King <rmk+alsa@arm.linux.org.uk>

This is part of a patch series to clean up sound/core/Makefile in Linux
2.6.4-rc1.

- Add SND_TIMER for drivers which use the snd-timer module.
- Remove snd-timer from these drivers entries in sound/core/Makefile,
  removing any sound/core/Makefile entries which are left empty.
- Since the 'top level module dependency' lists are now gone, remove
  the comment.
- Also, since we only mention objects once, remove the sorting of obj-m
parent a81107ee
......@@ -32,11 +32,3 @@ obj-$(CONFIG_SND_RAWMIDI) += snd-rawmidi.o
obj-$(CONFIG_SND_OSSEMUL) += oss/
obj-$(CONFIG_SND_SEQUENCER) += seq/
obj-$(CONFIG_SND_BIT32_EMUL) += ioctl32/
# Toplevel Module Dependency
obj-$(CONFIG_SND_VIRMIDI) += snd-timer.o
obj-$(CONFIG_SND_SERIAL_U16550) += snd-timer.o
obj-$(CONFIG_SND_MTPAV) += snd-timer.o
obj-$(CONFIG_SND_MPU401) += snd-timer.o
obj-m := $(sort $(obj-m))
......@@ -15,6 +15,7 @@ config SND_DUMMY
config SND_VIRMIDI
tristate "Virtual MIDI soundcard"
depends on SND_SEQUENCER
select SND_TIMER
select SND_RAWMIDI
help
Say 'Y' or 'M' to include virtual MIDI driver. This driver allows to
......@@ -23,6 +24,7 @@ config SND_VIRMIDI
config SND_MTPAV
tristate "MOTU MidiTimePiece AV multiport MIDI"
depends on SND
select SND_TIMER
select SND_RAWMIDI
help
Say 'Y' or 'M' to include support for MOTU MidiTimePiece AV multiport
......@@ -31,6 +33,7 @@ config SND_MTPAV
config SND_SERIAL_U16550
tristate "UART16550 - MIDI only driver"
depends on SND
select SND_TIMER
select SND_RAWMIDI
help
Say 'Y' or 'M' to include support for MIDI serial port driver. It works
......@@ -39,6 +42,7 @@ config SND_SERIAL_U16550
config SND_MPU401
tristate "Generic MPU-401 UART driver"
depends on SND
select SND_TIMER
select SND_RAWMIDI
help
Say 'Y' or 'M' to include support for MPU401 hardware using UART access.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment