mirror of
https://github.com/torvalds/linux.git
synced 2024-11-06 20:21:57 +00:00
888dcb7cb2
This cleans up the apple onboard audio driver filenames. Signed-off-by: Johannes Berg <johannes@sipsolutions.net> Signed-off-by: Takashi Iwai <tiwai@suse.de>
8 lines
260 B
Makefile
8 lines
260 B
Makefile
snd-aoa-codec-onyx-objs := onyx.o
|
|
snd-aoa-codec-tas-objs := tas.o
|
|
snd-aoa-codec-toonie-objs := toonie.o
|
|
|
|
obj-$(CONFIG_SND_AOA_ONYX) += snd-aoa-codec-onyx.o
|
|
obj-$(CONFIG_SND_AOA_TAS) += snd-aoa-codec-tas.o
|
|
obj-$(CONFIG_SND_AOA_TOONIE) += snd-aoa-codec-toonie.o
|