Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

[PATCH] ad1980 makefile fix

ac97_plugin_ad1980 should trigger build of ac97_codec

Signed-off-by: Al Viro <viro@parcelfarce.linux.theplanet.co.uk>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

authored by

Al Viro and committed by
Linus Torvalds
acd3bd82 fa53bb65

+1 -1
+1 -1
sound/oss/Makefile
··· 80 80 obj-$(CONFIG_SOUND_IT8172) += ite8172.o ac97_codec.o 81 81 obj-$(CONFIG_SOUND_FORTE) += forte.o ac97_codec.o 82 82 83 - obj-$(CONFIG_SOUND_AD1980) += ac97_plugin_ad1980.o 83 + obj-$(CONFIG_SOUND_AD1980) += ac97_plugin_ad1980.o ac97_codec.o 84 84 obj-$(CONFIG_SOUND_WM97XX) += ac97_plugin_wm97xx.o 85 85 86 86 ifeq ($(CONFIG_MIDI_EMU10K1),y)