diff options
author | Linus Torvalds <torvalds@g5.osdl.org> | 2006-09-23 20:21:12 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-09-23 20:21:12 -0400 |
commit | f7425b160db500520c33f241edb066fc5c413f03 (patch) | |
tree | f1f50b935fa49a273f8df685b5fb2fcf6a0f07a6 /sound/drivers/Makefile | |
parent | 9f261e011340bcd22c1dd48b465153bd78caa8c8 (diff) | |
parent | f0063c4489a00ed5395378ef80a7edea4272f20b (diff) |
Merge branch 'linus' of master.kernel.org:/pub/scm/linux/kernel/git/perex/alsa
* 'linus' of master.kernel.org:/pub/scm/linux/kernel/git/perex/alsa: (148 commits)
[ALSA] intel8x0m - Free irq in suspend
[ALSA] Move CONFIG_SND_AC97_POWER_SAVE to pci/Kconfig
[ALSA] usb-audio: add mixer control names for the Aureon 5.1 MkII
[ALSA] ES1938: remove duplicate field initialization
[ALSA] usb-audio: increase number of packets per URB
[ALSA] hda-codec - Fix headphone auto-toggle on sigmatel codec
[ALSA] hda-intel - A slight cleanup of timeout check in azx_get_response()
[ALSA] hda-codec - Fix mic input with STAC92xx codecs
[ALSA] mixart: Use SEEK_{SET,CUR,END} instead of hardcoded values
[ALSA] gus: Use SEEK_{SET,CUR,END} instead of hardcoded values
[ALSA] opl4: Use SEEK_{SET,CUR,END} instead of hardcoded values
[ALSA] sound core: Use SEEK_{SET,CUR,END} instead of hardcoded values
[ALSA] hda-codec - Support multiple headphone pins
[ALSA] hda_intel prefer 24bit instead of 20bit
[ALSA] hda-codec - Add vendor ids for Motorola and Conexant
[ALSA] hda-codec - Add device id for Motorola si3054-compatible codec
[ALSA] Add missing compat ioctls for ALSA control API
[ALSA] powermac - Fix Oops when conflicting with aoa driver
[ALSA] aoa: add locking to tas codec
[ALSA] hda-intel - Fix suspend/resume with MSI
...
Diffstat (limited to 'sound/drivers/Makefile')
-rw-r--r-- | sound/drivers/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/drivers/Makefile b/sound/drivers/Makefile index cb98c3d662be..c9bad6d67e73 100644 --- a/sound/drivers/Makefile +++ b/sound/drivers/Makefile | |||
@@ -5,6 +5,7 @@ | |||
5 | 5 | ||
6 | snd-dummy-objs := dummy.o | 6 | snd-dummy-objs := dummy.o |
7 | snd-mtpav-objs := mtpav.o | 7 | snd-mtpav-objs := mtpav.o |
8 | snd-mts64-objs := mts64.o | ||
8 | snd-serial-u16550-objs := serial-u16550.o | 9 | snd-serial-u16550-objs := serial-u16550.o |
9 | snd-virmidi-objs := virmidi.o | 10 | snd-virmidi-objs := virmidi.o |
10 | 11 | ||
@@ -13,5 +14,6 @@ obj-$(CONFIG_SND_DUMMY) += snd-dummy.o | |||
13 | obj-$(CONFIG_SND_VIRMIDI) += snd-virmidi.o | 14 | obj-$(CONFIG_SND_VIRMIDI) += snd-virmidi.o |
14 | obj-$(CONFIG_SND_SERIAL_U16550) += snd-serial-u16550.o | 15 | obj-$(CONFIG_SND_SERIAL_U16550) += snd-serial-u16550.o |
15 | obj-$(CONFIG_SND_MTPAV) += snd-mtpav.o | 16 | obj-$(CONFIG_SND_MTPAV) += snd-mtpav.o |
17 | obj-$(CONFIG_SND_MTS64) += snd-mts64.o | ||
16 | 18 | ||
17 | obj-$(CONFIG_SND) += opl3/ opl4/ mpu401/ vx/ | 19 | obj-$(CONFIG_SND) += opl3/ opl4/ mpu401/ vx/ |